window.SpinePlugin=function(t){vare={};functionn(i){if(e[i])returne[i].exports;varr=e[i]={i:i,l:!1,exports:{}};returnt[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}returnn.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)returnt;if(4&e&&"object"==typeoft&&t&&t.__esModule)returnt;vari=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeoft)for(varrint)n.d(i,r,function(e){returnt[e]}.bind(null,r));returni},n.n=function(t){vare=t&&t.__esModule?function(){returnt.default}:function(){returnt};returnn.d(e,"a",e),e},n.o=function(t,e){returnObject.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=32)}([function(t,e){functionn(t,e,n){vari=n?t[e]:Object.getOwnPropertyDescriptor(t,e);return!n&&i.value&&"object"==typeofi.value&&(i=i.value),!(!i||!function(t){return!!t.get&&"function"==typeoft.get||!!t.set&&"function"==typeoft.set}(i))&&(void0===i.enumerable&&(i.enumerable=!0),void0===i.configurable&&(i.configurable=!0),i)}functioni(t,e){varn=Object.getOwnPropertyDescriptor(t,e);return!!n&&(n.value&&"object"==typeofn.value&&(n=n.value),!1===n.configurable)}functionr(t,e,r,s){for(varaine)if(e.hasOwnProperty(a)){varh=n(e,a,r);if(!1!==h){if(i((s||t).prototype,a)){if(o.ignoreFinals)continue;thrownewError("cannot override final property '"+a+"', set Class.ignoreFinals = true to skip")}Object.defineProperty(t.prototype,a,h)}elset.prototype[a]=e[a]}}functions(t,e){if(e){Array.isArray(e)||(e=[e]);for(varn=0;n<e.length;n++)r(t,e[n].prototype||e[n])}}functiono(t){vare,n;if(t||(t={}),t.initialize){if("function"!=typeoft.initialize)thrownewError("initialize must be a function");e=t.initialize,deletet.initialize}elseif(t.Extends){vari=t.Extends;e=function(){i.apply(this,arguments)}}elsee=function(){};t.Extends?(e.prototype=Object.create(t.Extends.prototype),e.prototype.constructor=e,n=t.Extends,deletet.Extends):e.prototype.constructor=e;varo=null;returnt.Mixins&&(o=t.Mixins,deletet.Mixins),s(e,o),r(e,t,!0,n),e}o.extend=r,o.mixin=s,o.ignoreFinals=!1,t.exports=o},function(t,e){varn={PI2:2*Math.PI,TAU:.5*Math.PI,EPSILON:1e-6,DEG_TO_RAD:Math.PI/180,RAD_TO_DEG:180/Math.PI,RND:null};t.exports=n},function(t,e){t.exports=function(t){if("object"!=typeoft||t.nodeType||t===t.window)return!1;try{if(t.constructor&&!{}.hasOwnProperty.call(t.constructor.prototype,"isPrototypeOf"))return!1}catch(t){return!1}return!0}},function(t,e){t.exports=function(t,e,n){vari=typeoft;returnt&&"number"!==i&&"string"!==i&&t.hasOwnProperty(e)&&void0!==t[e]?t[e]:n}},function(t,e){t.exports=function(t,e,n){vari=n-e;returne+((t-e)%i+i)%i}},function(t,e,n){vari=new(n(0))({initialize:function(t,e){this.x=0,this.y=0,"object"==typeoft?(this.x=t.x||0,this.y=t.y||0):(void0===e&&(e=t),this.x=t||0,this.y=e||0)},clone:function(){returnnewi(this.x,this.y)},copy:function(t){returnthis.x=t.x||0,this.y=t.y||0,this},setFromObject:function(t){returnthis.x=t.x||0,this.y=t.y||0,this},set:function(t,e){returnvoid0===e&&(e=t),this.x=t,this.y=e,this},setTo:function(t,e){returnthis.set(t,e)},setToPolar:function(t,e){returnnull==e&&(e=1),this.x=Math.cos(t)*e,this.y=Math.sin(t)*e,this},equals:function(t){returnthis.x===t.x&&this.y===t.y},angle:function(){vart=Math.atan2(this.y,this.x);returnt<0&&(t+=2*Math.PI),t},add:function(t){returnthis.x+=t.x,this.y+=t.y,this},subtract:function(t){returnthis.x-=t.x,this.y-=t.y,this},multiply:function(t){returnthis.x*=t.x,this.y*=t.y,this},scale:function(t){returnisFinite(t)?(this.x*=t,this.y*=t):(this.x=0,this.y=0),this},divide:function(t){returnthis.x/=t.x,this.y/=t.y,this},negate:function(){returnthis.x=-this.x,this.y=-this.y,this},distance:function(t){vare=t.x-this.x,n=t.y-this.y;returnMath.sqrt(e*e+n*n)},distanceSq:function(t){vare=t.x-this.x,n=t.y-this.y;returne*e+n*n