@tsparticles/engine 3.1.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/373.min.js +2 -0
- package/373.min.js.LICENSE.txt +1 -0
- package/438.min.js +2 -0
- package/438.min.js.LICENSE.txt +1 -0
- package/README.md +72 -71
- package/browser/Core/Canvas.js +85 -32
- package/browser/Core/Container.js +8 -7
- package/browser/Core/Engine.js +14 -15
- package/browser/Core/Particle.js +14 -15
- package/browser/Core/Particles.js +42 -35
- package/browser/Core/Utils/EventListeners.js +1 -1
- package/browser/Core/Utils/InteractionManager.js +3 -2
- package/browser/Options/Classes/BackgroundMask/BackgroundMask.js +1 -1
- package/browser/Options/Classes/BackgroundMask/BackgroundMaskCover.js +3 -2
- package/browser/Utils/CanvasUtils.js +14 -14
- package/cjs/Core/Canvas.js +85 -32
- package/cjs/Core/Container.js +8 -7
- package/cjs/Core/Engine.js +37 -15
- package/cjs/Core/Particle.js +14 -15
- package/cjs/Core/Particles.js +65 -35
- package/cjs/Core/Utils/EventListeners.js +1 -1
- package/cjs/Core/Utils/InteractionManager.js +3 -2
- package/cjs/Options/Classes/BackgroundMask/BackgroundMask.js +1 -1
- package/cjs/Options/Classes/BackgroundMask/BackgroundMaskCover.js +3 -2
- package/cjs/Utils/CanvasUtils.js +14 -14
- package/dist_browser_Core_Container_js.js +92 -0
- package/dist_browser_Core_Particle_js.js +32 -0
- package/esm/Core/Canvas.js +85 -32
- package/esm/Core/Container.js +8 -7
- package/esm/Core/Engine.js +14 -15
- package/esm/Core/Particle.js +14 -15
- package/esm/Core/Particles.js +42 -35
- package/esm/Core/Utils/EventListeners.js +1 -1
- package/esm/Core/Utils/InteractionManager.js +3 -2
- package/esm/Options/Classes/BackgroundMask/BackgroundMask.js +1 -1
- package/esm/Options/Classes/BackgroundMask/BackgroundMaskCover.js +3 -2
- package/esm/Utils/CanvasUtils.js +14 -14
- package/package.json +1 -1
- package/report.html +3 -3
- package/tsparticles.engine.js +894 -5820
- package/tsparticles.engine.min.js +1 -1
- package/tsparticles.engine.min.js.LICENSE.txt +1 -1
- package/types/Core/Canvas.d.ts +5 -3
- package/types/Core/Container.d.ts +1 -1
- package/types/Core/Engine.d.ts +13 -8
- package/types/Core/Interfaces/IContainerPlugin.d.ts +3 -3
- package/types/Core/Interfaces/IEffectDrawer.d.ts +3 -3
- package/types/Core/Interfaces/IMovePathGenerator.d.ts +2 -2
- package/types/Core/Interfaces/IParticleMover.d.ts +2 -2
- package/types/Core/Interfaces/IParticleUpdater.d.ts +2 -2
- package/types/Core/Interfaces/IPlugin.d.ts +1 -1
- package/types/Core/Interfaces/IShapeDrawer.d.ts +4 -4
- package/types/Core/Particle.d.ts +3 -3
- package/types/Core/Particles.d.ts +12 -8
- package/types/Core/Utils/InteractionManager.d.ts +2 -2
- package/types/Enums/Modes/OutMode.d.ts +0 -3
- package/types/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -1
- package/types/Options/Classes/Particles/Move/OutModes.d.ts +6 -6
- package/types/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +2 -1
- package/types/Options/Interfaces/BackgroundMask/IBackgroundMaskCover.d.ts +2 -1
- package/types/Options/Interfaces/Particles/Move/IMove.d.ts +2 -2
- package/types/Options/Interfaces/Particles/Move/IOutModes.d.ts +6 -6
- package/types/Utils/CanvasUtils.d.ts +6 -6
- package/umd/Core/Canvas.js +85 -32
- package/umd/Core/Container.js +8 -7
- package/umd/Core/Engine.js +39 -16
- package/umd/Core/Particle.js +14 -15
- package/umd/Core/Particles.js +67 -36
- package/umd/Core/Utils/EventListeners.js +1 -1
- package/umd/Core/Utils/InteractionManager.js +3 -2
- package/umd/Options/Classes/BackgroundMask/BackgroundMask.js +1 -1
- package/umd/Options/Classes/BackgroundMask/BackgroundMaskCover.js +3 -2
- package/umd/Utils/CanvasUtils.js +14 -14
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see tsparticles.engine.min.js.LICENSE.txt */
|
|
2
|
-
!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(this,(()=>(()=>{"use strict";var t={d:(e,i)=>{for(var s in i)t.o(i,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:i[s]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{AnimatableColor:()=>qe,AnimationOptions:()=>We,AnimationValueWithRandom:()=>Ye,Background:()=>Me,BackgroundMask:()=>Oe,BackgroundMaskCover:()=>Pe,Circle:()=>Di,ClickEvent:()=>Se,Collisions:()=>Je,CollisionsAbsorb:()=>Ge,CollisionsOverlap:()=>je,ColorAnimation:()=>Ue,DivEvent:()=>Ce,Events:()=>Ee,ExternalInteractorBase:()=>ji,FullScreen:()=>ke,HoverEvent:()=>Te,HslAnimation:()=>$e,HslColorManager:()=>qi,Interactivity:()=>Le,ManualParticle:()=>Ae,Modes:()=>Ie,Move:()=>ci,MoveAngle:()=>ti,MoveAttract:()=>ei,MoveCenter:()=>ii,MoveGravity:()=>si,MovePath:()=>oi,MoveTrail:()=>ai,Opacity:()=>di,OpacityAnimation:()=>li,Options:()=>Mi,OptionsColor:()=>ze,OutModes:()=>ri,Parallax:()=>Re,ParticlesBounce:()=>Qe,ParticlesBounceFactor:()=>Ze,ParticlesDensity:()=>ui,ParticlesInteractorBase:()=>Xi,ParticlesNumber:()=>fi,ParticlesNumberLimit:()=>pi,ParticlesOptions:()=>bi,Point:()=>Ci,Range:()=>Ri,RangedAnimationOptions:()=>He,RangedAnimationValueWithRandom:()=>Ne,Rectangle:()=>Ti,ResizeEvent:()=>De,Responsive:()=>Fe,RgbColorManager:()=>Gi,Shadow:()=>vi,Shape:()=>mi,Size:()=>yi,SizeAnimation:()=>gi,Spin:()=>hi,Stroke:()=>_i,Theme:()=>Ve,ThemeDefault:()=>Be,ValueWithRandom:()=>Xe,Vector:()=>P,Vector3d:()=>b,ZIndex:()=>wi,addColorManager:()=>Vt,addEasing:()=>C,alterHsl:()=>ye,areBoundsInside:()=>ut,arrayRandomIndex:()=>ct,calcExactPositionOrRandomFromSize:()=>N,calcExactPositionOrRandomFromSizeRanged:()=>Z,calcPositionFromSize:()=>j,calcPositionOrRandomFromSize:()=>X,calcPositionOrRandomFromSizeRanged:()=>Y,calculateBounds:()=>pt,circleBounce:()=>wt,circleBounceDataFromParticle:()=>_t,clamp:()=>E,clear:()=>de,collisionVelocity:()=>G,colorMix:()=>Kt,colorToHsl:()=>$t,colorToRgb:()=>Ut,deepExtend:()=>ft,degToRad:()=>U,divMode:()=>yt,divModeExecute:()=>mt,drawEffect:()=>pe,drawLine:()=>he,drawParticle:()=>ue,drawParticlePlugin:()=>ge,drawPlugin:()=>me,drawShape:()=>fe,drawShapeAfterDraw:()=>ve,errorPrefix:()=>f,executeOnSingleOrMultiple:()=>xt,findItemFromSingleOrMultiple:()=>Mt,generatedAttribute:()=>i,getDistance:()=>H,getDistances:()=>W,getEasing:()=>R,getHslAnimationFromHsl:()=>se,getHslFromAnimation:()=>ie,getLinkColor:()=>te,getLinkRandomColor:()=>ee,getLogger:()=>tt,getParticleBaseVelocity:()=>q,getParticleDirectionAngle:()=>$,getPosition:()=>kt,getRandom:()=>D,getRandomRgbColor:()=>Zt,getRangeMax:()=>B,getRangeMin:()=>F,getRangeValue:()=>A,getSize:()=>St,getStyleFromHsl:()=>Jt,getStyleFromRgb:()=>Qt,halfRandom:()=>m,hasMatchMedia:()=>st,hslToRgb:()=>Yt,hslaToRgba:()=>Nt,initParticleNumericAnimationValue:()=>Pt,isArray:()=>It,isBoolean:()=>Ct,isDivModeEnabled:()=>vt,isFunction:()=>Dt,isInArray:()=>rt,isNumber:()=>Tt,isObject:()=>Et,isPointInside:()=>dt,isSsr:()=>it,isString:()=>Rt,itemFromArray:()=>lt,itemFromSingleOrMultiple:()=>zt,loadFont:()=>ht,loadOptions:()=>xi,loadParticlesOptions:()=>zi,millisecondsToSeconds:()=>g,mix:()=>I,mouseDownEvent:()=>s,mouseLeaveEvent:()=>n,mouseMoveEvent:()=>r,mouseOutEvent:()=>a,mouseUpEvent:()=>o,paintBase:()=>ce,paintImage:()=>le,parseAlpha:()=>Q,percentDenominator:()=>v,randomInRange:()=>L,rangeColorToHsl:()=>qt,rangeColorToRgb:()=>Ht,rectBounce:()=>bt,resizeEvent:()=>u,rgbToHsl:()=>Gt,safeIntersectionObserver:()=>nt,safeMatchMedia:()=>ot,safeMutationObserver:()=>at,setLogger:()=>K,setRandom:()=>T,setRangeValue:()=>V,singleDivModeExecute:()=>gt,stringToAlpha:()=>jt,stringToRgb:()=>Xt,touchCancelEvent:()=>d,touchEndEvent:()=>c,touchMoveEvent:()=>l,touchStartEvent:()=>h,tsParticles:()=>Yi,updateAnimation:()=>Lt,updateColor:()=>ae,updateColorValue:()=>ne,visibilityChangeEvent:()=>p});const i="generated",s="pointerdown",o="pointerup",n="pointerleave",a="pointerout",r="pointermove",h="touchstart",c="touchend",l="touchmove",d="touchcancel",u="resize",p="visibilitychange",f="tsParticles - Error",v=100,m=.5,g=1e3,y=0,_=0,w=0;class b{constructor(t,e,i){if(this._updateFromAngle=(t,e)=>{this.x=Math.cos(t)*e,this.y=Math.sin(t)*e},!Tt(t)&&t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:w}else{if(void 0===t||void 0===e)throw new Error(`${f} Vector3d not initialized correctly`);this.x=t,this.y=e,this.z=i??w}}static get origin(){return b.create(y,_,w)}get angle(){return Math.atan2(this.y,this.x)}set angle(t){this._updateFromAngle(t,this.length)}get length(){return Math.sqrt(this.getLengthSq())}set length(t){this._updateFromAngle(this.angle,t)}static clone(t){return b.create(t.x,t.y,t.z)}static create(t,e,i){return new b(t,e,i)}add(t){return b.create(this.x+t.x,this.y+t.y,this.z+t.z)}addTo(t){this.x+=t.x,this.y+=t.y,this.z+=t.z}copy(){return b.clone(this)}distanceTo(t){return this.sub(t).length}distanceToSq(t){return this.sub(t).getLengthSq()}div(t){return b.create(this.x/t,this.y/t,this.z/t)}divTo(t){this.x/=t,this.y/=t,this.z/=t}getLengthSq(){return this.x**2+this.y**2}mult(t){return b.create(this.x*t,this.y*t,this.z*t)}multTo(t){this.x*=t,this.y*=t,this.z*=t}normalize(){const t=this.length;0!=t&&this.multTo(1/t)}rotate(t){return b.create(this.x*Math.cos(t)-this.y*Math.sin(t),this.x*Math.sin(t)+this.y*Math.cos(t),w)}setTo(t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:w}sub(t){return b.create(this.x-t.x,this.y-t.y,this.z-t.z)}subFrom(t){this.x-=t.x,this.y-=t.y,this.z-=t.z}}const x=0,z=0,M=0;class P extends b{constructor(t,e){super(t,e,M)}static get origin(){return P.create(x,z)}static clone(t){return P.create(t.x,t.y)}static create(t,e){return new P(t,e)}}let O=Math.random;const k=new Map,S=2*Math.PI;function C(t,e){k.get(t)||k.set(t,e)}function R(t){return k.get(t)??(t=>t)}function T(t=Math.random){O=t}function D(){return E(O(),0,1-Number.EPSILON)}function E(t,e,i){return Math.min(Math.max(t,e),i)}function I(t,e,i,s){return Math.floor((t*i+e*s)/(i+s))}function L(t){const e=B(t);let i=F(t);return e===i&&(i=0),D()*(e-i)+i}function A(t){return Tt(t)?t:L(t)}function F(t){return Tt(t)?t:t.min}function B(t){return Tt(t)?t:t.max}function V(t,e){if(t===e||void 0===e&&Tt(t))return t;const i=F(t),s=B(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(s,e)}:V(i,s)}function W(t,e){const i=t.x-e.x,s=t.y-e.y;return{dx:i,dy:s,distance:Math.sqrt(i**2+s**2)}}function H(t,e){return W(t,e).distance}function U(t){return t*Math.PI/180}function $(t,e,i){if(Tt(t))return U(t);const s=.25;switch(t){case"top":return.5*-Math.PI;case"top-right":return-Math.PI*s;case"right":return 0;case"bottom-right":return Math.PI*s;case"bottom":return.5*Math.PI;case"bottom-left":return.75*Math.PI;case"left":return Math.PI;case"top-left":return.75*-Math.PI;case"inside":return Math.atan2(i.y-e.y,i.x-e.x);case"outside":return Math.atan2(e.y-i.y,e.x-i.x);default:return D()*S}}function q(t){const e=P.origin;return e.length=1,e.angle=t,e}function G(t,e,i,s){return P.create(t.x*(i-s)/(i+s)+2*e.x*s/(i+s),t.y)}function j(t){return void 0!==t.position?.x&&void 0!==t.position.y?{x:t.position.x*t.size.width/v,y:t.position.y*t.size.height/v}:void 0}function X(t){return{x:(t.position?.x??D()*v)*t.size.width/v,y:(t.position?.y??D()*v)*t.size.height/v}}function Y(t){const e={x:void 0!==t.position?.x?A(t.position.x):void 0,y:void 0!==t.position?.y?A(t.position.y):void 0};return X({size:t.size,position:e})}function N(t){return{x:t.position?.x??D()*t.size.width,y:t.position?.y??D()*t.size.height}}function Z(t){const e={x:void 0!==t.position?.x?A(t.position.x):void 0,y:void 0!==t.position?.y?A(t.position.y):void 0};return N({size:t.size,position:e})}function Q(t){return t?t.endsWith("%")?parseFloat(t)/v:parseFloat(t):1}const J={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function K(t){J.debug=t.debug||J.debug,J.error=t.error||J.error,J.info=t.info||J.info,J.log=t.log||J.log,J.verbose=t.verbose||J.verbose,J.warning=t.warning||J.warning}function tt(){return J}function et(t){const e={bounced:!1},{pSide:i,pOtherSide:s,rectSide:o,rectOtherSide:n,velocity:a,factor:r}=t;return s.min<n.min||s.min>n.max||s.max<n.min||s.max>n.max||(i.max>=o.min&&i.max<=.5*(o.max+o.min)&&a>0||i.min<=o.max&&i.min>.5*(o.max+o.min)&&a<0)&&(e.velocity=a*-r,e.bounced=!0),e}function it(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function st(){return!it()&&"undefined"!=typeof matchMedia}function ot(t){if(st())return matchMedia(t)}function nt(t){if(!it()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}function at(t){if(!it()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}function rt(t,e){return t===e||It(e)&&e.indexOf(t)>-1}async function ht(t,e){try{await document.fonts.load(`${e??"400"} 36px '${t??"Verdana"}'`)}catch{}}function ct(t){return Math.floor(D()*t.length)}function lt(t,e,i=!0){return t[void 0!==e&&i?e%t.length:ct(t)]}function dt(t,e,i,s,o){return ut(pt(t,s??0),e,i,o)}function ut(t,e,i,s){let o=!0;return s&&"bottom"!==s||(o=t.top<e.height+i.x),!o||s&&"left"!==s||(o=t.right>i.x),!o||s&&"right"!==s||(o=t.left<e.width+i.y),!o||s&&"top"!==s||(o=t.bottom>i.y),o}function pt(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function ft(t,...e){for(const i of e){if(null==i)continue;if(!Et(i)){t=i;continue}const e=Array.isArray(i);!e||!Et(t)&&t&&Array.isArray(t)?e||!Et(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],o=t;o[e]=Et(s)&&Array.isArray(s)?s.map((t=>ft(o[e],t))):ft(o[e],s)}}return t}function vt(t,e){return!!Mt(e,(e=>e.enable&&rt(t,e.mode)))}function mt(t,e,i){xt(e,(e=>{const s=e.mode;e.enable&&rt(t,s)&>(e,i)}))}function gt(t,e){xt(t.selectors,(i=>{e(i,t)}))}function yt(t,e){if(e&&t)return Mt(t,(t=>function(t,e){const i=xt(e,(e=>t.matches(e)));return It(i)?i.some((t=>t)):i}(e,t.selectors)))}function _t(t){return{position:t.getPosition(),radius:t.getRadius(),mass:t.getMass(),velocity:t.velocity,factor:P.create(A(t.options.bounce.horizontal.value),A(t.options.bounce.vertical.value))}}function wt(t,e){const{x:i,y:s}=t.velocity.sub(e.velocity),[o,n]=[t.position,e.position],{dx:a,dy:r}=W(n,o);if(i*a+s*r<0)return;const h=-Math.atan2(r,a),c=t.mass,l=e.mass,d=t.velocity.rotate(h),u=e.velocity.rotate(h),p=G(d,u,c,l),f=G(u,d,c,l),v=p.rotate(-h),m=f.rotate(-h);t.velocity.x=v.x*t.factor.x,t.velocity.y=v.y*t.factor.y,e.velocity.x=m.x*e.factor.x,e.velocity.y=m.y*e.factor.y}function bt(t,e){const i=pt(t.getPosition(),t.getRadius()),s=t.options.bounce,o=et({pSide:{min:i.left,max:i.right},pOtherSide:{min:i.top,max:i.bottom},rectSide:{min:e.left,max:e.right},rectOtherSide:{min:e.top,max:e.bottom},velocity:t.velocity.x,factor:A(s.horizontal.value)});o.bounced&&(void 0!==o.velocity&&(t.velocity.x=o.velocity),void 0!==o.position&&(t.position.x=o.position));const n=et({pSide:{min:i.top,max:i.bottom},pOtherSide:{min:i.left,max:i.right},rectSide:{min:e.top,max:e.bottom},rectOtherSide:{min:e.left,max:e.right},velocity:t.velocity.y,factor:A(s.vertical.value)});n.bounced&&(void 0!==n.velocity&&(t.velocity.y=n.velocity),void 0!==n.position&&(t.position.y=n.position))}function xt(t,e){return It(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function zt(t,e,i){return It(t)?lt(t,e,i):t}function Mt(t,e){if(It(t))return t.find(((t,i)=>e(t,i)));return e(t,0)?t:void 0}function Pt(t,e){const i=t.value,s=t.animation,o={delayTime:A(s.delay)*g,enable:s.enable,value:A(t.value)*e,max:B(i)*e,min:F(i)*e,loops:0,maxLoops:A(s.count),time:0};if(s.enable){switch(o.decay=1-A(s.decay),s.mode){case"increase":o.status="increasing";break;case"decrease":o.status="decreasing";break;case"random":o.status=D()>=m?"increasing":"decreasing"}const t="auto"===s.mode;switch(s.startValue){case"min":o.value=o.min,t&&(o.status="increasing");break;case"max":o.value=o.max,t&&(o.status="decreasing");break;default:o.value=L(o),t&&(o.status=D()>=m?"increasing":"decreasing")}}return o.initialValue=o.value,o}function Ot(t,e){if(!("percent"===t.mode)){const{mode:e,...i}=t;return i}return"x"in t?{x:t.x/v*e.width,y:t.y/v*e.height}:{width:t.width/v*e.width,height:t.height/v*e.height}}function kt(t,e){return Ot(t,e)}function St(t,e){return Ot(t,e)}function Ct(t){return"boolean"==typeof t}function Rt(t){return"string"==typeof t}function Tt(t){return"number"==typeof t}function Dt(t){return"function"==typeof t}function Et(t){return"object"==typeof t&&null!==t}function It(t){return Array.isArray(t)}function Lt(t,e,i,s,o){if(t.destroyed||!e||!e.enable||(e.maxLoops??0)>0&&(e.loops??0)>(e.maxLoops??0))return;const n=(e.velocity??0)*o.factor,a=e.min,r=e.max,h=e.decay??1;if(e.time||(e.time=0),(e.delayTime??0)>0&&e.time<(e.delayTime??0)&&(e.time+=o.value),!((e.delayTime??0)>0&&e.time<(e.delayTime??0))){switch(e.status){case"increasing":e.value>=r?(i?e.status="decreasing":e.value-=r,e.loops||(e.loops=0),e.loops++):e.value+=n;break;case"decreasing":e.value<=a?(i?e.status="increasing":e.value+=r,e.loops||(e.loops=0),e.loops++):e.value-=n}e.velocity&&1!==h&&(e.velocity*=h),function(t,e,i,s,o){switch(e){case"max":i>=o&&t.destroy();break;case"min":i<=s&&t.destroy()}}(t,s,e.value,a,r),t.destroyed||(e.value=E(e.value,a,r))}}const At="random",Ft="mid",Bt=new Map;function Vt(t){Bt.set(t.key,t)}function Wt(t){for(const[,e]of Bt)if(t.startsWith(e.stringPrefix))return e.parseString(t);const e=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,((t,e,i,s,o)=>e+e+i+i+s+s+(void 0!==o?o+o:""))),i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i.exec(e);return i?{a:void 0!==i[4]?parseInt(i[4],16)/255:1,b:parseInt(i[3],16),g:parseInt(i[2],16),r:parseInt(i[1],16)}:void 0}function Ht(t,e,i=!0){if(!t)return;const s=Rt(t)?{value:t}:t;if(Rt(s.value))return Ut(s.value,e,i);if(It(s.value))return Ht({value:lt(s.value,e,i)});for(const[,t]of Bt){const e=t.handleRangeColor(s);if(e)return e}}function Ut(t,e,i=!0){if(!t)return;const s=Rt(t)?{value:t}:t;if(Rt(s.value))return s.value===At?Zt():Xt(s.value);if(It(s.value))return Ut({value:lt(s.value,e,i)});for(const[,t]of Bt){const e=t.handleColor(s);if(e)return e}}function $t(t,e,i=!0){const s=Ut(t,e,i);return s?Gt(s):void 0}function qt(t,e,i=!0){const s=Ht(t,e,i);return s?Gt(s):void 0}function Gt(t){const e=t.r/255,i=t.g/255,s=t.b/255,o=Math.max(e,i,s),n=Math.min(e,i,s),a={h:0,l:.5*(o+n),s:0};return o!==n&&(a.s=a.l<.5?(o-n)/(o+n):(o-n)/(2-o-n),a.h=e===o?(i-s)/(o-n):a.h=i===o?2+(s-e)/(o-n):4+(e-i)/(o-n)),a.l*=100,a.s*=100,a.h*=60,a.h<0&&(a.h+=360),a.h>=360&&(a.h-=360),a}function jt(t){return Wt(t)?.a}function Xt(t){return Wt(t)}function Yt(t){const e=360,i=(t.h%e+e)%e,s=Math.max(0,Math.min(100,t.s)),o=i/e,n=s/100,a=Math.max(0,Math.min(100,t.l))/100,r=255;if(0===s){const t=Math.round(a*r);return{r:t,g:t,b:t}}const h=(t,e,i)=>{if(i<0&&i++,i>1&&i--,6*i<1)return t+6*(e-t)*i;if(2*i<1)return e;if(3*i<2){return t+(e-t)*(2/3-i)*6}return t},c=a<.5?a*(1+n):a+n-a*n,l=2*a-c,d=1/3,u=Math.min(r,r*h(l,c,o+d)),p=Math.min(r,r*h(l,c,o)),f=Math.min(r,r*h(l,c,o-d));return{r:Math.round(u),g:Math.round(p),b:Math.round(f)}}function Nt(t){const e=Yt(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}function Zt(t){const e=t??0;return{b:Math.floor(L(V(e,256))),g:Math.floor(L(V(e,256))),r:Math.floor(L(V(e,256)))}}function Qt(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function Jt(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function Kt(t,e,i,s){let o=t,n=e;return void 0===o.r&&(o=Yt(t)),void 0===n.r&&(n=Yt(e)),{b:I(o.b,n.b,i,s),g:I(o.g,n.g,i,s),r:I(o.r,n.r,i,s)}}function te(t,e,i){if(i===At)return Zt();if(i!==Ft)return i;{const i=t.getFillColor()??t.getStrokeColor(),s=e?.getFillColor()??e?.getStrokeColor();if(i&&s&&e)return Kt(i,s,t.getRadius(),e.getRadius());{const t=i??s;if(t)return Yt(t)}}}function ee(t,e,i){const s=Rt(t)?t:t.value;return s===At?i?Ht({value:s}):e?At:Ft:s===Ft?Ft:Ht({value:s})}function ie(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function se(t,e,i){const s={h:{enable:!1,value:t.h},s:{enable:!1,value:t.s},l:{enable:!1,value:t.l}};return e&&(oe(s.h,e.h,i),oe(s.s,e.s,i),oe(s.l,e.l,i)),s}function oe(t,e,i){t.enable=e.enable;t.enable?(t.velocity=A(e.speed)/v*i,t.decay=1-A(e.decay),t.status="increasing",t.loops=0,t.maxLoops=A(e.count),t.time=0,t.delayTime=A(e.delay)*g,e.sync||(t.velocity*=D(),t.value*=D()),t.initialValue=t.value,t.offset=V(e.offset)):t.velocity=0}function ne(t,e,i,s){if(!t||!t.enable||(t.maxLoops??0)>0&&(t.loops??0)>(t.maxLoops??0))return;if(t.time||(t.time=0),(t.delayTime??0)>0&&t.time<(t.delayTime??0)&&(t.time+=s.value),(t.delayTime??0)>0&&t.time<(t.delayTime??0))return;const o=t.offset?L(t.offset):0,n=(t.velocity??0)*s.factor+3.6*o,a=t.decay??1,r=B(e),h=F(e);if(i&&"increasing"!==t.status){t.value-=n;const e=0;t.value<e&&(t.loops||(t.loops=0),t.loops++,t.status="increasing")}else t.value+=n,t.value>r&&(t.loops||(t.loops=0),t.loops++,i?t.status="decreasing":t.value-=r);t.velocity&&1!==a&&(t.velocity*=a),t.value=E(t.value,h,r)}function ae(t,e){if(!t)return;const{h:i,s,l:o}=t,n={min:0,max:100},a={min:0,max:100};i&&ne(i,{min:0,max:360},!1,e),s&&ne(s,n,!0,e),o&&ne(o,a,!0,e)}const re={x:0,y:0};function he(t,e,i){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.closePath()}function ce(t,e,i){t.fillStyle=i??"rgba(0,0,0,0)",t.fillRect(re.x,re.y,e.width,e.height)}function le(t,e,i,s){i&&(t.globalAlpha=s,t.drawImage(i,re.x,re.y,e.width,e.height),t.globalAlpha=1)}function de(t,e){t.clearRect(re.x,re.y,e.width,e.height)}function ue(t){const{container:e,context:i,particle:s,delta:o,colorStyles:n,backgroundMask:a,composite:r,radius:h,opacity:c,shadow:l,transform:d}=t,u=s.getPosition(),p=s.rotation+(s.pathRotation?s.velocity.angle:0),f=Math.sin(p),v=Math.cos(p),m={a:v*(d.a??1),b:f*(d.b??1),c:-f*(d.c??1),d:v*(d.d??1)};i.setTransform(m.a,m.b,m.c,m.d,u.x,u.y),a&&(i.globalCompositeOperation=r);const g=s.shadowColor;l.enable&&g&&(i.shadowBlur=l.blur,i.shadowColor=Qt(g),i.shadowOffsetX=l.offset.x,i.shadowOffsetY=l.offset.y),n.fill&&(i.fillStyle=n.fill);const y=s.strokeWidth??0;i.lineWidth=y,n.stroke&&(i.strokeStyle=n.stroke);const _={container:e,context:i,particle:s,radius:h,opacity:c,delta:o,transformData:m,strokeWidth:y};fe(_),ve(_),pe(_),i.globalCompositeOperation="source-over",i.resetTransform()}function pe(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,transformData:r}=t;if(!s.effect)return;const h=e.effectDrawers.get(s.effect);h&&h.draw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}function fe(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,strokeWidth:r,transformData:h}=t;if(!s.shape)return;const c=e.shapeDrawers.get(s.shape);c&&(i.beginPath(),c.draw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...h}}),s.shapeClose&&i.closePath(),r>0&&i.stroke(),s.shapeFill&&i.fill())}function ve(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,transformData:r}=t;if(!s.shape)return;const h=e.shapeDrawers.get(s.shape);h?.afterDraw&&h.afterDraw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}function me(t,e,i){e.draw&&e.draw(t,i)}function ge(t,e,i,s){e.drawParticle&&e.drawParticle(t,i,s)}function ye(t,e,i){return{h:t.h,s:t.s,l:t.l+("darken"===e?-1:1)*i}}function _e(t,e,i){const s=e[i];void 0!==s&&(t[i]=(t[i]??1)*s)}class we{constructor(t){this.container=t,this._applyPostDrawUpdaters=t=>{for(const e of this._postDrawUpdaters)e.afterDraw?.(t)},this._applyPreDrawUpdaters=(t,e,i,s,o,n)=>{for(const a of this._preDrawUpdaters){if(a.getColorStyles){const{fill:n,stroke:r}=a.getColorStyles(e,t,i,s);n&&(o.fill=n),r&&(o.stroke=r)}if(a.getTransformValues){const t=a.getTransformValues(e);for(const e in t)_e(n,t,e)}a.beforeDraw?.(e)}},this._applyResizePlugins=()=>{for(const t of this._resizePlugins)t.resize?.()},this._getPluginParticleColors=t=>{let e,i;for(const s of this._colorPlugins)if(!e&&s.particleFillColor&&(e=qt(s.particleFillColor(t))),!i&&s.particleStrokeColor&&(i=qt(s.particleStrokeColor(t))),e&&i)break;return[e,i]},this._initCover=()=>{const t=this.container.actualOptions.backgroundMask.cover,e=Ht(t.color);if(e){const i={...e,a:t.opacity};this._coverColorStyle=Qt(i,i.a)}},this._initStyle=()=>{const t=this.element,e=this.container.actualOptions;if(t){this._fullScreen?(this._originalStyle=ft({},t.style),this._setFullScreenStyle()):this._resetOriginalStyle();for(const i in e.style){if(!i||!e.style)continue;const s=e.style[i];s&&t.style.setProperty(i,s,"important")}}},this._initTrail=async()=>{const t=this.container.actualOptions.particles.move.trail,e=t.fill;if(!t.enable)return;const i=1/t.length;if(e.color){const t=Ht(e.color);if(!t)return;this._trailFill={color:{...t},opacity:i}}else await new Promise(((t,s)=>{if(!e.image)return;const o=document.createElement("img");o.addEventListener("load",(()=>{this._trailFill={image:o,opacity:i},t()})),o.addEventListener("error",(t=>{s(t.error)})),o.src=e.image}))},this._paintBase=t=>{this.draw((e=>ce(e,this.size,t)))},this._paintImage=(t,e)=>{this.draw((i=>le(i,this.size,t,e)))},this._repairStyle=()=>{const t=this.element;t&&(this._safeMutationObserver((t=>t.disconnect())),this._initStyle(),this.initBackground(),this._safeMutationObserver((e=>e.observe(t,{attributes:!0}))))},this._resetOriginalStyle=()=>{const t=this.element,e=this._originalStyle;if(!t||!e)return;const i=t.style;i.position=e.position,i.zIndex=e.zIndex,i.top=e.top,i.left=e.left,i.width=e.width,i.height=e.height},this._safeMutationObserver=t=>{this._mutationObserver&&t(this._mutationObserver)},this._setFullScreenStyle=()=>{const t=this.element;if(!t)return;const e="important",i=t.style;i.setProperty("position","fixed",e),i.setProperty("z-index",this.container.actualOptions.fullScreen.zIndex.toString(10),e),i.setProperty("top","0",e),i.setProperty("left","0",e),i.setProperty("width","100%",e),i.setProperty("height","100%",e)},this.size={height:0,width:0},this._context=null,this._generated=!1,this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}get _fullScreen(){return this.container.actualOptions.fullScreen.enable}clear(){const t=this.container.actualOptions,e=t.particles.move.trail,i=this._trailFill;t.backgroundMask.enable?this.paint():e.enable&&e.length>0&&i?i.color?this._paintBase(Qt(i.color,i.opacity)):i.image&&this._paintImage(i.image,i.opacity):t.clear&&this.draw((t=>{de(t,this.size)}))}destroy(){if(this.stop(),this._generated){const t=this.element;t?.remove()}else this._resetOriginalStyle();this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}draw(t){const e=this._context;if(e)return t(e)}drawParticle(t,e){if(t.spawning||t.destroyed)return;const i=t.getRadius();if(i<=0)return;const s=t.getFillColor(),o=t.getStrokeColor()??s;let[n,a]=this._getPluginParticleColors(t);n||(n=s),a||(a=o),(n||a)&&this.draw((s=>{const o=this.container,r=o.actualOptions,h=t.options.zIndex,c=1-t.zIndexFactor,l=c**h.opacityRate,d=t.bubble.opacity??t.opacity?.value??1,u=d*l,p=(t.strokeOpacity??d)*l,f={},v={fill:n?Jt(n,u):void 0};v.stroke=a?Jt(a,p):v.fill,this._applyPreDrawUpdaters(s,t,i,u,v,f),ue({container:o,context:s,particle:t,delta:e,colorStyles:v,backgroundMask:r.backgroundMask.enable,composite:r.backgroundMask.composite,radius:i*c**h.sizeRate,opacity:u,shadow:t.options.shadow,transform:f}),this._applyPostDrawUpdaters(t)}))}drawParticlePlugin(t,e,i){this.draw((s=>ge(s,t,e,i)))}drawPlugin(t,e){this.draw((i=>me(i,t,e)))}async init(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=at((t=>{for(const e of t)"attributes"===e.type&&"style"===e.attributeName&&this._repairStyle()})),this.resize(),this._initStyle(),this._initCover();try{await this._initTrail()}catch(t){tt().error(t)}this.initBackground(),this._safeMutationObserver((t=>{this.element&&t.observe(this.element,{attributes:!0})})),this.initUpdaters(),this.initPlugins(),this.paint()}initBackground(){const t=this.container.actualOptions.background,e=this.element;if(!e)return;const i=e.style;if(i){if(t.color){const e=Ht(t.color);i.backgroundColor=e?Qt(e,t.opacity):""}else i.backgroundColor="";i.backgroundImage=t.image||"",i.backgroundPosition=t.position||"",i.backgroundRepeat=t.repeat||"",i.backgroundSize=t.size||""}}initPlugins(){this._resizePlugins=[];for(const[,t]of this.container.plugins)t.resize&&this._resizePlugins.push(t),(t.particleFillColor??t.particleStrokeColor)&&this._colorPlugins.push(t)}initUpdaters(){this._preDrawUpdaters=[],this._postDrawUpdaters=[];for(const t of this.container.particles.updaters)t.afterDraw&&this._postDrawUpdaters.push(t),(t.getColorStyles??t.getTransformValues??t.beforeDraw)&&this._preDrawUpdaters.push(t)}loadCanvas(t){this._generated&&this.element&&this.element.remove(),this._generated=t.dataset&&i in t.dataset?"true"===t.dataset[i]:this._generated,this.element=t,this.element.ariaHidden="true",this._originalStyle=ft({},this.element.style),this.size.height=t.offsetHeight,this.size.width=t.offsetWidth,this._context=this.element.getContext("2d"),this._safeMutationObserver((t=>{this.element&&t.observe(this.element,{attributes:!0})})),this.container.retina.init(),this.initBackground()}paint(){const t=this.container.actualOptions;this.draw((e=>{t.backgroundMask.enable&&t.backgroundMask.cover?(de(e,this.size),this._paintBase(this._coverColorStyle)):this._paintBase()}))}resize(){if(!this.element)return!1;const t=this.container,e=t.retina.pixelRatio,i=t.canvas.size,s=this.element.offsetWidth*e,o=this.element.offsetHeight*e;if(o===i.height&&s===i.width&&o===this.element.height&&s===this.element.width)return!1;const n={...i};return this.element.width=i.width=this.element.offsetWidth*e,this.element.height=i.height=this.element.offsetHeight*e,this.container.started&&t.particles.setResizeFactor({width:i.width/n.width,height:i.height/n.height}),!0}stop(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=void 0,this.draw((t=>de(t,this.size)))}async windowResize(){if(!this.element||!this.resize())return;const t=this.container,e=t.updateActualOptions();t.particles.setDensity(),this._applyResizePlugins(),e&&await t.refresh()}}function be(t,e,i,s,o){if(s){let s={passive:!0};Ct(o)?s.capture=o:void 0!==o&&(s=o),t.addEventListener(e,i,s)}else{const s=o;t.removeEventListener(e,i,s)}}class xe{constructor(t){this.container=t,this._doMouseTouchClick=t=>{const e=this.container,i=e.actualOptions;if(this._canPush){const t=e.interactivity.mouse,s=t.position;if(!s)return;t.clickPosition={...s},t.clickTime=(new Date).getTime();xt(i.interactivity.events.onClick.mode,(t=>this.container.handleClickMode(t)))}if("touchend"===t.type){setTimeout((()=>this._mouseTouchFinish()),500)}},this._handleThemeChange=t=>{const e=t,i=this.container,s=i.options,o=s.defaultThemes,n=e.matches?o.dark:o.light,a=s.themes.find((t=>t.name===n));a&&a.default.auto&&i.loadTheme(n)},this._handleVisibilityChange=()=>{const t=this.container,e=t.actualOptions;this._mouseTouchFinish(),e.pauseOnBlur&&(document&&document.hidden?(t.pageHidden=!0,t.pause()):(t.pageHidden=!1,t.getAnimationStatus()?t.play(!0):t.draw(!0)))},this._handleWindowResize=()=>{this._resizeTimeout&&(clearTimeout(this._resizeTimeout),delete this._resizeTimeout);const t=async()=>{const t=this.container.canvas;await(t?.windowResize())};this._resizeTimeout=setTimeout((()=>{t()}),this.container.actualOptions.interactivity.events.resize.delay*g)},this._manageInteractivityListeners=(t,e)=>{const i=this._handlers,n=this.container,a=n.actualOptions,u=n.interactivity.element;if(!u)return;const p=u,f=n.canvas.element;f&&(f.style.pointerEvents=p===f?"initial":"none"),(a.interactivity.events.onHover.enable||a.interactivity.events.onClick.enable)&&(be(u,r,i.mouseMove,e),be(u,h,i.touchStart,e),be(u,l,i.touchMove,e),a.interactivity.events.onClick.enable?(be(u,c,i.touchEndClick,e),be(u,o,i.mouseUp,e),be(u,s,i.mouseDown,e)):be(u,c,i.touchEnd,e),be(u,t,i.mouseLeave,e),be(u,d,i.touchCancel,e))},this._manageListeners=t=>{const e=this._handlers,i=this.container,s=i.actualOptions.interactivity.detectsOn,o=i.canvas.element;let r=n;"window"===s?(i.interactivity.element=window,r=a):i.interactivity.element="parent"===s&&o?o.parentElement??o.parentNode:o,this._manageMediaMatch(t),this._manageResize(t),this._manageInteractivityListeners(r,t),document&&be(document,p,e.visibilityChange,t,!1)},this._manageMediaMatch=t=>{const e=this._handlers,i=ot("(prefers-color-scheme: dark)");i&&(void 0===i.addEventListener?void 0!==i.addListener&&(t?i.addListener(e.oldThemeChange):i.removeListener(e.oldThemeChange)):be(i,"change",e.themeChange,t))},this._manageResize=t=>{const e=this._handlers,i=this.container;if(!i.actualOptions.interactivity.events.resize)return;if("undefined"==typeof ResizeObserver)return void be(window,u,e.resize,t);const s=i.canvas.element;this._resizeObserver&&!t?(s&&this._resizeObserver.unobserve(s),this._resizeObserver.disconnect(),delete this._resizeObserver):!this._resizeObserver&&t&&s&&(this._resizeObserver=new ResizeObserver((t=>{t.find((t=>t.target===s))&&this._handleWindowResize()})),this._resizeObserver.observe(s))},this._mouseDown=()=>{const{interactivity:t}=this.container;if(!t)return;const{mouse:e}=t;e.clicking=!0,e.downPosition=e.position},this._mouseTouchClick=t=>{const e=this.container,i=e.actualOptions,{mouse:s}=e.interactivity;s.inside=!0;let o=!1;const n=s.position;if(n&&i.interactivity.events.onClick.enable){for(const[,t]of e.plugins)if(t.clickPositionValid&&(o=t.clickPositionValid(n),o))break;o||this._doMouseTouchClick(t),s.clicking=!1}},this._mouseTouchFinish=()=>{const t=this.container.interactivity;if(!t)return;const e=t.mouse;delete e.position,delete e.clickPosition,delete e.downPosition,t.status=n,e.inside=!1,e.clicking=!1},this._mouseTouchMove=t=>{const e=this.container,i=e.actualOptions,s=e.interactivity,o=e.canvas.element;if(!s?.element)return;let n;if(s.mouse.inside=!0,t.type.startsWith("pointer")){this._canPush=!0;const e=t;if(s.element===window){if(o){const t=o.getBoundingClientRect();n={x:e.clientX-t.left,y:e.clientY-t.top}}}else if("parent"===i.interactivity.detectsOn){const t=e.target,i=e.currentTarget;if(t&&i&&o){const s=t.getBoundingClientRect(),a=i.getBoundingClientRect(),r=o.getBoundingClientRect();n={x:e.offsetX+2*s.left-(a.left+r.left),y:e.offsetY+2*s.top-(a.top+r.top)}}else n={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY}}else e.target===o&&(n={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY})}else if(this._canPush="touchmove"!==t.type,o){const e=t,i=1,s=e.touches[e.touches.length-i],a=o.getBoundingClientRect(),r=0;n={x:s.clientX-(a.left??r),y:s.clientY-(a.top??r)}}const a=e.retina.pixelRatio;n&&(n.x*=a,n.y*=a),s.mouse.position=n,s.status=r},this._touchEnd=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchFinish()},this._touchEndClick=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchClick(t)},this._touchStart=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.set(t.identifier,performance.now());this._mouseTouchMove(t)},this._canPush=!0,this._touches=new Map,this._handlers={mouseDown:()=>this._mouseDown(),mouseLeave:()=>this._mouseTouchFinish(),mouseMove:t=>this._mouseTouchMove(t),mouseUp:t=>this._mouseTouchClick(t),touchStart:t=>this._touchStart(t),touchMove:t=>this._mouseTouchMove(t),touchEnd:t=>this._touchEnd(t),touchCancel:t=>this._touchEnd(t),touchEndClick:t=>this._touchEndClick(t),visibilityChange:()=>this._handleVisibilityChange(),themeChange:t=>this._handleThemeChange(t),oldThemeChange:t=>this._handleThemeChange(t),resize:()=>{this._handleWindowResize()}}}addListeners(){this._manageListeners(!0)}removeListeners(){this._manageListeners(!1)}}class ze{constructor(){this.value=""}static create(t,e){const i=new ze;return i.load(t),void 0!==e&&(Rt(e)||It(e)?i.load({value:e}):i.load(e)),i}load(t){void 0!==t?.value&&(this.value=t.value)}}class Me{constructor(){this.color=new ze,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=ze.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.position&&(this.position=t.position),void 0!==t.repeat&&(this.repeat=t.repeat),void 0!==t.size&&(this.size=t.size),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Pe{constructor(){this.color=new ze,this.color.value="#fff",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=ze.create(this.color,t.color)),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Oe{constructor(){this.composite="destination-out",this.cover=new Pe,this.enable=!1}load(t){if(t){if(void 0!==t.composite&&(this.composite=t.composite),void 0!==t.cover){const e=t.cover,i=Rt(t.cover)?{color:t.cover}:t.cover;this.cover.load(void 0!==e.color?e:{color:i})}void 0!==t.enable&&(this.enable=t.enable)}}}class ke{constructor(){this.enable=!0,this.zIndex=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.zIndex&&(this.zIndex=t.zIndex))}}class Se{constructor(){this.enable=!1,this.mode=[]}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode))}}class Ce{constructor(){this.selectors=[],this.enable=!1,this.mode=[],this.type="circle"}load(t){t&&(void 0!==t.selectors&&(this.selectors=t.selectors),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.type&&(this.type=t.type))}}class Re{constructor(){this.enable=!1,this.force=2,this.smooth=10}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.force&&(this.force=t.force),void 0!==t.smooth&&(this.smooth=t.smooth))}}class Te{constructor(){this.enable=!1,this.mode=[],this.parallax=new Re}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.parallax.load(t.parallax))}}class De{constructor(){this.delay=.5,this.enable=!0}load(t){void 0!==t&&(void 0!==t.delay&&(this.delay=t.delay),void 0!==t.enable&&(this.enable=t.enable))}}class Ee{constructor(){this.onClick=new Se,this.onDiv=new Ce,this.onHover=new Te,this.resize=new De}load(t){if(!t)return;this.onClick.load(t.onClick);const e=t.onDiv;void 0!==e&&(this.onDiv=xt(e,(t=>{const e=new Ce;return e.load(t),e}))),this.onHover.load(t.onHover),this.resize.load(t.resize)}}class Ie{constructor(t,e){this._engine=t,this._container=e}load(t){if(!t)return;if(!this._container)return;const e=this._engine.interactors.get(this._container);if(e)for(const i of e)i.loadModeOptions&&i.loadModeOptions(this,t)}}class Le{constructor(t,e){this.detectsOn="window",this.events=new Ee,this.modes=new Ie(t,e)}load(t){if(!t)return;const e=t.detectsOn;void 0!==e&&(this.detectsOn=e),this.events.load(t.events),this.modes.load(t.modes)}}class Ae{load(t){t&&(t.position&&(this.position={x:t.position.x??50,y:t.position.y??50,mode:t.position.mode??"percent"}),t.options&&(this.options=ft({},t.options)))}}class Fe{constructor(){this.maxWidth=1/0,this.options={},this.mode="canvas"}load(t){t&&(void 0!==t.maxWidth&&(this.maxWidth=t.maxWidth),void 0!==t.mode&&("screen"===t.mode?this.mode="screen":this.mode="canvas"),void 0!==t.options&&(this.options=ft({},t.options)))}}class Be{constructor(){this.auto=!1,this.mode="any",this.value=!1}load(t){t&&(void 0!==t.auto&&(this.auto=t.auto),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class Ve{constructor(){this.name="",this.default=new Be}load(t){t&&(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=ft({},t.options)))}}class We{constructor(){this.count=0,this.enable=!1,this.speed=1,this.decay=0,this.delay=0,this.sync=!1}load(t){t&&(void 0!==t.count&&(this.count=V(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=V(t.speed)),void 0!==t.decay&&(this.decay=V(t.decay)),void 0!==t.delay&&(this.delay=V(t.delay)),void 0!==t.sync&&(this.sync=t.sync))}}class He extends We{constructor(){super(),this.mode="auto",this.startValue="random"}load(t){super.load(t),t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.startValue&&(this.startValue=t.startValue))}}class Ue extends We{constructor(){super(),this.offset=0,this.sync=!0}load(t){super.load(t),t&&void 0!==t.offset&&(this.offset=V(t.offset))}}class $e{constructor(){this.h=new Ue,this.s=new Ue,this.l=new Ue}load(t){t&&(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}class qe extends ze{constructor(){super(),this.animation=new $e}static create(t,e){const i=new qe;return i.load(t),void 0!==e&&(Rt(e)||It(e)?i.load({value:e}):i.load(e)),i}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&(void 0!==e.enable?this.animation.h.load(e):this.animation.load(t.animation))}}class Ge{constructor(){this.speed=2}load(t){t&&void 0!==t.speed&&(this.speed=t.speed)}}class je{constructor(){this.enable=!0,this.retries=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.retries&&(this.retries=t.retries))}}class Xe{constructor(){this.value=0}load(t){t&&void 0!==t.value&&(this.value=V(t.value))}}class Ye extends Xe{constructor(){super(),this.animation=new We}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class Ne extends Ye{constructor(){super(),this.animation=new He}load(t){super.load(t)}}class Ze extends Xe{constructor(){super(),this.value=1}}class Qe{constructor(){this.horizontal=new Ze,this.vertical=new Ze}load(t){t&&(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}class Je{constructor(){this.absorb=new Ge,this.bounce=new Qe,this.enable=!1,this.maxSpeed=50,this.mode="bounce",this.overlap=new je}load(t){t&&(this.absorb.load(t.absorb),this.bounce.load(t.bounce),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.maxSpeed&&(this.maxSpeed=V(t.maxSpeed)),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}class Ke{constructor(){this.close=!0,this.fill=!0,this.options={},this.type=[]}load(t){if(!t)return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=ft(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class ti{constructor(){this.offset=0,this.value=90}load(t){t&&(void 0!==t.offset&&(this.offset=V(t.offset)),void 0!==t.value&&(this.value=V(t.value)))}}class ei{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}load(t){if(t&&(void 0!==t.distance&&(this.distance=V(t.distance)),void 0!==t.enable&&(this.enable=t.enable),t.rotate)){const e=t.rotate.x;void 0!==e&&(this.rotate.x=e);const i=t.rotate.y;void 0!==i&&(this.rotate.y=i)}}}class ii{constructor(){this.x=50,this.y=50,this.mode="percent",this.radius=0}load(t){t&&(void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.radius&&(this.radius=t.radius))}}class si{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=V(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.inverse&&(this.inverse=t.inverse),void 0!==t.maxSpeed&&(this.maxSpeed=V(t.maxSpeed)))}}class oi{constructor(){this.clamp=!0,this.delay=new Xe,this.enable=!1,this.options={}}load(t){t&&(void 0!==t.clamp&&(this.clamp=t.clamp),this.delay.load(t.delay),void 0!==t.enable&&(this.enable=t.enable),this.generator=t.generator,t.options&&(this.options=ft(this.options,t.options)))}}class ni{load(t){t&&(void 0!==t.color&&(this.color=ze.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image))}}class ai{constructor(){this.enable=!1,this.length=10,this.fill=new ni}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.fill&&this.fill.load(t.fill),void 0!==t.length&&(this.length=t.length))}}class ri{constructor(){this.default="out"}load(t){t&&(void 0!==t.default&&(this.default=t.default),this.bottom=t.bottom??t.default,this.left=t.left??t.default,this.right=t.right??t.default,this.top=t.top??t.default)}}class hi{constructor(){this.acceleration=0,this.enable=!1}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=V(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),t.position&&(this.position=ft({},t.position)))}}class ci{constructor(){this.angle=new ti,this.attract=new ei,this.center=new ii,this.decay=0,this.distance={},this.direction="none",this.drift=0,this.enable=!1,this.gravity=new si,this.path=new oi,this.outModes=new ri,this.random=!1,this.size=!1,this.speed=2,this.spin=new hi,this.straight=!1,this.trail=new ai,this.vibrate=!1,this.warp=!1}load(t){if(!t)return;this.angle.load(Tt(t.angle)?{value:t.angle}:t.angle),this.attract.load(t.attract),this.center.load(t.center),void 0!==t.decay&&(this.decay=V(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance=Tt(t.distance)?{horizontal:t.distance,vertical:t.distance}:{...t.distance}),void 0!==t.drift&&(this.drift=V(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const e=t.outModes;void 0!==e&&(Et(e)?this.outModes.load(e):this.outModes.load({default:e})),this.path.load(t.path),void 0!==t.random&&(this.random=t.random),void 0!==t.size&&(this.size=t.size),void 0!==t.speed&&(this.speed=V(t.speed)),this.spin.load(t.spin),void 0!==t.straight&&(this.straight=t.straight),this.trail.load(t.trail),void 0!==t.vibrate&&(this.vibrate=t.vibrate),void 0!==t.warp&&(this.warp=t.warp)}}class li extends He{constructor(){super(),this.destroy="none",this.speed=2}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}class di extends Ne{constructor(){super(),this.animation=new li,this.value=1}load(t){if(!t)return;super.load(t);const e=t.animation;void 0!==e&&this.animation.load(e)}}class ui{constructor(){this.enable=!1,this.width=1920,this.height=1080}load(t){if(!t)return;void 0!==t.enable&&(this.enable=t.enable);const e=t.width;void 0!==e&&(this.width=e);const i=t.height;void 0!==i&&(this.height=i)}}class pi{constructor(){this.mode="delete",this.value=0}load(t){t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class fi{constructor(){this.density=new ui,this.limit=new pi,this.value=0}load(t){t&&(this.density.load(t.density),this.limit.load(t.limit),void 0!==t.value&&(this.value=t.value))}}class vi{constructor(){this.blur=0,this.color=new ze,this.enable=!1,this.offset={x:0,y:0},this.color.value="#000"}load(t){t&&(void 0!==t.blur&&(this.blur=t.blur),this.color=ze.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.offset&&(void 0!==t.offset.x&&(this.offset.x=t.offset.x),void 0!==t.offset.y&&(this.offset.y=t.offset.y)))}}class mi{constructor(){this.close=!0,this.fill=!0,this.options={},this.type="circle"}load(t){if(!t)return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=ft(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class gi extends He{constructor(){super(),this.destroy="none",this.speed=5}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}class yi extends Ne{constructor(){super(),this.animation=new gi,this.value=3}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class _i{constructor(){this.width=0}load(t){t&&(void 0!==t.color&&(this.color=qe.create(this.color,t.color)),void 0!==t.width&&(this.width=V(t.width)),void 0!==t.opacity&&(this.opacity=V(t.opacity)))}}class wi extends Xe{constructor(){super(),this.opacityRate=1,this.sizeRate=1,this.velocityRate=1}load(t){super.load(t),t&&(void 0!==t.opacityRate&&(this.opacityRate=t.opacityRate),void 0!==t.sizeRate&&(this.sizeRate=t.sizeRate),void 0!==t.velocityRate&&(this.velocityRate=t.velocityRate))}}class bi{constructor(t,e){this._engine=t,this._container=e,this.bounce=new Qe,this.collisions=new Je,this.color=new qe,this.color.value="#fff",this.effect=new Ke,this.groups={},this.move=new ci,this.number=new fi,this.opacity=new di,this.reduceDuplicates=!1,this.shadow=new vi,this.shape=new mi,this.size=new yi,this.stroke=new _i,this.zIndex=new wi}load(t){if(!t)return;if(void 0!==t.groups)for(const e of Object.keys(t.groups)){if(!Object.hasOwn(t.groups,e))continue;const i=t.groups[e];void 0!==i&&(this.groups[e]=ft(this.groups[e]??{},i))}void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.bounce.load(t.bounce),this.color.load(qe.create(this.color,t.color)),this.effect.load(t.effect),this.move.load(t.move),this.number.load(t.number),this.opacity.load(t.opacity),this.shape.load(t.shape),this.size.load(t.size),this.shadow.load(t.shadow),this.zIndex.load(t.zIndex),this.collisions.load(t.collisions),void 0!==t.interactivity&&(this.interactivity=ft({},t.interactivity));const e=t.stroke;if(e&&(this.stroke=xt(e,(t=>{const e=new _i;return e.load(t),e}))),this._container){const e=this._engine.updaters.get(this._container);if(e)for(const i of e)i.loadOptions&&i.loadOptions(this,t);const i=this._engine.interactors.get(this._container);if(i)for(const e of i)e.loadParticlesOptions&&e.loadParticlesOptions(this,t)}}}function xi(t,...e){for(const i of e)t.load(i)}function zi(t,e,...i){const s=new bi(t,e);return xi(s,...i),s}class Mi{constructor(t,e){this._findDefaultTheme=t=>this.themes.find((e=>e.default.value&&e.default.mode===t))??this.themes.find((t=>t.default.value&&"any"===t.default.mode)),this._importPreset=t=>{this.load(this._engine.getPreset(t))},this._engine=t,this._container=e,this.autoPlay=!0,this.background=new Me,this.backgroundMask=new Oe,this.clear=!0,this.defaultThemes={},this.delay=0,this.fullScreen=new ke,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new Le(t,e),this.manualParticles=[],this.particles=zi(this._engine,this._container),this.pauseOnBlur=!0,this.pauseOnOutsideViewport=!0,this.responsive=[],this.smooth=!1,this.style={},this.themes=[],this.zLayers=100}load(t){if(!t)return;void 0!==t.preset&&xt(t.preset,(t=>this._importPreset(t))),void 0!==t.autoPlay&&(this.autoPlay=t.autoPlay),void 0!==t.clear&&(this.clear=t.clear),void 0!==t.key&&(this.key=t.key),void 0!==t.name&&(this.name=t.name),void 0!==t.delay&&(this.delay=V(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=V(t.duration));const i=t.fpsLimit;void 0!==i&&(this.fpsLimit=i),void 0!==t.pauseOnBlur&&(this.pauseOnBlur=t.pauseOnBlur),void 0!==t.pauseOnOutsideViewport&&(this.pauseOnOutsideViewport=t.pauseOnOutsideViewport),void 0!==t.zLayers&&(this.zLayers=t.zLayers),this.background.load(t.background);const s=t.fullScreen;Ct(s)?this.fullScreen.enable=s:this.fullScreen.load(s),this.backgroundMask.load(t.backgroundMask),this.interactivity.load(t.interactivity),t.manualParticles&&(this.manualParticles=t.manualParticles.map((t=>{const e=new Ae;return e.load(t),e}))),this.particles.load(t.particles),this.style=ft(this.style,t.style),this._engine.loadOptions(this,t),void 0!==t.smooth&&(this.smooth=t.smooth);const o=this._engine.interactors.get(this._container);if(o)for(const e of o)e.loadOptions&&e.loadOptions(this,t);if(void 0!==t.responsive)for(const e of t.responsive){const t=new Fe;t.load(e),this.responsive.push(t)}if(this.responsive.sort(((t,e)=>t.maxWidth-e.maxWidth)),void 0!==t.themes)for(const e of t.themes){const t=this.themes.find((t=>t.name===e.name));if(t)t.load(e);else{const t=new Ve;t.load(e),this.themes.push(t)}}this.defaultThemes.dark=this._findDefaultTheme("dark")?.name,this.defaultThemes.light=this._findDefaultTheme("light")?.name}setResponsive(t,e,i){this.load(i);const s=this.responsive.find((i=>"screen"===i.mode&&screen?i.maxWidth>screen.availWidth:i.maxWidth*e>t));return this.load(s?.options),s?.maxWidth}setTheme(t){if(t){const e=this.themes.find((e=>e.name===t));e&&this.load(e.options)}else{const t=ot("(prefers-color-scheme: dark)"),e=t&&t.matches,i=this._findDefaultTheme(e?"dark":"light");i&&this.load(i.options)}}}class Pi{constructor(t,e){this.container=e,this._engine=t,this._interactors=t.getInteractors(this.container,!0),this._externalInteractors=[],this._particleInteractors=[]}async externalInteract(t){for(const e of this._externalInteractors)e.isEnabled()&&await e.interact(t)}handleClickMode(t){for(const e of this._externalInteractors)e.handleClickMode?.(t)}init(){this._externalInteractors=[],this._particleInteractors=[];for(const t of this._interactors){switch(t.type){case"external":this._externalInteractors.push(t);break;case"particles":this._particleInteractors.push(t)}t.init()}}async particlesInteract(t,e){for(const i of this._externalInteractors)i.clear(t,e);for(const i of this._particleInteractors)i.isEnabled(t)&&await i.interact(t,e)}reset(t){for(const e of this._externalInteractors)e.isEnabled()&&e.reset(t);for(const e of this._particleInteractors)e.isEnabled(t)&&e.reset(t)}}const Oi=.5;function ki(t){if(!rt(t.outMode,t.checkModes))return;const e=2*t.radius;t.coord>t.maxCoord-e?t.setCb(-t.radius):t.coord<e&&t.setCb(t.radius)}class Si{constructor(t,e,i,s,o,n){this.container=i,this._calcPosition=(t,e,i,s=0)=>{for(const[,s]of t.plugins){const t=void 0!==s.particlePosition?s.particlePosition(e,this):void 0;if(t)return b.create(t.x,t.y,i)}const o=N({size:t.canvas.size,position:e}),n=b.create(o.x,o.y,i),a=this.getRadius(),r=this.options.move.outModes,h=e=>{ki({outMode:e,checkModes:["bounce","bounce-horizontal"],coord:n.x,maxCoord:t.canvas.size.width,setCb:t=>n.x+=t,radius:a})},c=e=>{ki({outMode:e,checkModes:["bounce","bounce-vertical"],coord:n.y,maxCoord:t.canvas.size.height,setCb:t=>n.y+=t,radius:a})};if(h(r.left??r.default),h(r.right??r.default),c(r.top??r.default),c(r.bottom??r.default),this._checkOverlap(n,s)){const e=1;return this._calcPosition(t,void 0,i,s+e)}return n},this._calculateVelocity=()=>{const t=q(this.direction).copy(),e=this.options.move;if("inside"===e.direction||"outside"===e.direction)return t;const i=U(A(e.angle.value)),s=U(A(e.angle.offset)),o={left:s-i*Oi,right:s+i*Oi};return e.straight||(t.angle+=L(V(o.left,o.right))),e.random&&"number"==typeof e.speed&&(t.length*=D()),t},this._checkOverlap=(t,e=0)=>{const i=this.options.collisions,s=this.getRadius();if(!i.enable)return!1;const o=i.overlap;if(o.enable)return!1;const n=o.retries;if(n>=0&&e>n)throw new Error(`${f} particle is overlapping and can't be placed`);return!!this.container.particles.find((e=>H(t,e.position)<s+e.getRadius()))},this._getRollColor=t=>{if(!t||!this.roll||!this.backColor&&!this.roll.alter)return t;const e=this.roll.horizontal&&this.roll.vertical?2:1,i=this.roll.horizontal?Math.PI*Oi:0;return Math.floor(((this.roll.angle??0)+i)/(Math.PI/e))%2?this.backColor?this.backColor:this.roll.alter?ye(t,this.roll.alter.type,this.roll.alter.value):t:t},this._initPosition=t=>{const e=this.container,i=A(this.options.zIndex.value);this.position=this._calcPosition(e,t,E(i,0,e.zLayers)),this.initialPosition=this.position.copy();const s=e.canvas.size;switch(this.moveCenter={...kt(this.options.move.center,s),radius:this.options.move.center.radius??0,mode:this.options.move.center.mode??"percent"},this.direction=$(this.options.move.direction,this.position,this.moveCenter),this.options.move.direction){case"inside":this.outType="inside";break;case"outside":this.outType="outside"}this.offset=P.origin},this._engine=t,this.init(e,s,o,n)}destroy(t){if(this.unbreakable||this.destroyed)return;this.destroyed=!0,this.bubble.inRange=!1,this.slow.inRange=!1;const e=this.container,i=this.pathGenerator,s=e.shapeDrawers.get(this.shape);s?.particleDestroy?.(this);for(const[,i]of e.plugins)i.particleDestroyed?.(this,t);for(const i of e.particles.updaters)i.particleDestroyed?.(this,t);i?.reset(this),this._engine.dispatchEvent("particleDestroyed",{container:this.container,data:{particle:this}})}draw(t){const e=this.container,i=e.canvas;for(const[,s]of e.plugins)i.drawParticlePlugin(s,this,t);i.drawParticle(this,t)}getFillColor(){return this._getRollColor(this.bubble.color??ie(this.color))}getMass(){return this.getRadius()**2*Math.PI*Oi}getPosition(){return{x:this.position.x+this.offset.x,y:this.position.y+this.offset.y,z:this.position.z}}getRadius(){return this.bubble.radius??this.size.value}getStrokeColor(){return this._getRollColor(this.bubble.color??ie(this.strokeColor))}init(t,e,i,s){const o=this.container,n=this._engine;this.id=t,this.group=s,this.effectClose=!0,this.effectFill=!0,this.shapeClose=!0,this.shapeFill=!0,this.pathRotation=!1,this.lastPathTime=0,this.destroyed=!1,this.unbreakable=!1,this.rotation=0,this.misplaced=!1,this.retina={maxDistance:{}},this.outType="normal",this.ignoresResizeRatio=!0;const a=o.retina.pixelRatio,r=o.actualOptions,h=zi(this._engine,o,r.particles),c=h.effect.type,l=h.shape.type,{reduceDuplicates:d}=h;this.effect=zt(c,this.id,d),this.shape=zt(l,this.id,d);const u=h.effect,p=h.shape;if(i){if(i.effect?.type){const t=zt(i.effect.type,this.id,d);t&&(this.effect=t,u.load(i.effect))}if(i.shape?.type){const t=zt(i.shape.type,this.id,d);t&&(this.shape=t,p.load(i.shape))}}this.effectData=function(t,e,i,s){const o=e.options[t];if(o)return ft({close:e.close,fill:e.fill},zt(o,i,s))}(this.effect,u,this.id,d),this.shapeData=function(t,e,i,s){const o=e.options[t];if(o)return ft({close:e.close,fill:e.fill},zt(o,i,s))}(this.shape,p,this.id,d),h.load(i);const f=this.effectData;f&&h.load(f.particles);const v=this.shapeData;v&&h.load(v.particles);const m=new Le(n,o);m.load(o.actualOptions.interactivity),m.load(h.interactivity),this.interactivity=m,this.effectFill=f?.fill??h.effect.fill,this.effectClose=f?.close??h.effect.close,this.shapeFill=v?.fill??h.shape.fill,this.shapeClose=v?.close??h.shape.close,this.options=h;const y=this.options.move.path;this.pathDelay=A(y.delay.value)*g,y.generator&&(this.pathGenerator=this._engine.getPathGenerator(y.generator),this.pathGenerator&&o.addPath(y.generator,this.pathGenerator)&&this.pathGenerator.init(o)),o.retina.initParticle(this),this.size=Pt(this.options.size,a),this.bubble={inRange:!1},this.slow={inRange:!1,factor:1},this._initPosition(e),this.initialVelocity=this._calculateVelocity(),this.velocity=this.initialVelocity.copy();this.moveDecay=1-A(this.options.move.decay);const _=o.particles;_.setLastZIndex(this.position.z),this.zIndexFactor=this.position.z/o.zLayers,this.sides=24;let w=o.effectDrawers.get(this.effect);w||(w=this._engine.getEffectDrawer(this.effect),w&&o.effectDrawers.set(this.effect,w)),w?.loadEffect&&w.loadEffect(this);let b=o.shapeDrawers.get(this.shape);b||(b=this._engine.getShapeDrawer(this.shape),b&&o.shapeDrawers.set(this.shape,b)),b?.loadShape&&b.loadShape(this);const x=b?.getSidesCount;x&&(this.sides=x(this)),this.spawning=!1,this.shadowColor=Ht(this.options.shadow.color);for(const t of _.updaters)t.init(this);for(const t of _.movers)t.init?.(this);w?.particleInit?.(o,this),b?.particleInit?.(o,this);for(const[,t]of o.plugins)t.particleCreated?.(this)}isInsideCanvas(){const t=this.getRadius(),e=this.container.canvas.size,i=this.position;return i.x>=-t&&i.y>=-t&&i.y<=e.height+t&&i.x<=e.width+t}isVisible(){return!this.destroyed&&!this.spawning&&this.isInsideCanvas()}reset(){for(const t of this.container.particles.updaters)t.reset?.(this)}}class Ci{constructor(t,e){this.position=t,this.particle=e}}class Ri{constructor(t,e){this.position={x:t,y:e}}}class Ti extends Ri{constructor(t,e,i,s){super(t,e),this.size={height:s,width:i}}contains(t){const e=this.size.width,i=this.size.height,s=this.position;return t.x>=s.x&&t.x<=s.x+e&&t.y>=s.y&&t.y<=s.y+i}intersects(t){t instanceof Di&&t.intersects(this);const e=this.size.width,i=this.size.height,s=this.position,o=t.position,n=t instanceof Ti?t.size:{width:0,height:0},a=n.width,r=n.height;return o.x<s.x+e&&o.x+a>s.x&&o.y<s.y+i&&o.y+r>s.y}}class Di extends Ri{constructor(t,e,i){super(t,e),this.radius=i}contains(t){return H(t,this.position)<=this.radius}intersects(t){const e=this.position,i=t.position,s=Math.abs(i.x-e.x),o=Math.abs(i.y-e.y),n=this.radius;if(t instanceof Di){return n+t.radius>Math.sqrt(s**2+o**2)}if(t instanceof Ti){const{width:e,height:i}=t.size;return Math.pow(s-e,2)+Math.pow(o-i,2)<=n**2||s<=n+e&&o<=n+i||s<=e||o<=i}return!1}}const Ei=.5;class Ii{constructor(t,e){this.rectangle=t,this.capacity=e,this._subdivide=()=>{const{x:t,y:e}=this.rectangle.position,{width:i,height:s}=this.rectangle.size,{capacity:o}=this;for(let n=0;n<4;n++){const a=n%2;this._subs.push(new Ii(new Ti(t+i*Ei*a,e+s*Ei*(Math.round(n*Ei)-a),i*Ei,s*Ei),o))}this._divided=!0},this._points=[],this._divided=!1,this._subs=[]}insert(t){return!!this.rectangle.contains(t.position)&&(this._points.length<this.capacity?(this._points.push(t),!0):(this._divided||this._subdivide(),this._subs.some((e=>e.insert(t)))))}query(t,e,i){const s=i??[];if(!t.intersects(this.rectangle))return[];for(const i of this._points)!t.contains(i.position)&&H(t.position,i.position)>i.particle.getRadius()&&(!e||e(i.particle))||s.push(i.particle);if(this._divided)for(const i of this._subs)i.query(t,e,s);return s}queryCircle(t,e,i){return this.query(new Di(t.x,t.y,e),i)}queryRectangle(t,e,i){return this.query(new Ti(t.x,t.y,e.width,e.height),i)}}const Li=t=>{const{height:e,width:i}=t;return new Ti(-.25*i,-.25*e,1.5*i,1.5*e)};class Ai{constructor(t,e){this._addToPool=(...t)=>{for(const e of t)this._pool.push(e)},this._applyDensity=(t,e,i)=>{const s=t.number;if(!t.number.density?.enable)return void(void 0===i?this._limit=s.limit.value:s.limit&&this._groupLimits.set(i,s.limit.value));const o=this._initDensityFactor(s.density),n=s.value,a=s.limit.value>0?s.limit.value:n,r=Math.min(n,a)*o+e,h=Math.min(this.count,this.filter((t=>t.group===i)).length);void 0===i?this._limit=s.limit.value*o:this._groupLimits.set(i,s.limit.value*o),h<r?this.push(Math.abs(r-h),void 0,t,i):h>r&&this.removeQuantity(h-r,i)},this._initDensityFactor=t=>{const e=this._container;if(!e.canvas.element||!t.enable)return 1;const i=e.canvas.element,s=e.retina.pixelRatio;return i.width*i.height/(t.height*t.width*s**2)},this._pushParticle=(t,e,i,s)=>{try{let o=this._pool.pop();o?o.init(this._nextId,t,e,i):o=new Si(this._engine,this._nextId,this._container,t,e,i);let n=!0;if(s&&(n=s(o)),!n)return;return this._array.push(o),this._zArray.push(o),this._nextId++,this._engine.dispatchEvent("particleAdded",{container:this._container,data:{particle:o}}),o}catch(t){tt().warning(`${f} adding particle: ${t}`)}},this._removeParticle=(t,e,i)=>{const s=this._array[t];if(!s||s.group!==e)return!1;const o=this._zArray.indexOf(s);return this._array.splice(t,1),this._zArray.splice(o,1),s.destroy(i),this._engine.dispatchEvent("particleRemoved",{container:this._container,data:{particle:s}}),this._addToPool(s),!0},this._engine=t,this._container=e,this._nextId=0,this._array=[],this._zArray=[],this._pool=[],this._limit=0,this._groupLimits=new Map,this._needsSort=!1,this._lastZIndex=0,this._interactionManager=new Pi(t,e);const i=e.canvas.size;this.quadTree=new Ii(Li(i),4),this.movers=this._engine.getMovers(e,!0),this.updaters=this._engine.getUpdaters(e,!0)}get count(){return this._array.length}addManualParticles(){const t=this._container,e=t.actualOptions;for(const i of e.manualParticles)this.addParticle(i.position?kt(i.position,t.canvas.size):void 0,i.options)}addParticle(t,e,i,s){const o=this._container.actualOptions.particles.number.limit,n=void 0===i?this._limit:this._groupLimits.get(i)??this._limit,a=this.count;if(n>0)if("delete"===o.mode){const t=a+1-n;t>0&&this.removeQuantity(t)}else if("wait"===o.mode&&a>=n)return;return this._pushParticle(t,e,i,s)}clear(){this._array=[],this._zArray=[]}destroy(){this._array=[],this._zArray=[],this.movers=[],this.updaters=[]}async draw(t){const e=this._container,i=e.canvas;i.clear(),await this.update(t);for(const[,s]of e.plugins)i.drawPlugin(s,t);for(const e of this._zArray)e.draw(t)}filter(t){return this._array.filter(t)}find(t){return this._array.find(t)}get(t){return this._array[t]}handleClickMode(t){this._interactionManager.handleClickMode(t)}init(){const t=this._container,e=t.actualOptions;this._lastZIndex=0,this._needsSort=!1;let i=!1;this.updaters=this._engine.getUpdaters(t,!0),this._interactionManager.init();for(const[,e]of t.plugins)if(void 0!==e.particlesInitialization&&(i=e.particlesInitialization()),i)break;this._interactionManager.init();for(const[,e]of t.pathGenerators)e.init(t);if(this.addManualParticles(),!i){const t=e.particles,i=t.groups;for(const e in i){const s=i[e];for(let i=this.count,o=0;o<s.number?.value&&i<t.number.value;i++,o++)this.addParticle(void 0,s,e)}for(let e=this.count;e<t.number.value;e++)this.addParticle()}}push(t,e,i,s){for(let o=0;o<t;o++)this.addParticle(e?.position,i,s)}async redraw(){this.clear(),this.init(),await this.draw({value:0,factor:0})}remove(t,e,i){this.removeAt(this._array.indexOf(t),void 0,e,i)}removeAt(t,e=1,i,s){if(t<0||t>this.count)return;let o=0;for(let n=t;o<e&&n<this.count;n++)this._removeParticle(n--,i,s)&&o++}removeQuantity(t,e){this.removeAt(0,t,e)}setDensity(){const t=this._container.actualOptions,e=t.particles.groups;for(const t in e)this._applyDensity(e[t],0,t);this._applyDensity(t.particles,t.manualParticles.length)}setLastZIndex(t){this._lastZIndex=t,this._needsSort=this._needsSort||this._lastZIndex<t}setResizeFactor(t){this._resizeFactor=t}async update(t){const e=this._container,i=new Set;this.quadTree=new Ii(Li(e.canvas.size),4);for(const[,t]of e.pathGenerators)t.update();for(const[,i]of e.plugins)await(i.update?.(t));const s=this._resizeFactor;for(const e of this._array){s&&!e.ignoresResizeRatio&&(e.position.x*=s.width,e.position.y*=s.height,e.initialPosition.x*=s.width,e.initialPosition.y*=s.height),e.ignoresResizeRatio=!1,this._interactionManager.reset(e);for(const[,i]of this._container.plugins){if(e.destroyed)break;i.particleUpdate?.(e,t)}for(const i of this.movers)i.isEnabled(e)&&i.move(e,t);e.destroyed?i.add(e):this.quadTree.insert(new Ci(e.getPosition(),e))}if(i.size){const t=t=>!i.has(t);this._array=this.filter(t),this._zArray=this._zArray.filter(t);for(const t of i)this._engine.dispatchEvent("particleRemoved",{container:this._container,data:{particle:t}});this._addToPool(...i)}await this._interactionManager.externalInteract(t);for(const e of this._array){for(const i of this.updaters)i.update(e,t);e.destroyed||e.spawning||await this._interactionManager.particlesInteract(e,t)}if(delete this._resizeFactor,this._needsSort){const t=this._zArray;t.sort(((t,e)=>e.position.z-t.position.z||t.id-e.id));const e=1;this._lastZIndex=t[t.length-e].position.z,this._needsSort=!1}}}class Fi{constructor(t){this.container=t,this.pixelRatio=1,this.reduceFactor=1}init(){const t=this.container,e=t.actualOptions;this.pixelRatio=!e.detectRetina||it()?1:window.devicePixelRatio,this.reduceFactor=1;const i=this.pixelRatio,s=t.canvas;if(s.element){const t=s.element;s.size.width=t.offsetWidth*i,s.size.height=t.offsetHeight*i}const o=e.particles,n=o.move;this.maxSpeed=A(n.gravity.maxSpeed)*i,this.sizeAnimationSpeed=A(o.size.animation.speed)*i}initParticle(t){const e=t.options,i=this.pixelRatio,s=e.move,o=s.distance,n=t.retina;n.moveDrift=A(s.drift)*i,n.moveSpeed=A(s.speed)*i,n.sizeAnimationSpeed=A(e.size.animation.speed)*i;const a=n.maxDistance;a.horizontal=void 0!==o.horizontal?o.horizontal*i:void 0,a.vertical=void 0!==o.vertical?o.vertical*i:void 0,n.maxSpeed=A(s.gravity.maxSpeed)*i}}function Bi(t){return t&&!t.destroyed}function Vi(t,e,...i){const s=new Mi(t,e);return xi(s,...i),s}class Wi{constructor(t,e,i){this._intersectionManager=t=>{if(Bi(this)&&this.actualOptions.pauseOnOutsideViewport)for(const e of t)e.target===this.interactivity.element&&(e.isIntersecting?this.play():this.pause())},this._nextFrame=async t=>{try{if(!this._smooth&&void 0!==this._lastFrameTime&&t<this._lastFrameTime+g/this.fpsLimit)return void this.draw(!1);this._lastFrameTime??=t;const e=function(t,e=60,i=!1){return{value:t,factor:i?60/e:60*t/g}}(t-this._lastFrameTime,this.fpsLimit,this._smooth);if(this.addLifeTime(e.value),this._lastFrameTime=t,e.value>g)return void this.draw(!1);if(await this.particles.draw(e),!this.alive())return void this.destroy();this.getAnimationStatus()&&this.draw(!1)}catch(t){tt().error(`${f} in animation loop`,t)}},this._engine=t,this.id=Symbol(e),this.fpsLimit=120,this._smooth=!1,this._delay=0,this._duration=0,this._lifeTime=0,this._firstStart=!0,this.started=!1,this.destroyed=!1,this._paused=!0,this._lastFrameTime=0,this.zLayers=100,this.pageHidden=!1,this._sourceOptions=i,this._initialSourceOptions=i,this.retina=new Fi(this),this.canvas=new we(this),this.particles=new Ai(this._engine,this),this.pathGenerators=new Map,this.interactivity={mouse:{clicking:!1,inside:!1}},this.plugins=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this._options=Vi(this._engine,this),this.actualOptions=Vi(this._engine,this),this._eventListeners=new xe(this),this._intersectionObserver=nt((t=>this._intersectionManager(t))),this._engine.dispatchEvent("containerBuilt",{container:this})}get options(){return this._options}get sourceOptions(){return this._sourceOptions}addClickHandler(t){if(!Bi(this))return;const e=this.interactivity.element;if(!e)return;const i=(e,i,s)=>{if(!Bi(this))return;const o=this.retina.pixelRatio,n={x:i.x*o,y:i.y*o},a=this.particles.quadTree.queryCircle(n,s*o);t(e,a)};let s=!1,o=!1;e.addEventListener("click",(t=>{if(!Bi(this))return;const e=t,s={x:e.offsetX||e.clientX,y:e.offsetY||e.clientY};i(t,s,1)})),e.addEventListener("touchstart",(()=>{Bi(this)&&(s=!0,o=!1)})),e.addEventListener("touchmove",(()=>{Bi(this)&&(o=!0)})),e.addEventListener("touchend",(t=>{if(Bi(this)){if(s&&!o){const e=t,s=1;let o=e.touches[e.touches.length-s];if(!o&&(o=e.changedTouches[e.changedTouches.length-s],!o))return;const n=this.canvas.element,a=n?n.getBoundingClientRect():void 0,r=0,h={x:o.clientX-(a?a.left:r),y:o.clientY-(a?a.top:r)};i(t,h,Math.max(o.radiusX,o.radiusY))}s=!1,o=!1}})),e.addEventListener("touchcancel",(()=>{Bi(this)&&(s=!1,o=!1)}))}addLifeTime(t){this._lifeTime+=t}addPath(t,e,i=!1){return!(!Bi(this)||!i&&this.pathGenerators.has(t))&&(this.pathGenerators.set(t,e),!0)}alive(){return!this._duration||this._lifeTime<=this._duration}destroy(){if(!Bi(this))return;this.stop(),this.particles.destroy(),this.canvas.destroy();for(const[,t]of this.effectDrawers)t.destroy?.(this);for(const[,t]of this.shapeDrawers)t.destroy?.(this);for(const t of this.effectDrawers.keys())this.effectDrawers.delete(t);for(const t of this.shapeDrawers.keys())this.shapeDrawers.delete(t);this._engine.clearPlugins(this),this.destroyed=!0;const t=this._engine.dom(),e=t.findIndex((t=>t===this));if(e>=0){const i=1;t.splice(e,i)}this._engine.dispatchEvent("containerDestroyed",{container:this})}draw(t){if(!Bi(this))return;let e=t;const i=async t=>{e&&(this._lastFrameTime=void 0,e=!1),await this._nextFrame(t)};this._drawAnimationFrame=requestAnimationFrame((t=>{i(t)}))}async export(t,e={}){for(const[,i]of this.plugins){if(!i.export)continue;const s=await i.export(t,e);if(s.supported)return s.blob}tt().error(`${f} - Export plugin with type ${t} not found`)}getAnimationStatus(){return!this._paused&&!this.pageHidden&&Bi(this)}handleClickMode(t){if(Bi(this)){this.particles.handleClickMode(t);for(const[,e]of this.plugins)e.handleClickMode?.(t)}}async init(){if(!Bi(this))return;const t=this._engine.getSupportedEffects();for(const e of t){const t=this._engine.getEffectDrawer(e);t&&this.effectDrawers.set(e,t)}const e=this._engine.getSupportedShapes();for(const t of e){const e=this._engine.getShapeDrawer(t);e&&this.shapeDrawers.set(t,e)}this._options=Vi(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=Vi(this._engine,this,this._options);const i=this._engine.getAvailablePlugins(this);for(const[t,e]of i)this.plugins.set(t,e);this.retina.init(),await this.canvas.init(),this.updateActualOptions(),this.canvas.initBackground(),this.canvas.resize(),this.zLayers=this.actualOptions.zLayers,this._duration=A(this.actualOptions.duration)*g,this._delay=A(this.actualOptions.delay)*g,this._lifeTime=0;this.fpsLimit=this.actualOptions.fpsLimit>0?this.actualOptions.fpsLimit:120,this._smooth=this.actualOptions.smooth;for(const[,t]of this.effectDrawers)await(t.init?.(this));for(const[,t]of this.shapeDrawers)await(t.init?.(this));for(const[,t]of this.plugins)await(t.init?.());this._engine.dispatchEvent("containerInit",{container:this}),this.particles.init(),this.particles.setDensity();for(const[,t]of this.plugins)t.particlesSetup?.();this._engine.dispatchEvent("particlesSetup",{container:this})}async loadTheme(t){Bi(this)&&(this._currentTheme=t,await this.refresh())}pause(){if(Bi(this)&&(void 0!==this._drawAnimationFrame&&(cancelAnimationFrame(this._drawAnimationFrame),delete this._drawAnimationFrame),!this._paused)){for(const[,t]of this.plugins)t.pause?.();this.pageHidden||(this._paused=!0),this._engine.dispatchEvent("containerPaused",{container:this})}}play(t){if(!Bi(this))return;const e=this._paused||t;if(!this._firstStart||this.actualOptions.autoPlay){if(this._paused&&(this._paused=!1),e)for(const[,t]of this.plugins)t.play&&t.play();this._engine.dispatchEvent("containerPlay",{container:this}),this.draw(e??!1)}else this._firstStart=!1}async refresh(){if(Bi(this))return this.stop(),this.start()}async reset(){if(Bi(this))return this._initialSourceOptions=void 0,this._options=Vi(this._engine,this),this.actualOptions=Vi(this._engine,this,this._options),this.refresh()}async start(){Bi(this)&&!this.started&&(await this.init(),this.started=!0,await new Promise((t=>{const e=async()=>{this._eventListeners.addListeners(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.observe(this.interactivity.element);for(const[,t]of this.plugins)await(t.start?.());this._engine.dispatchEvent("containerStarted",{container:this}),this.play(),t()};this._delayTimeout=setTimeout((()=>{e()}),this._delay)})))}stop(){if(Bi(this)&&this.started){this._delayTimeout&&(clearTimeout(this._delayTimeout),delete this._delayTimeout),this._firstStart=!0,this.started=!1,this._eventListeners.removeListeners(),this.pause(),this.particles.clear(),this.canvas.stop(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.unobserve(this.interactivity.element);for(const[,t]of this.plugins)t.stop?.();for(const t of this.plugins.keys())this.plugins.delete(t);this._sourceOptions=this._options,this._engine.dispatchEvent("containerStopped",{container:this})}}updateActualOptions(){this.actualOptions.responsive=[];const t=this.actualOptions.setResponsive(this.canvas.size.width,this.retina.pixelRatio,this._options);return this.actualOptions.setTheme(this._currentTheme),this._responsiveMaxWidth!==t&&(this._responsiveMaxWidth=t,!0)}}class Hi{constructor(){this._listeners=new Map}addEventListener(t,e){this.removeEventListener(t,e);let i=this._listeners.get(t);i||(i=[],this._listeners.set(t,i)),i.push(e)}dispatchEvent(t,e){const i=this._listeners.get(t);i?.forEach((t=>t(e)))}hasEventListener(t){return!!this._listeners.get(t)}removeAllEventListeners(t){t?this._listeners.delete(t):this._listeners=new Map}removeEventListener(t,e){const i=this._listeners.get(t);if(!i)return;const s=i.length,o=i.indexOf(e);if(o<0)return;1===s?this._listeners.delete(t):i.splice(o,1)}}function Ui(t,e,i,s=!1){let o=e.get(t);return o&&!s||(o=[...i.values()].map((e=>e(t))),e.set(t,o)),o}class $i{constructor(){this._configs=new Map,this._domArray=[],this._eventDispatcher=new Hi,this._initialized=!1,this.plugins=[],this._initializers={interactors:new Map,movers:new Map,updaters:new Map},this.interactors=new Map,this.movers=new Map,this.updaters=new Map,this.presets=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this.pathGenerators=new Map}get configs(){const t={};for(const[e,i]of this._configs)t[e]=i;return t}get version(){return"3.1.0"}addConfig(t){const e=t.key??t.name??"default";this._configs.set(e,t),this._eventDispatcher.dispatchEvent("configAdded",{data:{name:e,config:t}})}async addEffect(t,e,i=!0){xt(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,e)})),await this.refresh(i)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e,i=!0){this._initializers.interactors.set(t,e),await this.refresh(i)}async addMover(t,e,i=!0){this._initializers.movers.set(t,e),await this.refresh(i)}async addParticleUpdater(t,e,i=!0){this._initializers.updaters.set(t,e),await this.refresh(i)}async addPathGenerator(t,e,i=!0){this.getPathGenerator(t)||this.pathGenerators.set(t,e),await this.refresh(i)}async addPlugin(t,e=!0){this.getPlugin(t.id)||this.plugins.push(t),await this.refresh(e)}async addPreset(t,e,i=!1,s=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(s)}async addShape(t,e,i=!0){xt(t,(t=>{this.getShapeDrawer(t)||this.shapeDrawers.set(t,e)})),await this.refresh(i)}clearPlugins(t){this.updaters.delete(t),this.movers.delete(t),this.interactors.delete(t)}dispatchEvent(t,e){this._eventDispatcher.dispatchEvent(t,e)}dom(){return this._domArray}domItem(t){const e=this.dom(),i=e[t];if(i&&!i.destroyed)return i;{const i=1;e.splice(t,i)}}getAvailablePlugins(t){const e=new Map;for(const i of this.plugins)i.needsPlugin(t.actualOptions)&&e.set(i.id,i.getPlugin(t));return e}getEffectDrawer(t){return this.effectDrawers.get(t)}getInteractors(t,e=!1){return Ui(t,this.interactors,this._initializers.interactors,e)}getMovers(t,e=!1){return Ui(t,this.movers,this._initializers.movers,e)}getPathGenerator(t){return this.pathGenerators.get(t)}getPlugin(t){return this.plugins.find((e=>e.id===t))}getPreset(t){return this.presets.get(t)}getShapeDrawer(t){return this.shapeDrawers.get(t)}getSupportedEffects(){return this.effectDrawers.keys()}getSupportedShapes(){return this.shapeDrawers.keys()}getUpdaters(t,e=!1){return Ui(t,this.updaters,this._initializers.updaters,e)}init(){this._initialized||(this._initialized=!0)}async load(t){const e=t.id??t.element?.id??`tsparticles${Math.floor(1e4*D())}`,{index:s,url:o}=t,n=o?await async function(t){const e=zt(t.url,t.index);if(!e)return t.fallback;const i=await fetch(e);return i.ok?i.json():(tt().error(`${f} ${i.status} while retrieving config file`),t.fallback)}({fallback:t.options,url:o,index:s}):t.options;let a=t.element??document.getElementById(e);a||(a=document.createElement("div"),a.id=e,document.body.append(a));const r=zt(n,s),h=this.dom(),c=h.findIndex((t=>t.id.description===e));if(c>=0){const t=this.domItem(c);if(t&&!t.destroyed){t.destroy();const e=1;h.splice(c,e)}}let l;if("canvas"===a.tagName.toLowerCase())l=a,l.dataset[i]="false";else{const t=a.getElementsByTagName("canvas");if(t.length){l=t[0],l.dataset[i]="false"}else l=document.createElement("canvas"),l.dataset[i]="true",a.appendChild(l)}l.style.width||(l.style.width="100%"),l.style.height||(l.style.height="100%");const d=new Wi(this,e,r);if(c>=0){const t=0;h.splice(c,t,d)}else h.push(d);return d.canvas.loadCanvas(l),await d.start(),d}loadOptions(t,e){for(const i of this.plugins)i.loadOptions(t,e)}loadParticlesOptions(t,e,...i){const s=this.updaters.get(t);if(s)for(const t of s)t.loadOptions?.(e,...i)}async refresh(t=!0){t&&await Promise.allSettled(this.dom().map((t=>t.refresh())))}removeEventListener(t,e){this._eventDispatcher.removeEventListener(t,e)}setOnClickHandler(t){const e=this.dom();if(!e.length)throw new Error(`${f} can only set click handlers after calling tsParticles.load()`);for(const i of e)i.addClickHandler(t)}}class qi{constructor(){this.key="hsl",this.stringPrefix="hsl"}handleColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.s&&void 0!==e.l)return Yt(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return Yt({h:A(e.h),l:A(e.l),s:A(e.s)})}parseString(t){if(!t.startsWith("hsl"))return;const e=/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(,\s*([\d.%]+)\s*)?\)/i.exec(t);return e?Nt({a:e.length>4?Q(e[5]):1,h:parseInt(e[1],10),l:parseInt(e[3],10),s:parseInt(e[2],10)}):void 0}}class Gi{constructor(){this.key="rgb",this.stringPrefix="rgb"}handleColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return e}handleRangeColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return{r:A(e.r),g:A(e.g),b:A(e.b)}}parseString(t){if(!t.startsWith(this.stringPrefix))return;const e=/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(,\s*([\d.%]+)\s*)?\)/i.exec(t);return e?{a:e.length>4?Q(e[5]):1,b:parseInt(e[3],10),g:parseInt(e[2],10),r:parseInt(e[1],10)}:void 0}}class ji{constructor(t){this.type="external",this.container=t}}class Xi{constructor(t){this.type="particles",this.container=t}}const Yi=function(){const t=new Gi,e=new qi;Vt(t),Vt(e);const i=new $i;return i.init(),i}();return it()||(window.tsParticles=Yi),e})()));
|
|
2
|
+
!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(this,(()=>(()=>{var t,e,i={9338:(t,e,i)=>{i.d(e,{C:()=>a});var s=i(7928),o=i(1363),n=i(3635);class a extends s.e{constructor(t,e,i){super(t,e),this.radius=i}contains(t){return(0,n.Sp)(t,this.position)<=this.radius}intersects(t){const e=this.position,i=t.position,s=Math.abs(i.x-e.x),n=Math.abs(i.y-e.y),r=this.radius;if(t instanceof a){return r+t.radius>Math.sqrt(s**2+n**2)}if(t instanceof o.A){const{width:e,height:i}=t.size;return Math.pow(s-e,2)+Math.pow(n-i,2)<=r**2||s<=r+e&&n<=r+i||s<=e||n<=i}return!1}}},5084:(t,e,i)=>{i.d(e,{$o:()=>d,G1:()=>r,QL:()=>f,Re:()=>c,VH:()=>u,Wt:()=>l,X5:()=>y,YU:()=>s,ZL:()=>o,aM:()=>a,gK:()=>p,rR:()=>v,tZ:()=>m,vq:()=>g,zX:()=>h,zw:()=>n});const s="generated",o="pointerdown",n="pointerup",a="pointerleave",r="pointerout",l="pointermove",c="touchstart",d="touchend",h="touchmove",u="touchcancel",v="resize",f="visibilitychange",p="tsParticles - Error",m=100,g=.5,y=1e3},4116:(t,e,i)=>{i.d(e,{E:()=>s});class s{constructor(t,e){this.position=t,this.particle=e}}},7928:(t,e,i)=>{i.d(e,{e:()=>s});class s{constructor(t,e){this.position={x:t,y:e}}}},1363:(t,e,i)=>{i.d(e,{A:()=>n});var s=i(9338),o=i(7928);class n extends o.e{constructor(t,e,i,s){super(t,e),this.size={height:s,width:i}}contains(t){const e=this.size.width,i=this.size.height,s=this.position;return t.x>=s.x&&t.x<=s.x+e&&t.y>=s.y&&t.y<=s.y+i}intersects(t){t instanceof s.C&&t.intersects(this);const e=this.size.width,i=this.size.height,o=this.position,a=t.position,r=t instanceof n?t.size:{width:0,height:0},l=r.width,c=r.height;return a.x<o.x+e&&a.x+l>o.x&&a.y<o.y+i&&a.y+c>o.y}}},7162:(t,e,i)=>{i.d(e,{O:()=>r});var s=i(7326);const o=0,n=0,a=0;class r extends s.U{constructor(t,e){super(t,e,a)}static get origin(){return r.create(o,n)}static clone(t){return r.create(t.x,t.y)}static create(t,e){return new r(t,e)}}},7326:(t,e,i)=>{i.d(e,{U:()=>l});var s=i(5084),o=i(8279);const n=0,a=0,r=0;class l{constructor(t,e,i){if(this._updateFromAngle=(t,e)=>{this.x=Math.cos(t)*e,this.y=Math.sin(t)*e},!(0,o.hj)(t)&&t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:r}else{if(void 0===t||void 0===e)throw new Error(`${s.gK} Vector3d not initialized correctly`);this.x=t,this.y=e,this.z=i??r}}static get origin(){return l.create(n,a,r)}get angle(){return Math.atan2(this.y,this.x)}set angle(t){this._updateFromAngle(t,this.length)}get length(){return Math.sqrt(this.getLengthSq())}set length(t){this._updateFromAngle(this.angle,t)}static clone(t){return l.create(t.x,t.y,t.z)}static create(t,e,i){return new l(t,e,i)}add(t){return l.create(this.x+t.x,this.y+t.y,this.z+t.z)}addTo(t){this.x+=t.x,this.y+=t.y,this.z+=t.z}copy(){return l.clone(this)}distanceTo(t){return this.sub(t).length}distanceToSq(t){return this.sub(t).getLengthSq()}div(t){return l.create(this.x/t,this.y/t,this.z/t)}divTo(t){this.x/=t,this.y/=t,this.z/=t}getLengthSq(){return this.x**2+this.y**2}mult(t){return l.create(this.x*t,this.y*t,this.z*t)}multTo(t){this.x*=t,this.y*=t,this.z*=t}normalize(){const t=this.length;0!=t&&this.multTo(1/t)}rotate(t){return l.create(this.x*Math.cos(t)-this.y*Math.sin(t),this.x*Math.sin(t)+this.y*Math.cos(t),r)}setTo(t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:r}sub(t){return l.create(this.x-t.x,this.y-t.y,this.z-t.z)}subFrom(t){this.x-=t.x,this.y-=t.y,this.z-=t.z}}},8267:(t,e,i)=>{i.d(e,{R:()=>a});var s=i(8279),o=i(4916),n=i(9301);class a extends n.O{constructor(){super(),this.animation=new o.h}static create(t,e){const i=new a;return i.load(t),void 0!==e&&((0,s.HD)(e)||(0,s.kJ)(e)?i.load({value:e}):i.load(e)),i}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&(void 0!==e.enable?this.animation.h.load(e):this.animation.load(t.animation))}}},2409:(t,e,i)=>{i.d(e,{B:()=>n,P:()=>o});var s=i(3635);class o{constructor(){this.count=0,this.enable=!1,this.speed=1,this.decay=0,this.delay=0,this.sync=!1}load(t){t&&(void 0!==t.count&&(this.count=(0,s.Cs)(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=(0,s.Cs)(t.speed)),void 0!==t.decay&&(this.decay=(0,s.Cs)(t.decay)),void 0!==t.delay&&(this.delay=(0,s.Cs)(t.delay)),void 0!==t.sync&&(this.sync=t.sync))}}class n extends o{constructor(){super(),this.mode="auto",this.startValue="random"}load(t){super.load(t),t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.startValue&&(this.startValue=t.startValue))}}},7198:(t,e,i)=>{i.d(e,{A:()=>o});var s=i(9301);class o{constructor(){this.color=new s.O,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=s.O.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.position&&(this.position=t.position),void 0!==t.repeat&&(this.repeat=t.repeat),void 0!==t.size&&(this.size=t.size),void 0!==t.opacity&&(this.opacity=t.opacity))}}},7786:(t,e,i)=>{i.d(e,{g:()=>n});var s=i(261),o=i(8279);class n{constructor(){this.composite="destination-out",this.cover=new s.F,this.enable=!1}load(t){if(t){if(void 0!==t.composite&&(this.composite=t.composite),void 0!==t.cover){const e=t.cover,i=(0,o.HD)(t.cover)?{color:t.cover}:t.cover;this.cover.load(void 0!==e.color||void 0!==e.image?e:{color:i})}void 0!==t.enable&&(this.enable=t.enable)}}}},261:(t,e,i)=>{i.d(e,{F:()=>o});var s=i(9301);class o{constructor(){this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=s.O.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.opacity&&(this.opacity=t.opacity))}}},8461:(t,e,i)=>{i.d(e,{y:()=>n});var s=i(2409),o=i(3635);class n extends s.P{constructor(){super(),this.offset=0,this.sync=!0}load(t){super.load(t),t&&void 0!==t.offset&&(this.offset=(0,o.Cs)(t.offset))}}},1042:(t,e,i)=>{i.d(e,{I:()=>s});class s{constructor(){this.enable=!0,this.zIndex=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.zIndex&&(this.zIndex=t.zIndex))}}},4916:(t,e,i)=>{i.d(e,{h:()=>o});var s=i(8461);class o{constructor(){this.h=new s.y,this.s=new s.y,this.l=new s.y}load(t){t&&(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}},1854:(t,e,i)=>{i.d(e,{R:()=>s});class s{constructor(){this.enable=!1,this.mode=[]}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode))}}},2561:(t,e,i)=>{i.d(e,{M:()=>s});class s{constructor(){this.selectors=[],this.enable=!1,this.mode=[],this.type="circle"}load(t){t&&(void 0!==t.selectors&&(this.selectors=t.selectors),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.type&&(this.type=t.type))}}},8532:(t,e,i)=>{i.d(e,{z:()=>l});var s=i(1854),o=i(2561),n=i(9672),a=i(1619),r=i(8279);class l{constructor(){this.onClick=new s.R,this.onDiv=new o.M,this.onHover=new n.z,this.resize=new a.C}load(t){if(!t)return;this.onClick.load(t.onClick);const e=t.onDiv;void 0!==e&&(this.onDiv=(0,r.KH)(e,(t=>{const e=new o.M;return e.load(t),e}))),this.onHover.load(t.onHover),this.resize.load(t.resize)}}},9672:(t,e,i)=>{i.d(e,{z:()=>o});var s=i(9063);class o{constructor(){this.enable=!1,this.mode=[],this.parallax=new s.V}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.parallax.load(t.parallax))}}},9063:(t,e,i)=>{i.d(e,{V:()=>s});class s{constructor(){this.enable=!1,this.force=2,this.smooth=10}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.force&&(this.force=t.force),void 0!==t.smooth&&(this.smooth=t.smooth))}}},1619:(t,e,i)=>{i.d(e,{C:()=>s});class s{constructor(){this.delay=.5,this.enable=!0}load(t){void 0!==t&&(void 0!==t.delay&&(this.delay=t.delay),void 0!==t.enable&&(this.enable=t.enable))}}},7788:(t,e,i)=>{i.d(e,{o:()=>n});var s=i(8532),o=i(3604);class n{constructor(t,e){this.detectsOn="window",this.events=new s.z,this.modes=new o.n(t,e)}load(t){if(!t)return;const e=t.detectsOn;void 0!==e&&(this.detectsOn=e),this.events.load(t.events),this.modes.load(t.modes)}}},3604:(t,e,i)=>{i.d(e,{n:()=>s});class s{constructor(t,e){this._engine=t,this._container=e}load(t){if(!t)return;if(!this._container)return;const e=this._engine.interactors.get(this._container);if(e)for(const i of e)i.loadModeOptions&&i.loadModeOptions(this,t)}}},1290:(t,e,i)=>{i.d(e,{h:()=>o});var s=i(8279);class o{load(t){t&&(t.position&&(this.position={x:t.position.x??50,y:t.position.y??50,mode:t.position.mode??"percent"}),t.options&&(this.options=(0,s.ZB)({},t.options)))}}},1875:(t,e,i)=>{i.d(e,{E:()=>v});var s=i(8279),o=i(7198),n=i(7786),a=i(1042),r=i(7788),l=i(1290),c=i(3052),d=i(1702),h=i(3893),u=i(3635);class v{constructor(t,e){this._findDefaultTheme=t=>this.themes.find((e=>e.default.value&&e.default.mode===t))??this.themes.find((t=>t.default.value&&"any"===t.default.mode)),this._importPreset=t=>{this.load(this._engine.getPreset(t))},this._engine=t,this._container=e,this.autoPlay=!0,this.background=new o.A,this.backgroundMask=new n.g,this.clear=!0,this.defaultThemes={},this.delay=0,this.fullScreen=new a.I,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new r.o(t,e),this.manualParticles=[],this.particles=(0,h.x)(this._engine,this._container),this.pauseOnBlur=!0,this.pauseOnOutsideViewport=!0,this.responsive=[],this.smooth=!1,this.style={},this.themes=[],this.zLayers=100}load(t){if(!t)return;void 0!==t.preset&&(0,s.KH)(t.preset,(t=>this._importPreset(t))),void 0!==t.autoPlay&&(this.autoPlay=t.autoPlay),void 0!==t.clear&&(this.clear=t.clear),void 0!==t.key&&(this.key=t.key),void 0!==t.name&&(this.name=t.name),void 0!==t.delay&&(this.delay=(0,u.Cs)(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=(0,u.Cs)(t.duration));const i=t.fpsLimit;void 0!==i&&(this.fpsLimit=i),void 0!==t.pauseOnBlur&&(this.pauseOnBlur=t.pauseOnBlur),void 0!==t.pauseOnOutsideViewport&&(this.pauseOnOutsideViewport=t.pauseOnOutsideViewport),void 0!==t.zLayers&&(this.zLayers=t.zLayers),this.background.load(t.background);const o=t.fullScreen;(0,s.jn)(o)?this.fullScreen.enable=o:this.fullScreen.load(o),this.backgroundMask.load(t.backgroundMask),this.interactivity.load(t.interactivity),t.manualParticles&&(this.manualParticles=t.manualParticles.map((t=>{const e=new l.h;return e.load(t),e}))),this.particles.load(t.particles),this.style=(0,s.ZB)(this.style,t.style),this._engine.loadOptions(this,t),void 0!==t.smooth&&(this.smooth=t.smooth);const n=this._engine.interactors.get(this._container);if(n)for(const e of n)e.loadOptions&&e.loadOptions(this,t);if(void 0!==t.responsive)for(const e of t.responsive){const t=new c.E;t.load(e),this.responsive.push(t)}if(this.responsive.sort(((t,e)=>t.maxWidth-e.maxWidth)),void 0!==t.themes)for(const e of t.themes){const t=this.themes.find((t=>t.name===e.name));if(t)t.load(e);else{const t=new d.Q;t.load(e),this.themes.push(t)}}this.defaultThemes.dark=this._findDefaultTheme("dark")?.name,this.defaultThemes.light=this._findDefaultTheme("light")?.name}setResponsive(t,e,i){this.load(i);const s=this.responsive.find((i=>"screen"===i.mode&&screen?i.maxWidth>screen.availWidth:i.maxWidth*e>t));return this.load(s?.options),s?.maxWidth}setTheme(t){if(t){const e=this.themes.find((e=>e.name===t));e&&this.load(e.options)}else{const t=(0,s.HY)("(prefers-color-scheme: dark)"),e=t&&t.matches,i=this._findDefaultTheme(e?"dark":"light");i&&this.load(i.options)}}}},9301:(t,e,i)=>{i.d(e,{O:()=>o});var s=i(8279);class o{constructor(){this.value=""}static create(t,e){const i=new o;return i.load(t),void 0!==e&&((0,s.HD)(e)||(0,s.kJ)(e)?i.load({value:e}):i.load(e)),i}load(t){void 0!==t?.value&&(this.value=t.value)}}},5970:(t,e,i)=>{i.d(e,{b:()=>o});var s=i(9764);class o{constructor(){this.horizontal=new s.u,this.vertical=new s.u}load(t){t&&(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}},9764:(t,e,i)=>{i.d(e,{u:()=>o});var s=i(5481);class o extends s.SW{constructor(){super(),this.value=1}}},8450:(t,e,i)=>{i.d(e,{y:()=>r});var s=i(8193),o=i(6243),n=i(5970),a=i(3635);class r{constructor(){this.absorb=new s.h,this.bounce=new n.b,this.enable=!1,this.maxSpeed=50,this.mode="bounce",this.overlap=new o.t}load(t){t&&(this.absorb.load(t.absorb),this.bounce.load(t.bounce),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.maxSpeed&&(this.maxSpeed=(0,a.Cs)(t.maxSpeed)),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}},8193:(t,e,i)=>{i.d(e,{h:()=>s});class s{constructor(){this.speed=2}load(t){t&&void 0!==t.speed&&(this.speed=t.speed)}}},6243:(t,e,i)=>{i.d(e,{t:()=>s});class s{constructor(){this.enable=!0,this.retries=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.retries&&(this.retries=t.retries))}}},862:(t,e,i)=>{i.d(e,{A:()=>v});var s=i(8279),o=i(2823),n=i(19),a=i(7262),r=i(4854),l=i(1828),c=i(7201),d=i(4802),h=i(6737),u=i(3635);class v{constructor(){this.angle=new o.k,this.attract=new n.k,this.center=new a.a,this.decay=0,this.distance={},this.direction="none",this.drift=0,this.enable=!1,this.gravity=new r.S,this.path=new l.C,this.outModes=new d.u,this.random=!1,this.size=!1,this.speed=2,this.spin=new h.y,this.straight=!1,this.trail=new c.S,this.vibrate=!1,this.warp=!1}load(t){if(!t)return;this.angle.load((0,s.hj)(t.angle)?{value:t.angle}:t.angle),this.attract.load(t.attract),this.center.load(t.center),void 0!==t.decay&&(this.decay=(0,u.Cs)(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance=(0,s.hj)(t.distance)?{horizontal:t.distance,vertical:t.distance}:{...t.distance}),void 0!==t.drift&&(this.drift=(0,u.Cs)(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const e=t.outModes;void 0!==e&&((0,s.Kn)(e)?this.outModes.load(e):this.outModes.load({default:e})),this.path.load(t.path),void 0!==t.random&&(this.random=t.random),void 0!==t.size&&(this.size=t.size),void 0!==t.speed&&(this.speed=(0,u.Cs)(t.speed)),this.spin.load(t.spin),void 0!==t.straight&&(this.straight=t.straight),this.trail.load(t.trail),void 0!==t.vibrate&&(this.vibrate=t.vibrate),void 0!==t.warp&&(this.warp=t.warp)}}},2823:(t,e,i)=>{i.d(e,{k:()=>o});var s=i(3635);class o{constructor(){this.offset=0,this.value=90}load(t){t&&(void 0!==t.offset&&(this.offset=(0,s.Cs)(t.offset)),void 0!==t.value&&(this.value=(0,s.Cs)(t.value)))}}},19:(t,e,i)=>{i.d(e,{k:()=>o});var s=i(3635);class o{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}load(t){if(t&&(void 0!==t.distance&&(this.distance=(0,s.Cs)(t.distance)),void 0!==t.enable&&(this.enable=t.enable),t.rotate)){const e=t.rotate.x;void 0!==e&&(this.rotate.x=e);const i=t.rotate.y;void 0!==i&&(this.rotate.y=i)}}}},7262:(t,e,i)=>{i.d(e,{a:()=>s});class s{constructor(){this.x=50,this.y=50,this.mode="percent",this.radius=0}load(t){t&&(void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.radius&&(this.radius=t.radius))}}},4854:(t,e,i)=>{i.d(e,{S:()=>o});var s=i(3635);class o{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=(0,s.Cs)(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.inverse&&(this.inverse=t.inverse),void 0!==t.maxSpeed&&(this.maxSpeed=(0,s.Cs)(t.maxSpeed)))}}},7201:(t,e,i)=>{i.d(e,{S:()=>n});var s=i(9301);class o{load(t){t&&(void 0!==t.color&&(this.color=s.O.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image))}}class n{constructor(){this.enable=!1,this.length=10,this.fill=new o}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.fill&&this.fill.load(t.fill),void 0!==t.length&&(this.length=t.length))}}},4802:(t,e,i)=>{i.d(e,{u:()=>s});class s{constructor(){this.default="out"}load(t){t&&(void 0!==t.default&&(this.default=t.default),this.bottom=t.bottom??t.default,this.left=t.left??t.default,this.right=t.right??t.default,this.top=t.top??t.default)}}},1828:(t,e,i)=>{i.d(e,{C:()=>n});var s=i(5481),o=i(8279);class n{constructor(){this.clamp=!0,this.delay=new s.SW,this.enable=!1,this.options={}}load(t){t&&(void 0!==t.clamp&&(this.clamp=t.clamp),this.delay.load(t.delay),void 0!==t.enable&&(this.enable=t.enable),this.generator=t.generator,t.options&&(this.options=(0,o.ZB)(this.options,t.options)))}}},6737:(t,e,i)=>{i.d(e,{y:()=>n});var s=i(8279),o=i(3635);class n{constructor(){this.acceleration=0,this.enable=!1}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=(0,o.Cs)(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),t.position&&(this.position=(0,s.ZB)({},t.position)))}}},8310:(t,e,i)=>{i.d(e,{l:()=>s});class s{constructor(){this.enable=!1,this.width=1920,this.height=1080}load(t){if(!t)return;void 0!==t.enable&&(this.enable=t.enable);const e=t.width;void 0!==e&&(this.width=e);const i=t.height;void 0!==i&&(this.height=i)}}},6950:(t,e,i)=>{i.d(e,{H:()=>n});var s=i(8310),o=i(8880);class n{constructor(){this.density=new s.l,this.limit=new o.W,this.value=0}load(t){t&&(this.density.load(t.density),this.limit.load(t.limit),void 0!==t.value&&(this.value=t.value))}}},8880:(t,e,i)=>{i.d(e,{W:()=>s});class s{constructor(){this.mode="delete",this.value=0}load(t){t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}},7352:(t,e,i)=>{i.d(e,{D:()=>n});var s=i(8958),o=i(5481);class n extends o.md{constructor(){super(),this.animation=new s.O,this.value=1}load(t){if(!t)return;super.load(t);const e=t.animation;void 0!==e&&this.animation.load(e)}}},8958:(t,e,i)=>{i.d(e,{O:()=>o});var s=i(2409);class o extends s.B{constructor(){super(),this.destroy="none",this.speed=2}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}},1097:(t,e,i)=>{i.d(e,{B:()=>m});var s=i(8279),o=i(8267),n=i(8450);class a{constructor(){this.close=!0,this.fill=!0,this.options={},this.type=[]}load(t){if(!t)return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=(0,s.ZB)(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}var r=i(862),l=i(7352),c=i(5970),d=i(6950),h=i(2296),u=i(146),v=i(424),f=i(4934),p=i(5581);class m{constructor(t,e){this._engine=t,this._container=e,this.bounce=new c.b,this.collisions=new n.y,this.color=new o.R,this.color.value="#fff",this.effect=new a,this.groups={},this.move=new r.A,this.number=new d.H,this.opacity=new l.D,this.reduceDuplicates=!1,this.shadow=new h.j,this.shape=new u.b,this.size=new v.$,this.stroke=new f.m,this.zIndex=new p.K}load(t){if(!t)return;if(void 0!==t.groups)for(const e of Object.keys(t.groups)){if(!Object.hasOwn(t.groups,e))continue;const i=t.groups[e];void 0!==i&&(this.groups[e]=(0,s.ZB)(this.groups[e]??{},i))}void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.bounce.load(t.bounce),this.color.load(o.R.create(this.color,t.color)),this.effect.load(t.effect),this.move.load(t.move),this.number.load(t.number),this.opacity.load(t.opacity),this.shape.load(t.shape),this.size.load(t.size),this.shadow.load(t.shadow),this.zIndex.load(t.zIndex),this.collisions.load(t.collisions),void 0!==t.interactivity&&(this.interactivity=(0,s.ZB)({},t.interactivity));const e=t.stroke;if(e&&(this.stroke=(0,s.KH)(e,(t=>{const e=new f.m;return e.load(t),e}))),this._container){const e=this._engine.updaters.get(this._container);if(e)for(const i of e)i.loadOptions&&i.loadOptions(this,t);const i=this._engine.interactors.get(this._container);if(i)for(const e of i)e.loadParticlesOptions&&e.loadParticlesOptions(this,t)}}}},2296:(t,e,i)=>{i.d(e,{j:()=>o});var s=i(9301);class o{constructor(){this.blur=0,this.color=new s.O,this.enable=!1,this.offset={x:0,y:0},this.color.value="#000"}load(t){t&&(void 0!==t.blur&&(this.blur=t.blur),this.color=s.O.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.offset&&(void 0!==t.offset.x&&(this.offset.x=t.offset.x),void 0!==t.offset.y&&(this.offset.y=t.offset.y)))}}},146:(t,e,i)=>{i.d(e,{b:()=>o});var s=i(8279);class o{constructor(){this.close=!0,this.fill=!0,this.options={},this.type="circle"}load(t){if(!t)return;const e=t.options;if(void 0!==e)for(const t in e){const i=e[t];i&&(this.options[t]=(0,s.ZB)(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}},424:(t,e,i)=>{i.d(e,{$:()=>n});var s=i(5481),o=i(8379);class n extends s.md{constructor(){super(),this.animation=new o.a,this.value=3}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}},8379:(t,e,i)=>{i.d(e,{a:()=>o});var s=i(2409);class o extends s.B{constructor(){super(),this.destroy="none",this.speed=5}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}},4934:(t,e,i)=>{i.d(e,{m:()=>n});var s=i(8267),o=i(3635);class n{constructor(){this.width=0}load(t){t&&(void 0!==t.color&&(this.color=s.R.create(this.color,t.color)),void 0!==t.width&&(this.width=(0,o.Cs)(t.width)),void 0!==t.opacity&&(this.opacity=(0,o.Cs)(t.opacity)))}}},5581:(t,e,i)=>{i.d(e,{K:()=>o});var s=i(5481);class o extends s.SW{constructor(){super(),this.opacityRate=1,this.sizeRate=1,this.velocityRate=1}load(t){super.load(t),t&&(void 0!==t.opacityRate&&(this.opacityRate=t.opacityRate),void 0!==t.sizeRate&&(this.sizeRate=t.sizeRate),void 0!==t.velocityRate&&(this.velocityRate=t.velocityRate))}}},3052:(t,e,i)=>{i.d(e,{E:()=>o});var s=i(8279);class o{constructor(){this.maxWidth=1/0,this.options={},this.mode="canvas"}load(t){t&&(void 0!==t.maxWidth&&(this.maxWidth=t.maxWidth),void 0!==t.mode&&("screen"===t.mode?this.mode="screen":this.mode="canvas"),void 0!==t.options&&(this.options=(0,s.ZB)({},t.options)))}}},1702:(t,e,i)=>{i.d(e,{Q:()=>n});var s=i(4115),o=i(8279);class n{constructor(){this.name="",this.default=new s.C}load(t){t&&(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=(0,o.ZB)({},t.options)))}}},4115:(t,e,i)=>{i.d(e,{C:()=>s});class s{constructor(){this.auto=!1,this.mode="any",this.value=!1}load(t){t&&(void 0!==t.auto&&(this.auto=t.auto),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}},5481:(t,e,i)=>{i.d(e,{I9:()=>a,SW:()=>n,md:()=>r});var s=i(2409),o=i(3635);class n{constructor(){this.value=0}load(t){t&&void 0!==t.value&&(this.value=(0,o.Cs)(t.value))}}class a extends n{constructor(){super(),this.animation=new s.P}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class r extends a{constructor(){super(),this.animation=new s.B}load(t){super.load(t)}}},9087:(t,e,i)=>{i.d(e,{$F:()=>f,C3:()=>r,Ch:()=>h,Dd:()=>u,PL:()=>p,TQ:()=>a,ZH:()=>l,Zw:()=>v,lV:()=>d,pS:()=>n,zv:()=>c});var s=i(2418);const o={x:0,y:0};function n(t,e,i){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.closePath()}function a(t,e,i){t.fillStyle=i??"rgba(0,0,0,0)",t.fillRect(o.x,o.y,e.width,e.height)}function r(t,e,i,s){i&&(t.globalAlpha=s,t.drawImage(i,o.x,o.y,e.width,e.height),t.globalAlpha=1)}function l(t,e){t.clearRect(o.x,o.y,e.width,e.height)}async function c(t){const{container:e,context:i,particle:o,delta:n,colorStyles:a,backgroundMask:r,composite:l,radius:c,opacity:v,shadow:f,transform:p}=t,m=o.getPosition(),g=o.rotation+(o.pathRotation?o.velocity.angle:0),y=Math.sin(g),b=Math.cos(g),w={a:b*(p.a??1),b:y*(p.b??1),c:-y*(p.c??1),d:b*(p.d??1)};i.setTransform(w.a,w.b,w.c,w.d,m.x,m.y),r&&(i.globalCompositeOperation=l);const x=o.shadowColor;f.enable&&x&&(i.shadowBlur=f.blur,i.shadowColor=(0,s.iz)(x),i.shadowOffsetX=f.offset.x,i.shadowOffsetY=f.offset.y),a.fill&&(i.fillStyle=a.fill);const M=o.strokeWidth??0;i.lineWidth=M,a.stroke&&(i.strokeStyle=a.stroke);const z={container:e,context:i,particle:o,radius:c,opacity:v,delta:n,transformData:w,strokeWidth:M};await h(z),await u(z),await d(z),i.globalCompositeOperation="source-over",i.resetTransform()}async function d(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,transformData:r}=t;if(!s.effect)return;const l=e.effectDrawers.get(s.effect);l&&await l.draw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}async function h(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,strokeWidth:r,transformData:l}=t;if(!s.shape)return;const c=e.shapeDrawers.get(s.shape);c&&(i.beginPath(),await c.draw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...l}}),s.shapeClose&&i.closePath(),r>0&&i.stroke(),s.shapeFill&&i.fill())}async function u(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,transformData:r}=t;if(!s.shape)return;const l=e.shapeDrawers.get(s.shape);l?.afterDraw&&await l.afterDraw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}async function v(t,e,i){e.draw&&await e.draw(t,i)}async function f(t,e,i,s){e.drawParticle&&await e.drawParticle(t,i,s)}function p(t,e,i){return{h:t.h,s:t.s,l:t.l+("darken"===e?-1:1)*i}}},2418:(t,e,i)=>{i.d(e,{BE:()=>C,DS:()=>g,Dt:()=>P,J9:()=>w,PB:()=>D,VI:()=>c,Y6:()=>b,ZC:()=>R,_g:()=>v,bS:()=>O,gE:()=>m,gW:()=>S,iz:()=>x,lC:()=>p,lN:()=>f,oc:()=>z,sS:()=>u,tX:()=>h,ve:()=>y,vz:()=>M});var s=i(3635),o=i(8279),n=i(5084);const a="random",r="mid",l=new Map;function c(t){l.set(t.key,t)}function d(t){for(const[,e]of l)if(t.startsWith(e.stringPrefix))return e.parseString(t);const e=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,((t,e,i,s,o)=>e+e+i+i+s+s+(void 0!==o?o+o:""))),i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i.exec(e);return i?{a:void 0!==i[4]?parseInt(i[4],16)/255:1,b:parseInt(i[3],16),g:parseInt(i[2],16),r:parseInt(i[1],16)}:void 0}function h(t,e,i=!0){if(!t)return;const s=(0,o.HD)(t)?{value:t}:t;if((0,o.HD)(s.value))return u(s.value,e,i);if((0,o.kJ)(s.value))return h({value:(0,o.c8)(s.value,e,i)});for(const[,t]of l){const e=t.handleRangeColor(s);if(e)return e}}function u(t,e,i=!0){if(!t)return;const s=(0,o.HD)(t)?{value:t}:t;if((0,o.HD)(s.value))return s.value===a?w():g(s.value);if((0,o.kJ)(s.value))return u({value:(0,o.c8)(s.value,e,i)});for(const[,t]of l){const e=t.handleColor(s);if(e)return e}}function v(t,e,i=!0){const s=u(t,e,i);return s?p(s):void 0}function f(t,e,i=!0){const s=h(t,e,i);return s?p(s):void 0}function p(t){const e=t.r/255,i=t.g/255,s=t.b/255,o=Math.max(e,i,s),n=Math.min(e,i,s),a={h:0,l:.5*(o+n),s:0};return o!==n&&(a.s=a.l<.5?(o-n)/(o+n):(o-n)/(2-o-n),a.h=e===o?(i-s)/(o-n):a.h=i===o?2+(s-e)/(o-n):4+(e-i)/(o-n)),a.l*=100,a.s*=100,a.h*=60,a.h<0&&(a.h+=360),a.h>=360&&(a.h-=360),a}function m(t){return d(t)?.a}function g(t){return d(t)}function y(t){const e=360,i=(t.h%e+e)%e,s=Math.max(0,Math.min(100,t.s)),o=i/e,n=s/100,a=Math.max(0,Math.min(100,t.l))/100,r=255;if(0===s){const t=Math.round(a*r);return{r:t,g:t,b:t}}const l=(t,e,i)=>{if(i<0&&i++,i>1&&i--,6*i<1)return t+6*(e-t)*i;if(2*i<1)return e;if(3*i<2){return t+(e-t)*(2/3-i)*6}return t},c=a<.5?a*(1+n):a+n-a*n,d=2*a-c,h=1/3,u=Math.min(r,r*l(d,c,o+h)),v=Math.min(r,r*l(d,c,o)),f=Math.min(r,r*l(d,c,o-h));return{r:Math.round(u),g:Math.round(v),b:Math.round(f)}}function b(t){const e=y(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}function w(t){const e=t??0;return{b:Math.floor((0,s.vd)((0,s.Cs)(e,256))),g:Math.floor((0,s.vd)((0,s.Cs)(e,256))),r:Math.floor((0,s.vd)((0,s.Cs)(e,256)))}}function x(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function M(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function z(t,e,i,o){let n=t,a=e;return void 0===n.r&&(n=y(t)),void 0===a.r&&(a=y(e)),{b:(0,s.CD)(n.b,a.b,i,o),g:(0,s.CD)(n.g,a.g,i,o),r:(0,s.CD)(n.r,a.r,i,o)}}function C(t,e,i){if(i===a)return w();if(i!==r)return i;{const i=t.getFillColor()??t.getStrokeColor(),s=e?.getFillColor()??e?.getStrokeColor();if(i&&s&&e)return z(i,s,t.getRadius(),e.getRadius());{const t=i??s;if(t)return y(t)}}}function P(t,e,i){const s=(0,o.HD)(t)?t:t.value;return s===a?i?h({value:s}):e?a:r:s===r?r:h({value:s})}function S(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function O(t,e,i){const s={h:{enable:!1,value:t.h},s:{enable:!1,value:t.s},l:{enable:!1,value:t.l}};return e&&(k(s.h,e.h,i),k(s.s,e.s,i),k(s.l,e.l,i)),s}function k(t,e,i){t.enable=e.enable;t.enable?(t.velocity=(0,s.Gu)(e.speed)/n.tZ*i,t.decay=1-(0,s.Gu)(e.decay),t.status="increasing",t.loops=0,t.maxLoops=(0,s.Gu)(e.count),t.time=0,t.delayTime=(0,s.Gu)(e.delay)*n.X5,e.sync||(t.velocity*=(0,s.sZ)(),t.value*=(0,s.sZ)()),t.initialValue=t.value,t.offset=(0,s.Cs)(e.offset)):t.velocity=0}function R(t,e,i,o){if(!t||!t.enable||(t.maxLoops??0)>0&&(t.loops??0)>(t.maxLoops??0))return;if(t.time||(t.time=0),(t.delayTime??0)>0&&t.time<(t.delayTime??0)&&(t.time+=o.value),(t.delayTime??0)>0&&t.time<(t.delayTime??0))return;const n=t.offset?(0,s.vd)(t.offset):0,a=(t.velocity??0)*o.factor+3.6*n,r=t.decay??1,l=(0,s.KI)(e),c=(0,s.Uv)(e);if(i&&"increasing"!==t.status){t.value-=a;const e=0;t.value<e&&(t.loops||(t.loops=0),t.loops++,t.status="increasing")}else t.value+=a,t.value>l&&(t.loops||(t.loops=0),t.loops++,i?t.status="decreasing":t.value-=l);t.velocity&&1!==r&&(t.velocity*=r),t.value=(0,s.uZ)(t.value,c,l)}function D(t,e){if(!t)return;const{h:i,s,l:o}=t,n={min:0,max:100},a={min:0,max:100};i&&R(i,{min:0,max:360},!1,e),s&&R(s,n,!0,e),o&&R(o,a,!0,e)}},3635:(t,e,i)=>{i.d(e,{BV:()=>E,CD:()=>f,Cs:()=>b,Gk:()=>z,Gu:()=>m,Gz:()=>k,Id:()=>M,KD:()=>D,KI:()=>y,Ry:()=>S,Sp:()=>x,Uv:()=>g,_X:()=>d,bx:()=>c,hA:()=>P,lQ:()=>C,mC:()=>R,oW:()=>w,p:()=>O,sR:()=>h,sZ:()=>u,uZ:()=>v,vd:()=>p});var s=i(7162),o=i(8279),n=i(5084);let a=Math.random;const r=new Map,l=2*Math.PI;function c(t,e){r.get(t)||r.set(t,e)}function d(t){return r.get(t)??(t=>t)}function h(t=Math.random){a=t}function u(){return v(a(),0,1-Number.EPSILON)}function v(t,e,i){return Math.min(Math.max(t,e),i)}function f(t,e,i,s){return Math.floor((t*i+e*s)/(i+s))}function p(t){const e=y(t);let i=g(t);return e===i&&(i=0),u()*(e-i)+i}function m(t){return(0,o.hj)(t)?t:p(t)}function g(t){return(0,o.hj)(t)?t:t.min}function y(t){return(0,o.hj)(t)?t:t.max}function b(t,e){if(t===e||void 0===e&&(0,o.hj)(t))return t;const i=g(t),s=y(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(s,e)}:b(i,s)}function w(t,e){const i=t.x-e.x,s=t.y-e.y;return{dx:i,dy:s,distance:Math.sqrt(i**2+s**2)}}function x(t,e){return w(t,e).distance}function M(t){return t*Math.PI/180}function z(t,e,i){if((0,o.hj)(t))return M(t);const s=.25;switch(t){case"top":return.5*-Math.PI;case"top-right":return-Math.PI*s;case"right":return 0;case"bottom-right":return Math.PI*s;case"bottom":return.5*Math.PI;case"bottom-left":return.75*Math.PI;case"left":return Math.PI;case"top-left":return.75*-Math.PI;case"inside":return Math.atan2(i.y-e.y,i.x-e.x);case"outside":return Math.atan2(e.y-i.y,e.x-i.x);default:return u()*l}}function C(t){const e=s.O.origin;return e.length=1,e.angle=t,e}function P(t,e,i,o){return s.O.create(t.x*(i-o)/(i+o)+2*e.x*o/(i+o),t.y)}function S(t){return void 0!==t.position?.x&&void 0!==t.position.y?{x:t.position.x*t.size.width/n.tZ,y:t.position.y*t.size.height/n.tZ}:void 0}function O(t){return{x:(t.position?.x??u()*n.tZ)*t.size.width/n.tZ,y:(t.position?.y??u()*n.tZ)*t.size.height/n.tZ}}function k(t){const e={x:void 0!==t.position?.x?m(t.position.x):void 0,y:void 0!==t.position?.y?m(t.position.y):void 0};return O({size:t.size,position:e})}function R(t){return{x:t.position?.x??u()*t.size.width,y:t.position?.y??u()*t.size.height}}function D(t){const e={x:void 0!==t.position?.x?m(t.position.x):void 0,y:void 0!==t.position?.y?m(t.position.y):void 0};return R({size:t.size,position:e})}function E(t){return t?t.endsWith("%")?parseFloat(t)/n.tZ:parseFloat(t):1}},3893:(t,e,i)=>{i.d(e,{h:()=>o,x:()=>n});var s=i(1097);function o(t,...e){for(const i of e)t.load(i)}function n(t,e,...i){const n=new s.B(t,e);return o(n,...i),n}},8279:(t,e,i)=>{i.d(e,{Ac:()=>b,Cr:()=>G,EK:()=>r,Gt:()=>P,HD:()=>L,HY:()=>u,KH:()=>D,Kn:()=>j,Kr:()=>d,M_:()=>x,NM:()=>v,Rs:()=>_,V0:()=>A,XD:()=>C,ZB:()=>M,ap:()=>T,bt:()=>B,c8:()=>y,dB:()=>p,dU:()=>g,dp:()=>R,gy:()=>O,hj:()=>H,iC:()=>S,jl:()=>l,jn:()=>Z,kJ:()=>W,kR:()=>k,lL:()=>h,mf:()=>V,mx:()=>m,wA:()=>E,wm:()=>z,xq:()=>w,yf:()=>f});var s=i(3635),o=i(5084),n=i(7162);const a={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function r(t){a.debug=t.debug||a.debug,a.error=t.error||a.error,a.info=t.info||a.info,a.log=t.log||a.log,a.verbose=t.verbose||a.verbose,a.warning=t.warning||a.warning}function l(){return a}function c(t){const e={bounced:!1},{pSide:i,pOtherSide:s,rectSide:o,rectOtherSide:n,velocity:a,factor:r}=t;return s.min<n.min||s.min>n.max||s.max<n.min||s.max>n.max||(i.max>=o.min&&i.max<=.5*(o.max+o.min)&&a>0||i.min<=o.max&&i.min>.5*(o.max+o.min)&&a<0)&&(e.velocity=a*-r,e.bounced=!0),e}function d(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function h(){return!d()&&"undefined"!=typeof matchMedia}function u(t){if(h())return matchMedia(t)}function v(t){if(!d()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}function f(t){if(!d()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}function p(t,e){return t===e||W(e)&&e.indexOf(t)>-1}async function m(t,e){try{await document.fonts.load(`${e??"400"} 36px '${t??"Verdana"}'`)}catch{}}function g(t){return Math.floor((0,s.sZ)()*t.length)}function y(t,e,i=!0){return t[void 0!==e&&i?e%t.length:g(t)]}function b(t,e,i,s,o){return w(x(t,s??0),e,i,o)}function w(t,e,i,s){let o=!0;return s&&"bottom"!==s||(o=t.top<e.height+i.x),!o||s&&"left"!==s||(o=t.right>i.x),!o||s&&"right"!==s||(o=t.left<e.width+i.y),!o||s&&"top"!==s||(o=t.bottom>i.y),o}function x(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function M(t,...e){for(const i of e){if(null==i)continue;if(!j(i)){t=i;continue}const e=Array.isArray(i);!e||!j(t)&&t&&Array.isArray(t)?e||!j(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],o=t;o[e]=j(s)&&Array.isArray(s)?s.map((t=>M(o[e],t))):M(o[e],s)}}return t}function z(t,e){return!!_(e,(e=>e.enable&&p(t,e.mode)))}function C(t,e,i){D(e,(e=>{const s=e.mode;e.enable&&p(t,s)&&P(e,i)}))}function P(t,e){D(t.selectors,(i=>{e(i,t)}))}function S(t,e){if(e&&t)return _(t,(t=>function(t,e){const i=D(e,(e=>t.matches(e)));return W(i)?i.some((t=>t)):i}(e,t.selectors)))}function O(t){return{position:t.getPosition(),radius:t.getRadius(),mass:t.getMass(),velocity:t.velocity,factor:n.O.create((0,s.Gu)(t.options.bounce.horizontal.value),(0,s.Gu)(t.options.bounce.vertical.value))}}function k(t,e){const{x:i,y:o}=t.velocity.sub(e.velocity),[n,a]=[t.position,e.position],{dx:r,dy:l}=(0,s.oW)(a,n);if(i*r+o*l<0)return;const c=-Math.atan2(l,r),d=t.mass,h=e.mass,u=t.velocity.rotate(c),v=e.velocity.rotate(c),f=(0,s.hA)(u,v,d,h),p=(0,s.hA)(v,u,d,h),m=f.rotate(-c),g=p.rotate(-c);t.velocity.x=m.x*t.factor.x,t.velocity.y=m.y*t.factor.y,e.velocity.x=g.x*e.factor.x,e.velocity.y=g.y*e.factor.y}function R(t,e){const i=x(t.getPosition(),t.getRadius()),o=t.options.bounce,n=c({pSide:{min:i.left,max:i.right},pOtherSide:{min:i.top,max:i.bottom},rectSide:{min:e.left,max:e.right},rectOtherSide:{min:e.top,max:e.bottom},velocity:t.velocity.x,factor:(0,s.Gu)(o.horizontal.value)});n.bounced&&(void 0!==n.velocity&&(t.velocity.x=n.velocity),void 0!==n.position&&(t.position.x=n.position));const a=c({pSide:{min:i.top,max:i.bottom},pOtherSide:{min:i.left,max:i.right},rectSide:{min:e.top,max:e.bottom},rectOtherSide:{min:e.left,max:e.right},velocity:t.velocity.y,factor:(0,s.Gu)(o.vertical.value)});a.bounced&&(void 0!==a.velocity&&(t.velocity.y=a.velocity),void 0!==a.position&&(t.position.y=a.position))}function D(t,e){return W(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function E(t,e,i){return W(t)?y(t,e,i):t}function _(t,e){if(W(t))return t.find(((t,i)=>e(t,i)));return e(t,0)?t:void 0}function A(t,e){const i=t.value,n=t.animation,a={delayTime:(0,s.Gu)(n.delay)*o.X5,enable:n.enable,value:(0,s.Gu)(t.value)*e,max:(0,s.KI)(i)*e,min:(0,s.Uv)(i)*e,loops:0,maxLoops:(0,s.Gu)(n.count),time:0};if(n.enable){switch(a.decay=1-(0,s.Gu)(n.decay),n.mode){case"increase":a.status="increasing";break;case"decrease":a.status="decreasing";break;case"random":a.status=(0,s.sZ)()>=o.vq?"increasing":"decreasing"}const t="auto"===n.mode;switch(n.startValue){case"min":a.value=a.min,t&&(a.status="increasing");break;case"max":a.value=a.max,t&&(a.status="decreasing");break;default:a.value=(0,s.vd)(a),t&&(a.status=(0,s.sZ)()>=o.vq?"increasing":"decreasing")}}return a.initialValue=a.value,a}function I(t,e){if(!("percent"===t.mode)){const{mode:e,...i}=t;return i}return"x"in t?{x:t.x/o.tZ*e.width,y:t.y/o.tZ*e.height}:{width:t.width/o.tZ*e.width,height:t.height/o.tZ*e.height}}function B(t,e){return I(t,e)}function T(t,e){return I(t,e)}function Z(t){return"boolean"==typeof t}function L(t){return"string"==typeof t}function H(t){return"number"==typeof t}function V(t){return"function"==typeof t}function j(t){return"object"==typeof t&&null!==t}function W(t){return Array.isArray(t)}function G(t,e,i,o,n){if(t.destroyed||!e||!e.enable||(e.maxLoops??0)>0&&(e.loops??0)>(e.maxLoops??0))return;const a=(e.velocity??0)*n.factor,r=e.min,l=e.max,c=e.decay??1;if(e.time||(e.time=0),(e.delayTime??0)>0&&e.time<(e.delayTime??0)&&(e.time+=n.value),!((e.delayTime??0)>0&&e.time<(e.delayTime??0))){switch(e.status){case"increasing":e.value>=l?(i?e.status="decreasing":e.value-=l,e.loops||(e.loops=0),e.loops++):e.value+=a;break;case"decreasing":e.value<=r?(i?e.status="increasing":e.value+=l,e.loops||(e.loops=0),e.loops++):e.value-=a}e.velocity&&1!==c&&(e.velocity*=c),function(t,e,i,s,o){switch(e){case"max":i>=o&&t.destroy();break;case"min":i<=s&&t.destroy()}}(t,o,e.value,r,l),t.destroyed||(e.value=(0,s.uZ)(e.value,r,l))}}}},s={};function o(t){var e=s[t];if(void 0!==e)return e.exports;var n=s[t]={exports:{}};return i[t](n,n.exports,o),n.exports}o.m=i,o.d=(t,e)=>{for(var i in e)o.o(e,i)&&!o.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},o.f={},o.e=t=>Promise.all(Object.keys(o.f).reduce(((e,i)=>(o.f[i](t,e),e)),[])),o.u=t=>t+".min.js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),t={},e="@tsparticles/engine:",o.l=(i,s,n,a)=>{if(t[i])t[i].push(s);else{var r,l;if(void 0!==n)for(var c=document.getElementsByTagName("script"),d=0;d<c.length;d++){var h=c[d];if(h.getAttribute("src")==i||h.getAttribute("data-webpack")==e+n){r=h;break}}r||(l=!0,(r=document.createElement("script")).charset="utf-8",r.timeout=120,o.nc&&r.setAttribute("nonce",o.nc),r.setAttribute("data-webpack",e+n),r.src=i),t[i]=[s];var u=(e,s)=>{r.onerror=r.onload=null,clearTimeout(v);var o=t[i];if(delete t[i],r.parentNode&&r.parentNode.removeChild(r),o&&o.forEach((t=>t(s))),e)return e(s)},v=setTimeout(u.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=u.bind(null,r.onerror),r.onload=u.bind(null,r.onload),l&&document.head.appendChild(r)}},o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{var t;o.g.importScripts&&(t=o.g.location+"");var e=o.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var i=e.getElementsByTagName("script");if(i.length)for(var s=i.length-1;s>-1&&!t;)t=i[s--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=t})(),(()=>{var t={612:0};o.f.j=(e,i)=>{var s=o.o(t,e)?t[e]:void 0;if(0!==s)if(s)i.push(s[2]);else{var n=new Promise(((i,o)=>s=t[e]=[i,o]));i.push(s[2]=n);var a=o.p+o.u(e),r=new Error;o.l(a,(i=>{if(o.o(t,e)&&(0!==(s=t[e])&&(t[e]=void 0),s)){var n=i&&("load"===i.type?"missing":i.type),a=i&&i.target&&i.target.src;r.message="Loading chunk "+e+" failed.\n("+n+": "+a+")",r.name="ChunkLoadError",r.type=n,r.request=a,s[1](r)}}),"chunk-"+e,e)}};var e=(e,i)=>{var s,n,a=i[0],r=i[1],l=i[2],c=0;if(a.some((e=>0!==t[e]))){for(s in r)o.o(r,s)&&(o.m[s]=r[s]);if(l)l(o)}for(e&&e(i);c<a.length;c++)n=a[c],o.o(t,n)&&t[n]&&t[n][0](),t[n]=0},i=this.webpackChunk_tsparticles_engine=this.webpackChunk_tsparticles_engine||[];i.forEach(e.bind(null,0)),i.push=e.bind(null,i.push.bind(i))})();var n={};return(()=>{o.r(n),o.d(n,{AnimatableColor:()=>b.R,AnimationOptions:()=>w.P,AnimationValueWithRandom:()=>vt.I9,Background:()=>x.A,BackgroundMask:()=>M.g,BackgroundMaskCover:()=>z.F,Circle:()=>h.C,ClickEvent:()=>O.R,Collisions:()=>V.y,CollisionsAbsorb:()=>j.h,CollisionsOverlap:()=>W.t,ColorAnimation:()=>C.y,DivEvent:()=>k.M,Events:()=>R.z,ExternalInteractorBase:()=>u,FullScreen:()=>P.I,HoverEvent:()=>D.z,HslAnimation:()=>S.h,HslColorManager:()=>c,Interactivity:()=>A.o,ManualParticle:()=>B.h,Modes:()=>I.n,Move:()=>U.A,MoveAngle:()=>N.k,MoveAttract:()=>$.k,MoveCenter:()=>q.a,MoveGravity:()=>X.S,MovePath:()=>Q.C,MoveTrail:()=>tt.S,Opacity:()=>ot.D,OpacityAnimation:()=>nt.O,Options:()=>T.E,OptionsColor:()=>Z.O,OutModes:()=>Y.u,Parallax:()=>E.V,ParticlesBounce:()=>L.b,ParticlesBounceFactor:()=>H.u,ParticlesDensity:()=>st.l,ParticlesInteractorBase:()=>v,ParticlesNumber:()=>et.H,ParticlesNumberLimit:()=>it.W,ParticlesOptions:()=>G.B,Point:()=>f.E,Range:()=>p.e,RangedAnimationOptions:()=>w.B,RangedAnimationValueWithRandom:()=>vt.md,Rectangle:()=>m.A,ResizeEvent:()=>_.C,Responsive:()=>dt.E,RgbColorManager:()=>d,Shadow:()=>F.j,Shape:()=>at.b,Size:()=>rt.$,SizeAnimation:()=>lt.a,Spin:()=>J.y,Stroke:()=>K.m,Theme:()=>ht.Q,ThemeDefault:()=>ut.C,ValueWithRandom:()=>vt.SW,Vector:()=>g.O,Vector3d:()=>y.U,ZIndex:()=>ct.K,addColorManager:()=>l.VI,addEasing:()=>s.bx,alterHsl:()=>ft.PL,areBoundsInside:()=>e.xq,arrayRandomIndex:()=>e.dU,calcExactPositionOrRandomFromSize:()=>s.mC,calcExactPositionOrRandomFromSizeRanged:()=>s.KD,calcPositionFromSize:()=>s.Ry,calcPositionOrRandomFromSize:()=>s.p,calcPositionOrRandomFromSizeRanged:()=>s.Gz,calculateBounds:()=>e.M_,circleBounce:()=>e.kR,circleBounceDataFromParticle:()=>e.gy,clamp:()=>s.uZ,clear:()=>ft.ZH,collisionVelocity:()=>s.hA,colorMix:()=>l.oc,colorToHsl:()=>l._g,colorToRgb:()=>l.sS,deepExtend:()=>e.ZB,degToRad:()=>s.Id,divMode:()=>e.iC,divModeExecute:()=>e.XD,drawEffect:()=>ft.lV,drawLine:()=>ft.pS,drawParticle:()=>ft.zv,drawParticlePlugin:()=>ft.$F,drawPlugin:()=>ft.Zw,drawShape:()=>ft.Ch,drawShapeAfterDraw:()=>ft.Dd,errorPrefix:()=>t.gK,executeOnSingleOrMultiple:()=>e.KH,findItemFromSingleOrMultiple:()=>e.Rs,generatedAttribute:()=>t.YU,getDistance:()=>s.Sp,getDistances:()=>s.oW,getEasing:()=>s._X,getHslAnimationFromHsl:()=>l.bS,getHslFromAnimation:()=>l.gW,getLinkColor:()=>l.BE,getLinkRandomColor:()=>l.Dt,getLogger:()=>e.jl,getParticleBaseVelocity:()=>s.lQ,getParticleDirectionAngle:()=>s.Gk,getPosition:()=>e.bt,getRandom:()=>s.sZ,getRandomRgbColor:()=>l.J9,getRangeMax:()=>s.KI,getRangeMin:()=>s.Uv,getRangeValue:()=>s.Gu,getSize:()=>e.ap,getStyleFromHsl:()=>l.vz,getStyleFromRgb:()=>l.iz,halfRandom:()=>t.vq,hasMatchMedia:()=>e.lL,hslToRgb:()=>l.ve,hslaToRgba:()=>l.Y6,initParticleNumericAnimationValue:()=>e.V0,isArray:()=>e.kJ,isBoolean:()=>e.jn,isDivModeEnabled:()=>e.wm,isFunction:()=>e.mf,isInArray:()=>e.dB,isNumber:()=>e.hj,isObject:()=>e.Kn,isPointInside:()=>e.Ac,isSsr:()=>e.Kr,isString:()=>e.HD,itemFromArray:()=>e.c8,itemFromSingleOrMultiple:()=>e.wA,loadFont:()=>e.mx,loadOptions:()=>pt.h,loadParticlesOptions:()=>pt.x,millisecondsToSeconds:()=>t.X5,mix:()=>s.CD,mouseDownEvent:()=>t.ZL,mouseLeaveEvent:()=>t.aM,mouseMoveEvent:()=>t.Wt,mouseOutEvent:()=>t.G1,mouseUpEvent:()=>t.zw,paintBase:()=>ft.TQ,paintImage:()=>ft.C3,parseAlpha:()=>s.BV,percentDenominator:()=>t.tZ,randomInRange:()=>s.vd,rangeColorToHsl:()=>l.lN,rangeColorToRgb:()=>l.tX,rectBounce:()=>e.dp,resizeEvent:()=>t.rR,rgbToHsl:()=>l.lC,safeIntersectionObserver:()=>e.NM,safeMatchMedia:()=>e.HY,safeMutationObserver:()=>e.yf,setLogger:()=>e.EK,setRandom:()=>s.sR,setRangeValue:()=>s.Cs,singleDivModeExecute:()=>e.Gt,stringToAlpha:()=>l.gE,stringToRgb:()=>l.DS,touchCancelEvent:()=>t.VH,touchEndEvent:()=>t.$o,touchMoveEvent:()=>t.zX,touchStartEvent:()=>t.Re,tsParticles:()=>mt,updateAnimation:()=>e.Cr,updateColor:()=>l.PB,updateColorValue:()=>l.ZC,visibilityChangeEvent:()=>t.QL});var t=o(5084),e=o(8279);class i{constructor(){this._listeners=new Map}addEventListener(t,e){this.removeEventListener(t,e);let i=this._listeners.get(t);i||(i=[],this._listeners.set(t,i)),i.push(e)}dispatchEvent(t,e){const i=this._listeners.get(t);i?.forEach((t=>t(e)))}hasEventListener(t){return!!this._listeners.get(t)}removeAllEventListeners(t){t?this._listeners.delete(t):this._listeners=new Map}removeEventListener(t,e){const i=this._listeners.get(t);if(!i)return;const s=i.length,o=i.indexOf(e);if(o<0)return;1===s?this._listeners.delete(t):i.splice(o,1)}}var s=o(3635);async function a(t,e,i,s=!1){let o=e.get(t);return o&&!s||(o=await Promise.all([...i.values()].map((e=>e(t)))),e.set(t,o)),o}class r{constructor(){this._configs=new Map,this._domArray=[],this._eventDispatcher=new i,this._initialized=!1,this.plugins=[],this._initializers={interactors:new Map,movers:new Map,updaters:new Map},this.interactors=new Map,this.movers=new Map,this.updaters=new Map,this.presets=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this.pathGenerators=new Map}get configs(){const t={};for(const[e,i]of this._configs)t[e]=i;return t}get version(){return"3.2.1"}addConfig(t){const e=t.key??t.name??"default";this._configs.set(e,t),this._eventDispatcher.dispatchEvent("configAdded",{data:{name:e,config:t}})}async addEffect(t,i,s=!0){(0,e.KH)(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,i)})),await this.refresh(s)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e,i=!0){this._initializers.interactors.set(t,e),await this.refresh(i)}async addMover(t,e,i=!0){this._initializers.movers.set(t,e),await this.refresh(i)}async addParticleUpdater(t,e,i=!0){this._initializers.updaters.set(t,e),await this.refresh(i)}async addPathGenerator(t,e,i=!0){this.getPathGenerator(t)||this.pathGenerators.set(t,e),await this.refresh(i)}async addPlugin(t,e=!0){this.getPlugin(t.id)||this.plugins.push(t),await this.refresh(e)}async addPreset(t,e,i=!1,s=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(s)}async addShape(t,i,s=!0){(0,e.KH)(t,(t=>{this.getShapeDrawer(t)||this.shapeDrawers.set(t,i)})),await this.refresh(s)}clearPlugins(t){this.updaters.delete(t),this.movers.delete(t),this.interactors.delete(t)}dispatchEvent(t,e){this._eventDispatcher.dispatchEvent(t,e)}dom(){return this._domArray}domItem(t){const e=this.dom(),i=e[t];if(i&&!i.destroyed)return i;{const i=1;e.splice(t,i)}}async getAvailablePlugins(t){const e=new Map;for(const i of this.plugins)i.needsPlugin(t.actualOptions)&&e.set(i.id,await i.getPlugin(t));return e}getEffectDrawer(t){return this.effectDrawers.get(t)}async getInteractors(t,e=!1){return await a(t,this.interactors,this._initializers.interactors,e)}async getMovers(t,e=!1){return await a(t,this.movers,this._initializers.movers,e)}getPathGenerator(t){return this.pathGenerators.get(t)}getPlugin(t){return this.plugins.find((e=>e.id===t))}getPreset(t){return this.presets.get(t)}getShapeDrawer(t){return this.shapeDrawers.get(t)}getSupportedEffects(){return this.effectDrawers.keys()}getSupportedShapes(){return this.shapeDrawers.keys()}async getUpdaters(t,e=!1){return await a(t,this.updaters,this._initializers.updaters,e)}init(){this._initialized||(this._initialized=!0)}async load(i){const n=i.id??i.element?.id??`tsparticles${Math.floor(1e4*(0,s.sZ)())}`,{index:a,url:r}=i,l=r?await async function(i){const s=(0,e.wA)(i.url,i.index);if(!s)return i.fallback;const o=await fetch(s);return o.ok?await o.json():((0,e.jl)().error(`${t.gK} ${o.status} while retrieving config file`),i.fallback)}({fallback:i.options,url:r,index:a}):i.options;let c=i.element??document.getElementById(n);c||(c=document.createElement("div"),c.id=n,document.body.append(c));const d=(0,e.wA)(l,a),h=this.dom(),u=h.findIndex((t=>t.id.description===n));if(u>=0){const t=this.domItem(u);if(t&&!t.destroyed){t.destroy();const e=1;h.splice(u,e)}}let v;if("canvas"===c.tagName.toLowerCase())v=c,v.dataset[t.YU]="false";else{const e=c.getElementsByTagName("canvas");if(e.length){v=e[0],v.dataset[t.YU]="false"}else v=document.createElement("canvas"),v.dataset[t.YU]="true",c.appendChild(v)}v.style.width||(v.style.width="100%"),v.style.height||(v.style.height="100%");const{Container:f}=await o.e(438).then(o.bind(o,4438)),p=new f(this,n,d);if(u>=0){const t=0;h.splice(u,t,p)}else h.push(p);return p.canvas.loadCanvas(v),await p.start(),p}loadOptions(t,e){for(const i of this.plugins)i.loadOptions(t,e)}loadParticlesOptions(t,e,...i){const s=this.updaters.get(t);if(s)for(const t of s)t.loadOptions?.(e,...i)}async refresh(t=!0){t&&await Promise.all(this.dom().map((t=>t.refresh())))}removeEventListener(t,e){this._eventDispatcher.removeEventListener(t,e)}setOnClickHandler(e){const i=this.dom();if(!i.length)throw new Error(`${t.gK} can only set click handlers after calling tsParticles.load()`);for(const t of i)t.addClickHandler(e)}}var l=o(2418);class c{constructor(){this.key="hsl",this.stringPrefix="hsl"}handleColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.s&&void 0!==e.l)return(0,l.ve)(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return(0,l.ve)({h:(0,s.Gu)(e.h),l:(0,s.Gu)(e.l),s:(0,s.Gu)(e.s)})}parseString(t){if(!t.startsWith("hsl"))return;const e=/hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(,\s*([\d.%]+)\s*)?\)/i.exec(t);return e?(0,l.Y6)({a:e.length>4?(0,s.BV)(e[5]):1,h:parseInt(e[1],10),l:parseInt(e[3],10),s:parseInt(e[2],10)}):void 0}}class d{constructor(){this.key="rgb",this.stringPrefix="rgb"}handleColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return e}handleRangeColor(t){const e=t.value.rgb??t.value;if(void 0!==e.r)return{r:(0,s.Gu)(e.r),g:(0,s.Gu)(e.g),b:(0,s.Gu)(e.b)}}parseString(t){if(!t.startsWith(this.stringPrefix))return;const e=/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(,\s*([\d.%]+)\s*)?\)/i.exec(t);return e?{a:e.length>4?(0,s.BV)(e[5]):1,b:parseInt(e[3],10),g:parseInt(e[2],10),r:parseInt(e[1],10)}:void 0}}var h=o(9338);class u{constructor(t){this.type="external",this.container=t}}class v{constructor(t){this.type="particles",this.container=t}}var f=o(4116),p=o(7928),m=o(1363),g=o(7162),y=o(7326),b=o(8267),w=o(2409),x=o(7198),M=o(7786),z=o(261),C=o(8461),P=o(1042),S=o(4916),O=o(1854),k=o(2561),R=o(8532),D=o(9672),E=o(9063),_=o(1619),A=o(7788),I=o(3604),B=o(1290),T=o(1875),Z=o(9301),L=o(5970),H=o(9764),V=o(8450),j=o(8193),W=o(6243),G=o(1097),F=o(2296),K=o(4934),$=o(19),U=o(862),N=o(2823),q=o(7262),X=o(4854),Y=o(4802),Q=o(1828),J=o(6737),tt=o(7201),et=o(6950),it=o(8880),st=o(8310),ot=o(7352),nt=o(8958),at=o(146),rt=o(424),lt=o(8379),ct=o(5581),dt=o(3052),ht=o(1702),ut=o(4115),vt=o(5481),ft=o(9087),pt=o(3893);const mt=function(){const t=new d,e=new c;(0,l.VI)(t),(0,l.VI)(e);const i=new r;return i.init(),i}();(0,e.Kr)()||(window.tsParticles=mt)})(),n})()));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Engine v3.1
|
|
1
|
+
/*! tsParticles Engine v3.2.1 by Matteo Bruni */
|
package/types/Core/Canvas.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare class Canvas {
|
|
|
10
10
|
private _colorPlugins;
|
|
11
11
|
private _context;
|
|
12
12
|
private _coverColorStyle?;
|
|
13
|
+
private _coverImage?;
|
|
13
14
|
private _generated;
|
|
14
15
|
private _mutationObserver?;
|
|
15
16
|
private _originalStyle?;
|
|
@@ -22,9 +23,10 @@ export declare class Canvas {
|
|
|
22
23
|
clear(): void;
|
|
23
24
|
destroy(): void;
|
|
24
25
|
draw<T>(cb: (context: CanvasRenderingContext2D) => T): T | undefined;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
drawAsync<T>(cb: (context: CanvasRenderingContext2D) => Promise<T>): Promise<T | undefined>;
|
|
27
|
+
drawParticle(particle: Particle, delta: IDelta): Promise<void>;
|
|
28
|
+
drawParticlePlugin(plugin: IContainerPlugin, particle: Particle, delta: IDelta): Promise<void>;
|
|
29
|
+
drawPlugin(plugin: IContainerPlugin, delta: IDelta): Promise<void>;
|
|
28
30
|
init(): Promise<void>;
|
|
29
31
|
initBackground(): void;
|
|
30
32
|
initPlugins(): void;
|
|
@@ -44,6 +44,7 @@ export declare class Container {
|
|
|
44
44
|
private _smooth;
|
|
45
45
|
private _sourceOptions;
|
|
46
46
|
constructor(engine: Engine, id: string, sourceOptions?: ISourceOptions);
|
|
47
|
+
get animationStatus(): boolean;
|
|
47
48
|
get options(): Options;
|
|
48
49
|
get sourceOptions(): ISourceOptions | undefined;
|
|
49
50
|
addClickHandler(callback: (evt: Event, particles?: Particle[]) => void): void;
|
|
@@ -53,7 +54,6 @@ export declare class Container {
|
|
|
53
54
|
destroy(): void;
|
|
54
55
|
draw(force: boolean): void;
|
|
55
56
|
export(type: string, options?: Record<string, unknown>): Promise<Blob | undefined>;
|
|
56
|
-
getAnimationStatus(): boolean;
|
|
57
57
|
handleClickMode(mode: string): void;
|
|
58
58
|
init(): Promise<void>;
|
|
59
59
|
loadTheme(name?: string): Promise<void>;
|
package/types/Core/Engine.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Container } from "./Container.js";
|
|
1
|
+
import type { Container } from "./Container.js";
|
|
2
2
|
import type { CustomEventArgs } from "../Types/CustomEventArgs.js";
|
|
3
3
|
import type { CustomEventListener } from "../Types/CustomEventListener.js";
|
|
4
4
|
import type { IContainerPlugin } from "./Interfaces/IContainerPlugin.js";
|
|
@@ -23,6 +23,10 @@ declare global {
|
|
|
23
23
|
tsParticles: Engine;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
+
type GenericInitializer<T> = (container: Container) => Promise<T>;
|
|
27
|
+
type InteractorInitializer = GenericInitializer<IInteractor>;
|
|
28
|
+
type MoverInitializer = GenericInitializer<IParticleMover>;
|
|
29
|
+
type UpdaterInitializer = GenericInitializer<IParticleUpdater>;
|
|
26
30
|
export declare class Engine {
|
|
27
31
|
readonly effectDrawers: Map<string, IEffectDrawer<Particle>>;
|
|
28
32
|
readonly interactors: Map<Container, IInteractor<Particle>[]>;
|
|
@@ -43,9 +47,9 @@ export declare class Engine {
|
|
|
43
47
|
addConfig(config: ISourceOptions): void;
|
|
44
48
|
addEffect(effect: SingleOrMultiple<string>, drawer: IEffectDrawer, refresh?: boolean): Promise<void>;
|
|
45
49
|
addEventListener(type: string, listener: CustomEventListener): void;
|
|
46
|
-
addInteractor(name: string, interactorInitializer:
|
|
47
|
-
addMover(name: string, moverInitializer:
|
|
48
|
-
addParticleUpdater(name: string, updaterInitializer:
|
|
50
|
+
addInteractor(name: string, interactorInitializer: InteractorInitializer, refresh?: boolean): Promise<void>;
|
|
51
|
+
addMover(name: string, moverInitializer: MoverInitializer, refresh?: boolean): Promise<void>;
|
|
52
|
+
addParticleUpdater(name: string, updaterInitializer: UpdaterInitializer, refresh?: boolean): Promise<void>;
|
|
49
53
|
addPathGenerator(name: string, generator: IMovePathGenerator, refresh?: boolean): Promise<void>;
|
|
50
54
|
addPlugin(plugin: IPlugin, refresh?: boolean): Promise<void>;
|
|
51
55
|
addPreset(preset: string, options: RecursivePartial<IOptions>, override?: boolean, refresh?: boolean): Promise<void>;
|
|
@@ -54,17 +58,17 @@ export declare class Engine {
|
|
|
54
58
|
dispatchEvent(type: string, args: CustomEventArgs): void;
|
|
55
59
|
dom(): Container[];
|
|
56
60
|
domItem(index: number): Container | undefined;
|
|
57
|
-
getAvailablePlugins(container: Container): Map<string, IContainerPlugin
|
|
61
|
+
getAvailablePlugins(container: Container): Promise<Map<string, IContainerPlugin>>;
|
|
58
62
|
getEffectDrawer(type: string): IEffectDrawer | undefined;
|
|
59
|
-
getInteractors(container: Container, force?: boolean): IInteractor[]
|
|
60
|
-
getMovers(container: Container, force?: boolean): IParticleMover[]
|
|
63
|
+
getInteractors(container: Container, force?: boolean): Promise<IInteractor[]>;
|
|
64
|
+
getMovers(container: Container, force?: boolean): Promise<IParticleMover[]>;
|
|
61
65
|
getPathGenerator(type: string): IMovePathGenerator | undefined;
|
|
62
66
|
getPlugin(plugin: string): IPlugin | undefined;
|
|
63
67
|
getPreset(preset: string): ISourceOptions | undefined;
|
|
64
68
|
getShapeDrawer(type: string): IShapeDrawer | undefined;
|
|
65
69
|
getSupportedEffects(): IterableIterator<string>;
|
|
66
70
|
getSupportedShapes(): IterableIterator<string>;
|
|
67
|
-
getUpdaters(container: Container, force?: boolean): IParticleUpdater[]
|
|
71
|
+
getUpdaters(container: Container, force?: boolean): Promise<IParticleUpdater[]>;
|
|
68
72
|
init(): void;
|
|
69
73
|
load(params: ILoadParams): Promise<Container | undefined>;
|
|
70
74
|
loadOptions(options: Options, sourceOptions: ISourceOptions): void;
|
|
@@ -73,3 +77,4 @@ export declare class Engine {
|
|
|
73
77
|
removeEventListener(type: string, listener: CustomEventListener): void;
|
|
74
78
|
setOnClickHandler(callback: (e: Event, particles?: Particle[]) => void): void;
|
|
75
79
|
}
|
|
80
|
+
export {};
|
|
@@ -6,12 +6,12 @@ import type { OutModeDirection } from "../../Enums/Directions/OutModeDirection.j
|
|
|
6
6
|
import type { Particle } from "../Particle.js";
|
|
7
7
|
export interface IContainerPlugin {
|
|
8
8
|
clickPositionValid?: (position: ICoordinates) => boolean;
|
|
9
|
-
draw?: (context: CanvasRenderingContext2D, delta: IDelta) => void
|
|
10
|
-
drawParticle?: (context: CanvasRenderingContext2D, particle: Particle, delta: IDelta) => void
|
|
9
|
+
draw?: (context: CanvasRenderingContext2D, delta: IDelta) => Promise<void>;
|
|
10
|
+
drawParticle?: (context: CanvasRenderingContext2D, particle: Particle, delta: IDelta) => Promise<void>;
|
|
11
11
|
export?: (type: string, data: Record<string, unknown>) => Promise<ExportResult>;
|
|
12
12
|
handleClickMode?: (mode: string) => void;
|
|
13
13
|
init?: () => Promise<void>;
|
|
14
|
-
particleBounce?: (particle: Particle, delta: IDelta, direction: OutModeDirection) => boolean
|
|
14
|
+
particleBounce?: (particle: Particle, delta: IDelta, direction: OutModeDirection) => Promise<boolean>;
|
|
15
15
|
particleCreated?: (particle: Particle) => void;
|
|
16
16
|
particleDestroyed?: (particle: Particle, override?: boolean) => void;
|
|
17
17
|
particleFillColor?: (particle: Particle) => string | IOptionsColor | undefined;
|
|
@@ -3,8 +3,8 @@ import type { IShapeDrawData } from "./IShapeDrawData.js";
|
|
|
3
3
|
import type { Particle } from "../Particle.js";
|
|
4
4
|
export interface IEffectDrawer<TParticle extends Particle = Particle> {
|
|
5
5
|
destroy?: (container: Container) => void;
|
|
6
|
-
draw: (data: IShapeDrawData<TParticle>) => void
|
|
6
|
+
draw: (data: IShapeDrawData<TParticle>) => Promise<void>;
|
|
7
7
|
init?: (container: Container) => Promise<void>;
|
|
8
|
-
loadEffect?: (particle: TParticle) => void
|
|
9
|
-
particleInit?: (container: Container, particle: TParticle) => void
|
|
8
|
+
loadEffect?: (particle: TParticle) => Promise<void>;
|
|
9
|
+
particleInit?: (container: Container, particle: TParticle) => Promise<void>;
|
|
10
10
|
}
|
|
@@ -3,8 +3,8 @@ import type { IDelta } from "./IDelta.js";
|
|
|
3
3
|
import type { Particle } from "../Particle.js";
|
|
4
4
|
import type { Vector } from "../Utils/Vector.js";
|
|
5
5
|
export interface IMovePathGenerator {
|
|
6
|
-
generate: (particle: Particle, delta: IDelta) => Vector
|
|
7
|
-
init: (container: Container) => void
|
|
6
|
+
generate: (particle: Particle, delta: IDelta) => Promise<Vector>;
|
|
7
|
+
init: (container: Container) => Promise<void>;
|
|
8
8
|
reset: (particle: Particle) => void;
|
|
9
9
|
update: () => void;
|
|
10
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { IDelta } from "./IDelta.js";
|
|
2
2
|
import type { Particle } from "../Particle.js";
|
|
3
3
|
export interface IParticleMover {
|
|
4
|
-
init(particle: Particle): void
|
|
4
|
+
init(particle: Particle): Promise<void>;
|
|
5
5
|
isEnabled(particle: Particle): boolean;
|
|
6
|
-
move(particle: Particle, delta: IDelta): void
|
|
6
|
+
move(particle: Particle, delta: IDelta): Promise<void>;
|
|
7
7
|
}
|
|
@@ -13,7 +13,7 @@ export interface IParticleUpdater {
|
|
|
13
13
|
loadOptions?: (options: ParticlesOptions, ...sources: (RecursivePartial<IParticlesOptions> | undefined)[]) => void;
|
|
14
14
|
particleDestroyed?: (particle: Particle, override?: boolean) => void;
|
|
15
15
|
reset?: (particle: Particle) => void;
|
|
16
|
-
init(particle: Particle): void
|
|
16
|
+
init(particle: Particle): Promise<void>;
|
|
17
17
|
isEnabled(particle: Particle): boolean;
|
|
18
|
-
update(particle: Particle, delta: IDelta): void
|
|
18
|
+
update(particle: Particle, delta: IDelta): Promise<void>;
|
|
19
19
|
}
|
|
@@ -5,7 +5,7 @@ import type { Options } from "../../Options/Classes/Options.js";
|
|
|
5
5
|
import type { RecursivePartial } from "../../Types/RecursivePartial.js";
|
|
6
6
|
export interface IPlugin {
|
|
7
7
|
readonly id: string;
|
|
8
|
-
getPlugin(container: Container): IContainerPlugin
|
|
8
|
+
getPlugin(container: Container): Promise<IContainerPlugin>;
|
|
9
9
|
loadOptions(options: Options, source?: RecursivePartial<IOptions>): void;
|
|
10
10
|
needsPlugin(options?: RecursivePartial<IOptions>): boolean;
|
|
11
11
|
}
|
|
@@ -2,12 +2,12 @@ import type { Container } from "../Container.js";
|
|
|
2
2
|
import type { IShapeDrawData } from "./IShapeDrawData.js";
|
|
3
3
|
import type { Particle } from "../Particle.js";
|
|
4
4
|
export interface IShapeDrawer<TParticle extends Particle = Particle> {
|
|
5
|
-
afterDraw?: (data: IShapeDrawData<TParticle>) => void
|
|
5
|
+
afterDraw?: (data: IShapeDrawData<TParticle>) => Promise<void>;
|
|
6
6
|
destroy?: (container: Container) => void;
|
|
7
|
-
draw: (data: IShapeDrawData<TParticle>) => void
|
|
7
|
+
draw: (data: IShapeDrawData<TParticle>) => Promise<void>;
|
|
8
8
|
getSidesCount?: (particle: TParticle) => number;
|
|
9
9
|
init?: (container: Container) => Promise<void>;
|
|
10
|
-
loadShape?: (particle: TParticle) => void
|
|
10
|
+
loadShape?: (particle: TParticle) => Promise<void>;
|
|
11
11
|
particleDestroy?: (particle: TParticle) => void;
|
|
12
|
-
particleInit?: (container: Container, particle: TParticle) => void
|
|
12
|
+
particleInit?: (container: Container, particle: TParticle) => Promise<void>;
|
|
13
13
|
}
|
package/types/Core/Particle.d.ts
CHANGED
|
@@ -67,15 +67,15 @@ export declare class Particle {
|
|
|
67
67
|
velocity: Vector;
|
|
68
68
|
zIndexFactor: number;
|
|
69
69
|
private readonly _engine;
|
|
70
|
-
constructor(engine: Engine,
|
|
70
|
+
constructor(engine: Engine, container: Container);
|
|
71
71
|
destroy(override?: boolean): void;
|
|
72
|
-
draw(delta: IDelta): void
|
|
72
|
+
draw(delta: IDelta): Promise<void>;
|
|
73
73
|
getFillColor(): IHsl | undefined;
|
|
74
74
|
getMass(): number;
|
|
75
75
|
getPosition(): ICoordinates3d;
|
|
76
76
|
getRadius(): number;
|
|
77
77
|
getStrokeColor(): IHsl | undefined;
|
|
78
|
-
init(id: number, position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): void
|
|
78
|
+
init(id: number, position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): Promise<void>;
|
|
79
79
|
isInsideCanvas(): boolean;
|
|
80
80
|
isVisible(): boolean;
|
|
81
81
|
reset(): void;
|
|
@@ -4,14 +4,16 @@ import type { ICoordinates } from "./Interfaces/ICoordinates.js";
|
|
|
4
4
|
import type { IDelta } from "./Interfaces/IDelta.js";
|
|
5
5
|
import type { IDimension } from "./Interfaces/IDimension.js";
|
|
6
6
|
import type { IMouseData } from "./Interfaces/IMouseData.js";
|
|
7
|
+
import type { IParticleMover } from "./Interfaces/IParticleMover.js";
|
|
8
|
+
import type { IParticleUpdater } from "./Interfaces/IParticleUpdater.js";
|
|
7
9
|
import type { IParticlesOptions } from "../Options/Interfaces/Particles/IParticlesOptions.js";
|
|
8
|
-
import { Particle } from "./Particle.js";
|
|
10
|
+
import type { Particle } from "./Particle.js";
|
|
9
11
|
import { QuadTree } from "./Utils/QuadTree.js";
|
|
10
12
|
import type { RecursivePartial } from "../Types/RecursivePartial.js";
|
|
11
13
|
export declare class Particles {
|
|
12
|
-
movers:
|
|
14
|
+
movers: IParticleMover[];
|
|
13
15
|
quadTree: QuadTree;
|
|
14
|
-
updaters:
|
|
16
|
+
updaters: IParticleUpdater[];
|
|
15
17
|
private _array;
|
|
16
18
|
private readonly _container;
|
|
17
19
|
private readonly _engine;
|
|
@@ -21,13 +23,14 @@ export declare class Particles {
|
|
|
21
23
|
private _limit;
|
|
22
24
|
private _needsSort;
|
|
23
25
|
private _nextId;
|
|
26
|
+
private _pluginsInitialized;
|
|
24
27
|
private readonly _pool;
|
|
25
28
|
private _resizeFactor?;
|
|
26
29
|
private _zArray;
|
|
27
30
|
constructor(engine: Engine, container: Container);
|
|
28
31
|
get count(): number;
|
|
29
|
-
addManualParticles(): void
|
|
30
|
-
addParticle(position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string, initializer?: (particle: Particle) => boolean): Particle | undefined
|
|
32
|
+
addManualParticles(): Promise<void>;
|
|
33
|
+
addParticle(position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string, initializer?: (particle: Particle) => boolean): Promise<Particle | undefined>;
|
|
31
34
|
clear(): void;
|
|
32
35
|
destroy(): void;
|
|
33
36
|
draw(delta: IDelta): Promise<void>;
|
|
@@ -35,13 +38,14 @@ export declare class Particles {
|
|
|
35
38
|
find(condition: (particle: Particle) => boolean): Particle | undefined;
|
|
36
39
|
get(index: number): Particle | undefined;
|
|
37
40
|
handleClickMode(mode: string): void;
|
|
38
|
-
init(): void
|
|
39
|
-
|
|
41
|
+
init(): Promise<void>;
|
|
42
|
+
initPlugins(): Promise<void>;
|
|
43
|
+
push(nb: number, mouse?: IMouseData, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): Promise<void>;
|
|
40
44
|
redraw(): Promise<void>;
|
|
41
45
|
remove(particle: Particle, group?: string, override?: boolean): void;
|
|
42
46
|
removeAt(index: number, quantity?: number, group?: string, override?: boolean): void;
|
|
43
47
|
removeQuantity(quantity: number, group?: string): void;
|
|
44
|
-
setDensity(): void
|
|
48
|
+
setDensity(): Promise<void>;
|
|
45
49
|
setLastZIndex(zIndex: number): void;
|
|
46
50
|
setResizeFactor(factor: IDimension): void;
|
|
47
51
|
update(delta: IDelta): Promise<void>;
|