@tsparticles/engine 3.2.2 → 3.3.0

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.
Files changed (56) hide show
  1. package/174.min.js +2 -0
  2. package/174.min.js.LICENSE.txt +1 -0
  3. package/browser/Core/Canvas.js +9 -9
  4. package/browser/Core/Container.js +6 -6
  5. package/browser/Core/Engine.js +1 -1
  6. package/browser/Core/Particle.js +11 -11
  7. package/browser/Core/Particles.js +29 -29
  8. package/browser/Core/Utils/InteractionManager.js +4 -4
  9. package/browser/Utils/CanvasUtils.js +14 -14
  10. package/cjs/Core/Canvas.js +9 -9
  11. package/cjs/Core/Container.js +6 -6
  12. package/cjs/Core/Engine.js +2 -25
  13. package/cjs/Core/Particle.js +11 -11
  14. package/cjs/Core/Particles.js +30 -53
  15. package/cjs/Core/Utils/InteractionManager.js +4 -4
  16. package/cjs/Utils/CanvasUtils.js +14 -14
  17. package/dist_browser_Core_Container_js.js +15 -5
  18. package/esm/Core/Canvas.js +9 -9
  19. package/esm/Core/Container.js +6 -6
  20. package/esm/Core/Engine.js +1 -1
  21. package/esm/Core/Particle.js +11 -11
  22. package/esm/Core/Particles.js +29 -29
  23. package/esm/Core/Utils/InteractionManager.js +4 -4
  24. package/esm/Utils/CanvasUtils.js +14 -14
  25. package/package.json +1 -1
  26. package/report.html +1 -1
  27. package/tsparticles.engine.js +4 -4
  28. package/tsparticles.engine.min.js +1 -1
  29. package/tsparticles.engine.min.js.LICENSE.txt +1 -1
  30. package/types/Core/Canvas.d.ts +4 -4
  31. package/types/Core/Interfaces/IContainerPlugin.d.ts +4 -4
  32. package/types/Core/Interfaces/IEffectDrawer.d.ts +3 -3
  33. package/types/Core/Interfaces/IExternalInteractor.d.ts +1 -1
  34. package/types/Core/Interfaces/IMovePathGenerator.d.ts +2 -2
  35. package/types/Core/Interfaces/IParticleMover.d.ts +2 -2
  36. package/types/Core/Interfaces/IParticleUpdater.d.ts +2 -2
  37. package/types/Core/Interfaces/IParticlesInteractor.d.ts +1 -1
  38. package/types/Core/Interfaces/IShapeDrawer.d.ts +4 -4
  39. package/types/Core/Particle.d.ts +2 -2
  40. package/types/Core/Particles.d.ts +7 -7
  41. package/types/Core/Utils/ExternalInteractorBase.d.ts +1 -1
  42. package/types/Core/Utils/InteractionManager.d.ts +2 -2
  43. package/types/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
  44. package/types/Utils/CanvasUtils.d.ts +6 -6
  45. package/umd/Core/Canvas.js +9 -9
  46. package/umd/Core/Container.js +6 -6
  47. package/umd/Core/Engine.js +1 -1
  48. package/umd/Core/Particle.js +11 -11
  49. package/umd/Core/Particles.js +31 -55
  50. package/umd/Core/Utils/InteractionManager.js +4 -4
  51. package/umd/Utils/CanvasUtils.js +14 -14
  52. package/373.min.js +0 -2
  53. package/373.min.js.LICENSE.txt +0 -1
  54. package/438.min.js +0 -2
  55. package/438.min.js.LICENSE.txt +0 -1
  56. package/dist_browser_Core_Particle_js.js +0 -32
@@ -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,(()=>(()=>{var t,e,i={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}}},1901:(t,e,i)=>{i.d(e,{Ae:()=>a,Cd:()=>n,W7:()=>o});var s=i(3635);class o{constructor(t,e,i){this.position={x:t,y:e},this.type=i}}class n extends o{constructor(t,e,i){super(t,e,"circle"),this.radius=i}contains(t){return(0,s.Sp)(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),r=this.radius;if(t instanceof n||"circle"===t.type){return r+t.radius>Math.sqrt(s**2+o**2)}if(t instanceof a||"rectangle"===t.type){const e=t,{width:i,height:n}=e.size;return Math.pow(s-i,2)+Math.pow(o-n,2)<=r**2||s<=r+i&&o<=r+n||s<=i||o<=n}return!1}}class a extends o{constructor(t,e,i,s){super(t,e,"rectangle"),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){if(t instanceof n)return t.intersects(this);const e=this.size.width,i=this.size.height,s=this.position,o=t.position,r=t instanceof a?t.size:{width:0,height:0},l=r.width,c=r.height;return o.x<s.x+e&&o.x+l>s.x&&o.y<s.y+i&&o.y+c>s.y}}},5410:(t,e,i)=>{i.d(e,{O:()=>c,U:()=>l});var s=i(5084),o=i(1180);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}}class c extends l{constructor(t,e){super(t,e,r)}static get origin(){return c.create(n,a)}static clone(t){return c.create(t.x,t.y)}static create(t,e){return new c(t,e)}}},8267:(t,e,i)=>{i.d(e,{R:()=>a});var s=i(1180),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(1180);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:()=>f});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(1180),u=i(3893),v=i(3635);class f{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,u.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,v.Cs)(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=(0,v.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,h.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(1180);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(1180),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:()=>P,DS:()=>y,Dt:()=>S,J9:()=>x,PB:()=>E,VI:()=>d,Y6:()=>w,ZC:()=>D,_g:()=>f,bS:()=>k,gE:()=>g,gW:()=>O,iz:()=>M,lC:()=>m,lN:()=>p,oc:()=>C,sS:()=>v,tX:()=>u,ve:()=>b,vz:()=>z});var s=i(3635),o=i(1180),n=i(5084),a=i(8279);const r="random",l="mid",c=new Map;function d(t){c.set(t.key,t)}function h(t){for(const[,e]of c)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 u(t,e,i=!0){if(!t)return;const s=(0,o.HD)(t)?{value:t}:t;if((0,o.HD)(s.value))return v(s.value,e,i);if((0,o.kJ)(s.value))return u({value:(0,a.c8)(s.value,e,i)});for(const[,t]of c){const e=t.handleRangeColor(s);if(e)return e}}function v(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===r?x():y(s.value);if((0,o.kJ)(s.value))return v({value:(0,a.c8)(s.value,e,i)});for(const[,t]of c){const e=t.handleColor(s);if(e)return e}}function f(t,e,i=!0){const s=v(t,e,i);return s?m(s):void 0}function p(t,e,i=!0){const s=u(t,e,i);return s?m(s):void 0}function m(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 g(t){return h(t)?.a}function y(t){return h(t)}function b(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 w(t){const e=b(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}function x(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 M(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function z(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function C(t,e,i,o){let n=t,a=e;return void 0===n.r&&(n=b(t)),void 0===a.r&&(a=b(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 P(t,e,i){if(i===r)return x();if(i!==l)return i;{const i=t.getFillColor()??t.getStrokeColor(),s=e?.getFillColor()??e?.getStrokeColor();if(i&&s&&e)return C(i,s,t.getRadius(),e.getRadius());{const t=i??s;if(t)return b(t)}}}function S(t,e,i){const s=(0,o.HD)(t)?t:t.value;return s===r?i?u({value:s}):e?r:l:s===l?l:u({value:s})}function O(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function k(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&&(R(s.h,e.h,i),R(s.s,e.s,i),R(s.l,e.l,i)),s}function R(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 D(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 E(t,e){if(!t)return;const{h:i,s,l:o}=t,n={min:0,max:100},a={min:0,max:100};i&&D(i,{min:0,max:360},!1,e),s&&D(s,n,!0,e),o&&D(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(5410),o=i(1180),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}},1180:(t,e,i)=>{function s(t){return"boolean"==typeof t}function o(t){return"string"==typeof t}function n(t){return"number"==typeof t}function a(t){return"function"==typeof t}function r(t){return"object"==typeof t&&null!==t}function l(t){return Array.isArray(t)}i.d(e,{HD:()=>o,Kn:()=>r,hj:()=>n,jn:()=>s,kJ:()=>l,mf:()=>a})},8279:(t,e,i)=>{i.d(e,{Ac:()=>w,Cr:()=>L,EK:()=>l,Gt:()=>S,HY:()=>v,KH:()=>E,Kr:()=>h,M_:()=>M,NM:()=>f,Rs:()=>A,V0:()=>I,XD:()=>P,ZB:()=>z,ap:()=>Z,bt:()=>T,c8:()=>b,dB:()=>m,dU:()=>y,dp:()=>D,gy:()=>k,iC:()=>O,jl:()=>c,kR:()=>R,lL:()=>u,mx:()=>g,wA:()=>_,wm:()=>C,xq:()=>x,yf:()=>p});var s=i(3635),o=i(5084),n=i(1180),a=i(5410);const r={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function l(t){r.debug=t.debug||r.debug,r.error=t.error||r.error,r.info=t.info||r.info,r.log=t.log||r.log,r.verbose=t.verbose||r.verbose,r.warning=t.warning||r.warning}function c(){return r}function d(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 h(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function u(){return!h()&&"undefined"!=typeof matchMedia}function v(t){if(u())return matchMedia(t)}function f(t){if(!h()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}function p(t){if(!h()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}function m(t,e){return t===e||(0,n.kJ)(e)&&e.indexOf(t)>-1}async function g(t,e){try{await document.fonts.load(`${e??"400"} 36px '${t??"Verdana"}'`)}catch{}}function y(t){return Math.floor((0,s.sZ)()*t.length)}function b(t,e,i=!0){return t[void 0!==e&&i?e%t.length:y(t)]}function w(t,e,i,s,o){return x(M(t,s??0),e,i,o)}function x(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 M(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function z(t,...e){for(const i of e){if(null==i)continue;if(!(0,n.Kn)(i)){t=i;continue}const e=Array.isArray(i);!e||!(0,n.Kn)(t)&&t&&Array.isArray(t)?e||!(0,n.Kn)(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],o=t;o[e]=(0,n.Kn)(s)&&Array.isArray(s)?s.map((t=>z(o[e],t))):z(o[e],s)}}return t}function C(t,e){return!!A(e,(e=>e.enable&&m(t,e.mode)))}function P(t,e,i){E(e,(e=>{const s=e.mode;e.enable&&m(t,s)&&S(e,i)}))}function S(t,e){E(t.selectors,(i=>{e(i,t)}))}function O(t,e){if(e&&t)return A(t,(t=>function(t,e){const i=E(e,(e=>t.matches(e)));return(0,n.kJ)(i)?i.some((t=>t)):i}(e,t.selectors)))}function k(t){return{position:t.getPosition(),radius:t.getRadius(),mass:t.getMass(),velocity:t.velocity,factor:a.O.create((0,s.Gu)(t.options.bounce.horizontal.value),(0,s.Gu)(t.options.bounce.vertical.value))}}function R(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 D(t,e){const i=M(t.getPosition(),t.getRadius()),o=t.options.bounce,n=d({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=d({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 E(t,e){return(0,n.kJ)(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function _(t,e,i){return(0,n.kJ)(t)?b(t,e,i):t}function A(t,e){if((0,n.kJ)(t))return t.find(((t,i)=>e(t,i)));return e(t,0)?t:void 0}function I(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 B(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 T(t,e){return B(t,e)}function Z(t,e){return B(t,e)}function L(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:()=>m.R,AnimationOptions:()=>g.P,AnimationValueWithRandom:()=>dt.I9,Background:()=>y.A,BackgroundMask:()=>b.g,BackgroundMaskCover:()=>w.F,BaseRange:()=>f.W7,Circle:()=>f.Cd,ClickEvent:()=>C.R,Collisions:()=>Z.y,CollisionsAbsorb:()=>L.h,CollisionsOverlap:()=>H.t,ColorAnimation:()=>x.y,DivEvent:()=>P.M,Events:()=>S.z,ExternalInteractorBase:()=>h,FullScreen:()=>M.I,HoverEvent:()=>O.z,HslAnimation:()=>z.h,HslColorManager:()=>c,Interactivity:()=>D.o,ManualParticle:()=>_.h,Modes:()=>E.n,Move:()=>K.A,MoveAngle:()=>F.k,MoveAttract:()=>G.k,MoveCenter:()=>$.a,MoveGravity:()=>N.S,MovePath:()=>q.C,MoveTrail:()=>X.S,Opacity:()=>et.D,OpacityAnimation:()=>it.O,Options:()=>A.E,OptionsColor:()=>I.O,OutModes:()=>U.u,Parallax:()=>k.V,ParticlesBounce:()=>B.b,ParticlesBounceFactor:()=>T.u,ParticlesDensity:()=>tt.l,ParticlesInteractorBase:()=>u,ParticlesNumber:()=>Y.H,ParticlesNumberLimit:()=>Q.W,ParticlesOptions:()=>V.B,Point:()=>v.E,RangedAnimationOptions:()=>g.B,RangedAnimationValueWithRandom:()=>dt.md,Rectangle:()=>f.Ae,ResizeEvent:()=>R.C,Responsive:()=>rt.E,RgbColorManager:()=>d,Shadow:()=>W.j,Shape:()=>st.b,Size:()=>ot.$,SizeAnimation:()=>nt.a,Spin:()=>J.y,Stroke:()=>j.m,Theme:()=>lt.Q,ThemeDefault:()=>ct.C,ValueWithRandom:()=>dt.SW,Vector:()=>p.O,Vector3d:()=>p.U,ZIndex:()=>at.K,addColorManager:()=>l.VI,addEasing:()=>s.bx,alterHsl:()=>ht.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:()=>ht.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:()=>ht.lV,drawLine:()=>ht.pS,drawParticle:()=>ht.zv,drawParticlePlugin:()=>ht.$F,drawPlugin:()=>ht.Zw,drawShape:()=>ht.Ch,drawShapeAfterDraw:()=>ht.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:()=>vt.kJ,isBoolean:()=>vt.jn,isDivModeEnabled:()=>e.wm,isFunction:()=>vt.mf,isInArray:()=>e.dB,isNumber:()=>vt.hj,isObject:()=>vt.Kn,isPointInside:()=>e.Ac,isSsr:()=>e.Kr,isString:()=>vt.HD,itemFromArray:()=>e.c8,itemFromSingleOrMultiple:()=>e.wA,loadFont:()=>e.mx,loadOptions:()=>ut.h,loadParticlesOptions:()=>ut.x,millisecondsToSeconds:()=>t.X5,mix:()=>s.CD,mouseDownEvent:()=>t.ZL,mouseLeaveEvent:()=>t.aM,mouseMoveEvent:()=>t.Wt,mouseOutEvent:()=>t.G1,mouseUpEvent:()=>t.zw,paintBase:()=>ht.TQ,paintImage:()=>ht.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:()=>ft,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.2"}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}}class h{constructor(t){this.type="external",this.container=t}}class u{constructor(t){this.type="particles",this.container=t}}var v=o(4116),f=o(1901),p=o(5410),m=o(8267),g=o(2409),y=o(7198),b=o(7786),w=o(261),x=o(8461),M=o(1042),z=o(4916),C=o(1854),P=o(2561),S=o(8532),O=o(9672),k=o(9063),R=o(1619),D=o(7788),E=o(3604),_=o(1290),A=o(1875),I=o(9301),B=o(5970),T=o(9764),Z=o(8450),L=o(8193),H=o(6243),V=o(1097),W=o(2296),j=o(4934),G=o(19),K=o(862),F=o(2823),$=o(7262),N=o(4854),U=o(4802),q=o(1828),J=o(6737),X=o(7201),Y=o(6950),Q=o(8880),tt=o(8310),et=o(7352),it=o(8958),st=o(146),ot=o(424),nt=o(8379),at=o(5581),rt=o(3052),lt=o(1702),ct=o(4115),dt=o(5481),ht=o(9087),ut=o(3893),vt=o(1180);const ft=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=ft)})(),n})()));
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 o in i)("object"==typeof exports?exports:t)[o]=i[o]}}(this,(()=>(()=>{var t,e,i={6299:(t,e,i)=>{i.d(e,{Bp:()=>d,DG:()=>h,G3:()=>u,N3:()=>g,NF:()=>v,Rb:()=>l,Xu:()=>y,Z0:()=>a,a5:()=>m,dI:()=>p,eb:()=>o,ms:()=>s,nK:()=>f,s7:()=>c,sf:()=>r,vo:()=>n});const o="generated",s="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},888:(t,e,i)=>{i.d(e,{b:()=>o});class o{constructor(t,e){this.position=t,this.particle=e}}},6858:(t,e,i)=>{i.d(e,{M_:()=>a,dg:()=>s,jl:()=>n});var o=i(4802);class s{constructor(t,e,i){this.position={x:t,y:e},this.type=i}}class n extends s{constructor(t,e,i){super(t,e,"circle"),this.radius=i}contains(t){return(0,o.Yf)(t,this.position)<=this.radius}intersects(t){const e=this.position,i=t.position,o=Math.abs(i.x-e.x),s=Math.abs(i.y-e.y),r=this.radius;if(t instanceof n||"circle"===t.type){return r+t.radius>Math.sqrt(o**2+s**2)}if(t instanceof a||"rectangle"===t.type){const e=t,{width:i,height:n}=e.size;return Math.pow(o-i,2)+Math.pow(s-n,2)<=r**2||o<=r+i&&s<=r+n||o<=i||s<=n}return!1}}class a extends s{constructor(t,e,i,o){super(t,e,"rectangle"),this.size={height:o,width:i}}contains(t){const e=this.size.width,i=this.size.height,o=this.position;return t.x>=o.x&&t.x<=o.x+e&&t.y>=o.y&&t.y<=o.y+i}intersects(t){if(t instanceof n)return t.intersects(this);const e=this.size.width,i=this.size.height,o=this.position,s=t.position,r=t instanceof a?t.size:{width:0,height:0},l=r.width,c=r.height;return s.x<o.x+e&&s.x+l>o.x&&s.y<o.y+i&&s.y+c>o.y}}},4930:(t,e,i)=>{i.d(e,{M:()=>c,p:()=>l});var o=i(6299),s=i(645);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,s.Et)(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(`${o.dI} 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}}class c extends l{constructor(t,e){super(t,e,r)}static get origin(){return c.create(n,a)}static clone(t){return c.create(t.x,t.y)}static create(t,e){return new c(t,e)}}},3731:(t,e,i)=>{i.d(e,{A:()=>a});var o=i(645),s=i(5637),n=i(2403);class a extends n.O{constructor(){super(),this.animation=new s.i}static create(t,e){const i=new a;return i.load(t),void 0!==e&&((0,o.Kg)(e)||(0,o.cy)(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))}}},1066:(t,e,i)=>{i.d(e,{Q:()=>n,p:()=>s});var o=i(4802);class s{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,o.DT)(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=(0,o.DT)(t.speed)),void 0!==t.decay&&(this.decay=(0,o.DT)(t.decay)),void 0!==t.delay&&(this.delay=(0,o.DT)(t.delay)),void 0!==t.sync&&(this.sync=t.sync))}}class n extends s{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))}}},5141:(t,e,i)=>{i.d(e,{V:()=>s});var o=i(2403);class s{constructor(){this.color=new o.O,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=o.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))}}},2993:(t,e,i)=>{i.d(e,{T:()=>n});var o=i(9878),s=i(645);class n{constructor(){this.composite="destination-out",this.cover=new o.y,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,s.Kg)(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)}}}},9878:(t,e,i)=>{i.d(e,{y:()=>s});var o=i(2403);class s{constructor(){this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=o.O.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.opacity&&(this.opacity=t.opacity))}}},397:(t,e,i)=>{i.d(e,{e:()=>n});var o=i(1066),s=i(4802);class n extends o.p{constructor(){super(),this.offset=0,this.sync=!0}load(t){super.load(t),t&&void 0!==t.offset&&(this.offset=(0,s.DT)(t.offset))}}},3571:(t,e,i)=>{i.d(e,{m:()=>o});class o{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))}}},5637:(t,e,i)=>{i.d(e,{i:()=>s});var o=i(397);class s{constructor(){this.h=new o.e,this.s=new o.e,this.l=new o.e}load(t){t&&(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}},1662:(t,e,i)=>{i.d(e,{r:()=>o});class o{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))}}},4023:(t,e,i)=>{i.d(e,{G:()=>o});class o{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))}}},8435:(t,e,i)=>{i.d(e,{s:()=>l});var o=i(1662),s=i(4023),n=i(7412),a=i(8912),r=i(4013);class l{constructor(){this.onClick=new o.r,this.onDiv=new s.G,this.onHover=new n.L,this.resize=new a.z}load(t){if(!t)return;this.onClick.load(t.onClick);const e=t.onDiv;void 0!==e&&(this.onDiv=(0,r.wJ)(e,(t=>{const e=new s.G;return e.load(t),e}))),this.onHover.load(t.onHover),this.resize.load(t.resize)}}},7412:(t,e,i)=>{i.d(e,{L:()=>s});var o=i(1125);class s{constructor(){this.enable=!1,this.mode=[],this.parallax=new o.k}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.parallax.load(t.parallax))}}},1125:(t,e,i)=>{i.d(e,{k:()=>o});class o{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))}}},8912:(t,e,i)=>{i.d(e,{z:()=>o});class o{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))}}},6051:(t,e,i)=>{i.d(e,{k:()=>n});var o=i(8435),s=i(8095);class n{constructor(t,e){this.detectsOn="window",this.events=new o.s,this.modes=new s.d(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)}}},8095:(t,e,i)=>{i.d(e,{d:()=>o});class o{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)}}},522:(t,e,i)=>{i.d(e,{j:()=>s});var o=i(4013);class s{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,o.zw)({},t.options)))}}},5890:(t,e,i)=>{i.d(e,{J:()=>f});var o=i(4013),s=i(5141),n=i(2993),a=i(3571),r=i(6051),l=i(522),c=i(76),d=i(7219),h=i(645),u=i(7405),v=i(4802);class f{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 s.V,this.backgroundMask=new n.T,this.clear=!0,this.defaultThemes={},this.delay=0,this.fullScreen=new a.m,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new r.k(t,e),this.manualParticles=[],this.particles=(0,u.y)(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,o.wJ)(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,v.DT)(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=(0,v.DT)(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;(0,h.Lm)(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 l.j;return e.load(t),e}))),this.particles.load(t.particles),this.style=(0,o.zw)(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.F;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.S;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 o=this.responsive.find((i=>"screen"===i.mode&&screen?i.maxWidth>screen.availWidth:i.maxWidth*e>t));return this.load(o?.options),o?.maxWidth}setTheme(t){if(t){const e=this.themes.find((e=>e.name===t));e&&this.load(e.options)}else{const t=(0,o.lV)("(prefers-color-scheme: dark)"),e=t&&t.matches,i=this._findDefaultTheme(e?"dark":"light");i&&this.load(i.options)}}}},2403:(t,e,i)=>{i.d(e,{O:()=>s});var o=i(645);class s{constructor(){this.value=""}static create(t,e){const i=new s;return i.load(t),void 0!==e&&((0,o.Kg)(e)||(0,o.cy)(e)?i.load({value:e}):i.load(e)),i}load(t){void 0!==t?.value&&(this.value=t.value)}}},2466:(t,e,i)=>{i.d(e,{w:()=>s});var o=i(1165);class s{constructor(){this.horizontal=new o.F,this.vertical=new o.F}load(t){t&&(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}},1165:(t,e,i)=>{i.d(e,{F:()=>s});var o=i(4166);class s extends o.PV{constructor(){super(),this.value=1}}},1991:(t,e,i)=>{i.d(e,{c:()=>r});var o=i(8334),s=i(7632),n=i(2466),a=i(4802);class r{constructor(){this.absorb=new o.N,this.bounce=new n.w,this.enable=!1,this.maxSpeed=50,this.mode="bounce",this.overlap=new s.F}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.DT)(t.maxSpeed)),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}},8334:(t,e,i)=>{i.d(e,{N:()=>o});class o{constructor(){this.speed=2}load(t){t&&void 0!==t.speed&&(this.speed=t.speed)}}},7632:(t,e,i)=>{i.d(e,{F:()=>o});class o{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))}}},8543:(t,e,i)=>{i.d(e,{y:()=>v});var o=i(645),s=i(5456),n=i(5722),a=i(5474),r=i(4905),l=i(6942),c=i(443),d=i(6686),h=i(2150),u=i(4802);class v{constructor(){this.angle=new s.h,this.attract=new n.R,this.center=new a.Z,this.decay=0,this.distance={},this.direction="none",this.drift=0,this.enable=!1,this.gravity=new r.y,this.path=new l.v,this.outModes=new d.j,this.random=!1,this.size=!1,this.speed=2,this.spin=new h.t,this.straight=!1,this.trail=new c.O,this.vibrate=!1,this.warp=!1}load(t){if(!t)return;this.angle.load((0,o.Et)(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.DT)(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance=(0,o.Et)(t.distance)?{horizontal:t.distance,vertical:t.distance}:{...t.distance}),void 0!==t.drift&&(this.drift=(0,u.DT)(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const e=t.outModes;void 0!==e&&((0,o.Gv)(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.DT)(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)}}},5456:(t,e,i)=>{i.d(e,{h:()=>s});var o=i(4802);class s{constructor(){this.offset=0,this.value=90}load(t){t&&(void 0!==t.offset&&(this.offset=(0,o.DT)(t.offset)),void 0!==t.value&&(this.value=(0,o.DT)(t.value)))}}},5722:(t,e,i)=>{i.d(e,{R:()=>s});var o=i(4802);class s{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}load(t){if(t&&(void 0!==t.distance&&(this.distance=(0,o.DT)(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)}}}},5474:(t,e,i)=>{i.d(e,{Z:()=>o});class o{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))}}},4905:(t,e,i)=>{i.d(e,{y:()=>s});var o=i(4802);class s{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=(0,o.DT)(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,o.DT)(t.maxSpeed)))}}},443:(t,e,i)=>{i.d(e,{O:()=>n});var o=i(2403);class s{load(t){t&&(void 0!==t.color&&(this.color=o.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 s}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))}}},6686:(t,e,i)=>{i.d(e,{j:()=>o});class o{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)}}},6942:(t,e,i)=>{i.d(e,{v:()=>n});var o=i(4166),s=i(4013);class n{constructor(){this.clamp=!0,this.delay=new o.PV,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,s.zw)(this.options,t.options)))}}},2150:(t,e,i)=>{i.d(e,{t:()=>n});var o=i(4013),s=i(4802);class n{constructor(){this.acceleration=0,this.enable=!1}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=(0,s.DT)(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),t.position&&(this.position=(0,o.zw)({},t.position)))}}},6963:(t,e,i)=>{i.d(e,{M:()=>o});class o{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)}}},6638:(t,e,i)=>{i.d(e,{N:()=>n});var o=i(6963),s=i(531);class n{constructor(){this.density=new o.M,this.limit=new s.A,this.value=0}load(t){t&&(this.density.load(t.density),this.limit.load(t.limit),void 0!==t.value&&(this.value=t.value))}}},531:(t,e,i)=>{i.d(e,{A:()=>o});class o{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))}}},5807:(t,e,i)=>{i.d(e,{Y:()=>n});var o=i(9657),s=i(4166);class n extends s.AI{constructor(){super(),this.animation=new o.I,this.value=1}load(t){if(!t)return;super.load(t);const e=t.animation;void 0!==e&&this.animation.load(e)}}},9657:(t,e,i)=>{i.d(e,{I:()=>s});var o=i(1066);class s extends o.Q{constructor(){super(),this.destroy="none",this.speed=2}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}},7969:(t,e,i)=>{i.d(e,{U:()=>m});var o=i(4013),s=i(3731),n=i(1991);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,o.zw)(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(8543),l=i(5807),c=i(2466),d=i(6638),h=i(5202),u=i(43),v=i(1559),f=i(1374),p=i(105);class m{constructor(t,e){this._engine=t,this._container=e,this.bounce=new c.w,this.collisions=new n.c,this.color=new s.A,this.color.value="#fff",this.effect=new a,this.groups={},this.move=new r.y,this.number=new d.N,this.opacity=new l.Y,this.reduceDuplicates=!1,this.shadow=new h.V,this.shape=new u.y,this.size=new v.o,this.stroke=new f.t,this.zIndex=new p.P}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,o.zw)(this.groups[e]??{},i))}void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.bounce.load(t.bounce),this.color.load(s.A.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,o.zw)({},t.interactivity));const e=t.stroke;if(e&&(this.stroke=(0,o.wJ)(e,(t=>{const e=new f.t;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)}}}},5202:(t,e,i)=>{i.d(e,{V:()=>s});var o=i(2403);class s{constructor(){this.blur=0,this.color=new o.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=o.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)))}}},43:(t,e,i)=>{i.d(e,{y:()=>s});var o=i(4013);class s{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,o.zw)(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)}}},1559:(t,e,i)=>{i.d(e,{o:()=>n});var o=i(4166),s=i(1409);class n extends o.AI{constructor(){super(),this.animation=new s.q,this.value=3}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}},1409:(t,e,i)=>{i.d(e,{q:()=>s});var o=i(1066);class s extends o.Q{constructor(){super(),this.destroy="none",this.speed=5}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}},1374:(t,e,i)=>{i.d(e,{t:()=>n});var o=i(3731),s=i(4802);class n{constructor(){this.width=0}load(t){t&&(void 0!==t.color&&(this.color=o.A.create(this.color,t.color)),void 0!==t.width&&(this.width=(0,s.DT)(t.width)),void 0!==t.opacity&&(this.opacity=(0,s.DT)(t.opacity)))}}},105:(t,e,i)=>{i.d(e,{P:()=>s});var o=i(4166);class s extends o.PV{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))}}},76:(t,e,i)=>{i.d(e,{F:()=>s});var o=i(4013);class s{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,o.zw)({},t.options)))}}},7219:(t,e,i)=>{i.d(e,{S:()=>n});var o=i(5026),s=i(4013);class n{constructor(){this.name="",this.default=new o.f}load(t){t&&(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=(0,s.zw)({},t.options)))}}},5026:(t,e,i)=>{i.d(e,{f:()=>o});class o{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))}}},4166:(t,e,i)=>{i.d(e,{AI:()=>r,Jm:()=>a,PV:()=>n});var o=i(1066),s=i(4802);class n{constructor(){this.value=0}load(t){t&&void 0!==t.value&&(this.value=(0,s.DT)(t.value))}}class a extends n{constructor(){super(),this.animation=new o.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 o.Q}load(t){super.load(t)}}},1745:(t,e,i)=>{i.d(e,{IU:()=>l,KG:()=>h,Md:()=>r,QC:()=>d,Sn:()=>a,V6:()=>n,Wb:()=>f,e_:()=>v,gF:()=>u,p0:()=>c,yx:()=>p});var o=i(746);const s={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(s.x,s.y,e.width,e.height)}function r(t,e,i,o){i&&(t.globalAlpha=o,t.drawImage(i,s.x,s.y,e.width,e.height),t.globalAlpha=1)}function l(t,e){t.clearRect(s.x,s.y,e.width,e.height)}function c(t){const{container:e,context:i,particle:s,delta:n,colorStyles:a,backgroundMask:r,composite:l,radius:c,opacity:v,shadow:f,transform:p}=t,m=s.getPosition(),g=s.rotation+(s.pathRotation?s.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=s.shadowColor;f.enable&&x&&(i.shadowBlur=f.blur,i.shadowColor=(0,o.xx)(x),i.shadowOffsetX=f.offset.x,i.shadowOffsetY=f.offset.y),a.fill&&(i.fillStyle=a.fill);const M=s.strokeWidth??0;i.lineWidth=M,a.stroke&&(i.strokeStyle=a.stroke);const z={container:e,context:i,particle:s,radius:c,opacity:v,delta:n,transformData:w,strokeWidth:M};h(z),u(z),d(z),i.globalCompositeOperation="source-over",i.resetTransform()}function d(t){const{container:e,context:i,particle:o,radius:s,opacity:n,delta:a,transformData:r}=t;if(!o.effect)return;const l=e.effectDrawers.get(o.effect);l&&l.draw({context:i,particle:o,radius:s,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}function h(t){const{container:e,context:i,particle:o,radius:s,opacity:n,delta:a,strokeWidth:r,transformData:l}=t;if(!o.shape)return;const c=e.shapeDrawers.get(o.shape);c&&(i.beginPath(),c.draw({context:i,particle:o,radius:s,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...l}}),o.shapeClose&&i.closePath(),r>0&&i.stroke(),o.shapeFill&&i.fill())}function u(t){const{container:e,context:i,particle:o,radius:s,opacity:n,delta:a,transformData:r}=t;if(!o.shape)return;const l=e.shapeDrawers.get(o.shape);l?.afterDraw&&l.afterDraw({context:i,particle:o,radius:s,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}function v(t,e,i){e.draw&&e.draw(t,i)}function f(t,e,i,o){e.drawParticle&&e.drawParticle(t,i,o)}function p(t,e,i){return{h:t.h,s:t.s,l:t.l+("darken"===e?-1:1)*i}}},746:(t,e,i)=>{i.d(e,{BN:()=>u,EY:()=>O,Jv:()=>R,K6:()=>m,Ko:()=>D,LC:()=>z,OH:()=>x,O_:()=>S,PG:()=>T,R5:()=>p,YL:()=>b,_h:()=>P,a9:()=>d,ay:()=>w,eg:()=>y,mK:()=>f,pz:()=>E,qe:()=>v,xx:()=>M,zI:()=>g});var o=i(4802),s=i(645),n=i(6299),a=i(4013);const r="random",l="mid",c=new Map;function d(t){c.set(t.key,t)}function h(t){for(const[,e]of c)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,o,s)=>e+e+i+i+o+o+(void 0!==s?s+s:""))),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 u(t,e,i=!0){if(!t)return;const o=(0,s.Kg)(t)?{value:t}:t;if((0,s.Kg)(o.value))return v(o.value,e,i);if((0,s.cy)(o.value))return u({value:(0,a.Vh)(o.value,e,i)});for(const[,t]of c){const e=t.handleRangeColor(o);if(e)return e}}function v(t,e,i=!0){if(!t)return;const o=(0,s.Kg)(t)?{value:t}:t;if((0,s.Kg)(o.value))return o.value===r?x():y(o.value);if((0,s.cy)(o.value))return v({value:(0,a.Vh)(o.value,e,i)});for(const[,t]of c){const e=t.handleColor(o);if(e)return e}}function f(t,e,i=!0){const o=v(t,e,i);return o?m(o):void 0}function p(t,e,i=!0){const o=u(t,e,i);return o?m(o):void 0}function m(t){const e=t.r/255,i=t.g/255,o=t.b/255,s=Math.max(e,i,o),n=Math.min(e,i,o),a={h:0,l:.5*(s+n),s:0};return s!==n&&(a.s=a.l<.5?(s-n)/(s+n):(s-n)/(2-s-n),a.h=e===s?(i-o)/(s-n):a.h=i===s?2+(o-e)/(s-n):4+(e-i)/(s-n)),a.l*=100,a.s*=100,a.h*=60,a.h<0&&(a.h+=360),a.h>=360&&(a.h-=360),a}function g(t){return h(t)?.a}function y(t){return h(t)}function b(t){const e=360,i=(t.h%e+e)%e,o=Math.max(0,Math.min(100,t.s)),s=i/e,n=o/100,a=Math.max(0,Math.min(100,t.l))/100,r=255;if(0===o){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,s+h)),v=Math.min(r,r*l(d,c,s)),f=Math.min(r,r*l(d,c,s-h));return{r:Math.round(u),g:Math.round(v),b:Math.round(f)}}function w(t){const e=b(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}function x(t){const e=t??0;return{b:Math.floor((0,o.U4)((0,o.DT)(e,256))),g:Math.floor((0,o.U4)((0,o.DT)(e,256))),r:Math.floor((0,o.U4)((0,o.DT)(e,256)))}}function M(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function z(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function O(t,e,i,s){let n=t,a=e;return void 0===n.r&&(n=b(t)),void 0===a.r&&(a=b(e)),{b:(0,o.jh)(n.b,a.b,i,s),g:(0,o.jh)(n.g,a.g,i,s),r:(0,o.jh)(n.r,a.r,i,s)}}function P(t,e,i){if(i===r)return x();if(i!==l)return i;{const i=t.getFillColor()??t.getStrokeColor(),o=e?.getFillColor()??e?.getStrokeColor();if(i&&o&&e)return O(i,o,t.getRadius(),e.getRadius());{const t=i??o;if(t)return b(t)}}}function T(t,e,i){const o=(0,s.Kg)(t)?t:t.value;return o===r?i?u({value:o}):e?r:l:o===l?l:u({value:o})}function S(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function E(t,e,i){const o={h:{enable:!1,value:t.h},s:{enable:!1,value:t.s},l:{enable:!1,value:t.l}};return e&&(k(o.h,e.h,i),k(o.s,e.s,i),k(o.l,e.l,i)),o}function k(t,e,i){t.enable=e.enable;t.enable?(t.velocity=(0,o.VG)(e.speed)/n.a5*i,t.decay=1-(0,o.VG)(e.decay),t.status="increasing",t.loops=0,t.maxLoops=(0,o.VG)(e.count),t.time=0,t.delayTime=(0,o.VG)(e.delay)*n.Xu,e.sync||(t.velocity*=(0,o.G0)(),t.value*=(0,o.G0)()),t.initialValue=t.value,t.offset=(0,o.DT)(e.offset)):t.velocity=0}function D(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 n=t.offset?(0,o.U4)(t.offset):0,a=(t.velocity??0)*s.factor+3.6*n,r=t.decay??1,l=(0,o.W9)(e),c=(0,o.Sg)(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,o.qE)(t.value,c,l)}function R(t,e){if(!t)return;const{h:i,s:o,l:s}=t,n={min:0,max:100},a={min:0,max:100};i&&D(i,{min:0,max:360},!1,e),o&&D(o,n,!0,e),s&&D(s,a,!0,e)}},4802:(t,e,i)=>{i.d(e,{$m:()=>O,DT:()=>b,G0:()=>u,JY:()=>z,M3:()=>R,Mh:()=>S,Nx:()=>k,OE:()=>h,OW:()=>P,Sg:()=>g,U4:()=>p,VG:()=>m,W9:()=>y,Yf:()=>x,eh:()=>T,il:()=>d,jh:()=>f,l1:()=>E,nL:()=>c,pu:()=>M,qE:()=>v,qM:()=>D,vr:()=>w});var o=i(4930),s=i(645),n=i(6299);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,o){return Math.floor((t*i+e*o)/(i+o))}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,s.Et)(t)?t:p(t)}function g(t){return(0,s.Et)(t)?t:t.min}function y(t){return(0,s.Et)(t)?t:t.max}function b(t,e){if(t===e||void 0===e&&(0,s.Et)(t))return t;const i=g(t),o=y(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(o,e)}:b(i,o)}function w(t,e){const i=t.x-e.x,o=t.y-e.y;return{dx:i,dy:o,distance:Math.sqrt(i**2+o**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,s.Et)(t))return M(t);const o=.25;switch(t){case"top":return.5*-Math.PI;case"top-right":return-Math.PI*o;case"right":return 0;case"bottom-right":return Math.PI*o;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 O(t){const e=o.M.origin;return e.length=1,e.angle=t,e}function P(t,e,i,s){return o.M.create(t.x*(i-s)/(i+s)+2*e.x*s/(i+s),t.y)}function T(t){return void 0!==t.position?.x&&void 0!==t.position.y?{x:t.position.x*t.size.width/n.a5,y:t.position.y*t.size.height/n.a5}:void 0}function S(t){return{x:(t.position?.x??u()*n.a5)*t.size.width/n.a5,y:(t.position?.y??u()*n.a5)*t.size.height/n.a5}}function E(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 S({size:t.size,position:e})}function k(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 k({size:t.size,position:e})}function R(t){return t?t.endsWith("%")?parseFloat(t)/n.a5:parseFloat(t):1}},7405:(t,e,i)=>{i.d(e,{Z:()=>s,y:()=>n});var o=i(7969);function s(t,...e){for(const i of e)t.load(i)}function n(t,e,...i){const n=new o.U(t,e);return s(n,...i),n}},645:(t,e,i)=>{function o(t){return"boolean"==typeof t}function s(t){return"string"==typeof t}function n(t){return"number"==typeof t}function a(t){return"function"==typeof t}function r(t){return"object"==typeof t&&null!==t}function l(t){return Array.isArray(t)}i.d(e,{Et:()=>n,Gv:()=>r,Kg:()=>s,Lm:()=>o,Tn:()=>a,cy:()=>l})},4013:(t,e,i)=>{i.d(e,{AE:()=>M,Al:()=>g,B9:()=>h,BR:()=>f,Br:()=>l,E9:()=>C,NV:()=>S,O2:()=>x,S7:()=>T,TA:()=>_,Tg:()=>E,Tj:()=>w,U6:()=>P,UC:()=>L,Vh:()=>b,Xs:()=>V,YC:()=>G,hn:()=>m,iK:()=>O,jo:()=>D,lV:()=>v,n0:()=>y,pE:()=>k,q8:()=>u,tG:()=>p,tZ:()=>c,w3:()=>A,wJ:()=>R,zw:()=>z});var o=i(4802),s=i(6299),n=i(645),a=i(4930);const r={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function l(t){r.debug=t.debug||r.debug,r.error=t.error||r.error,r.info=t.info||r.info,r.log=t.log||r.log,r.verbose=t.verbose||r.verbose,r.warning=t.warning||r.warning}function c(){return r}function d(t){const e={bounced:!1},{pSide:i,pOtherSide:o,rectSide:s,rectOtherSide:n,velocity:a,factor:r}=t;return o.min<n.min||o.min>n.max||o.max<n.min||o.max>n.max||(i.max>=s.min&&i.max<=.5*(s.max+s.min)&&a>0||i.min<=s.max&&i.min>.5*(s.max+s.min)&&a<0)&&(e.velocity=a*-r,e.bounced=!0),e}function h(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function u(){return!h()&&"undefined"!=typeof matchMedia}function v(t){if(u())return matchMedia(t)}function f(t){if(!h()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}function p(t){if(!h()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}function m(t,e){return t===e||(0,n.cy)(e)&&e.indexOf(t)>-1}async function g(t,e){try{await document.fonts.load(`${e??"400"} 36px '${t??"Verdana"}'`)}catch{}}function y(t){return Math.floor((0,o.G0)()*t.length)}function b(t,e,i=!0){return t[void 0!==e&&i?e%t.length:y(t)]}function w(t,e,i,o,s){return x(M(t,o??0),e,i,s)}function x(t,e,i,o){let s=!0;return o&&"bottom"!==o||(s=t.top<e.height+i.x),!s||o&&"left"!==o||(s=t.right>i.x),!s||o&&"right"!==o||(s=t.left<e.width+i.y),!s||o&&"top"!==o||(s=t.bottom>i.y),s}function M(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function z(t,...e){for(const i of e){if(null==i)continue;if(!(0,n.Gv)(i)){t=i;continue}const e=Array.isArray(i);!e||!(0,n.Gv)(t)&&t&&Array.isArray(t)?e||!(0,n.Gv)(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const o=i[e],s=t;s[e]=(0,n.Gv)(o)&&Array.isArray(o)?o.map((t=>z(s[e],t))):z(s[e],o)}}return t}function O(t,e){return!!A(e,(e=>e.enable&&m(t,e.mode)))}function P(t,e,i){R(e,(e=>{const o=e.mode;e.enable&&m(t,o)&&T(e,i)}))}function T(t,e){R(t.selectors,(i=>{e(i,t)}))}function S(t,e){if(e&&t)return A(t,(t=>function(t,e){const i=R(e,(e=>t.matches(e)));return(0,n.cy)(i)?i.some((t=>t)):i}(e,t.selectors)))}function E(t){return{position:t.getPosition(),radius:t.getRadius(),mass:t.getMass(),velocity:t.velocity,factor:a.M.create((0,o.VG)(t.options.bounce.horizontal.value),(0,o.VG)(t.options.bounce.vertical.value))}}function k(t,e){const{x:i,y:s}=t.velocity.sub(e.velocity),[n,a]=[t.position,e.position],{dx:r,dy:l}=(0,o.vr)(a,n);if(i*r+s*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,o.OW)(u,v,d,h),p=(0,o.OW)(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 D(t,e){const i=M(t.getPosition(),t.getRadius()),s=t.options.bounce,n=d({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,o.VG)(s.horizontal.value)});n.bounced&&(void 0!==n.velocity&&(t.velocity.x=n.velocity),void 0!==n.position&&(t.position.x=n.position));const a=d({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,o.VG)(s.vertical.value)});a.bounced&&(void 0!==a.velocity&&(t.velocity.y=a.velocity),void 0!==a.position&&(t.position.y=a.position))}function R(t,e){return(0,n.cy)(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function _(t,e,i){return(0,n.cy)(t)?b(t,e,i):t}function A(t,e){if((0,n.cy)(t))return t.find(((t,i)=>e(t,i)));return e(t,0)?t:void 0}function V(t,e){const i=t.value,n=t.animation,a={delayTime:(0,o.VG)(n.delay)*s.Xu,enable:n.enable,value:(0,o.VG)(t.value)*e,max:(0,o.W9)(i)*e,min:(0,o.Sg)(i)*e,loops:0,maxLoops:(0,o.VG)(n.count),time:0};if(n.enable){switch(a.decay=1-(0,o.VG)(n.decay),n.mode){case"increase":a.status="increasing";break;case"decrease":a.status="decreasing";break;case"random":a.status=(0,o.G0)()>=s.N3?"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,o.U4)(a),t&&(a.status=(0,o.G0)()>=s.N3?"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/s.a5*e.width,y:t.y/s.a5*e.height}:{width:t.width/s.a5*e.width,height:t.height/s.a5*e.height}}function C(t,e){return I(t,e)}function G(t,e){return I(t,e)}function L(t,e,i,s,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,o,s){switch(e){case"max":i>=s&&t.destroy();break;case"min":i<=o&&t.destroy()}}(t,s,e.value,r,l),t.destroyed||(e.value=(0,o.qE)(e.value,r,l))}}}},o={};function s(t){var e=o[t];if(void 0!==e)return e.exports;var n=o[t]={exports:{}};return i[t](n,n.exports,s),n.exports}s.m=i,s.d=(t,e)=>{for(var i in e)s.o(e,i)&&!s.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},s.f={},s.e=t=>Promise.all(Object.keys(s.f).reduce(((e,i)=>(s.f[i](t,e),e)),[])),s.u=t=>t+".min.js",s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),t={},e="@tsparticles/engine:",s.l=(i,o,n,a)=>{if(t[i])t[i].push(o);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,s.nc&&r.setAttribute("nonce",s.nc),r.setAttribute("data-webpack",e+n),r.src=i),t[i]=[o];var u=(e,o)=>{r.onerror=r.onload=null,clearTimeout(v);var s=t[i];if(delete t[i],r.parentNode&&r.parentNode.removeChild(r),s&&s.forEach((t=>t(o))),e)return e(o)},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)}},s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{var t;s.g.importScripts&&(t=s.g.location+"");var e=s.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var i=e.getElementsByTagName("script");if(i.length)for(var o=i.length-1;o>-1&&(!t||!/^http(s?):/.test(t));)t=i[o--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),s.p=t})(),(()=>{var t={397:0};s.f.j=(e,i)=>{var o=s.o(t,e)?t[e]:void 0;if(0!==o)if(o)i.push(o[2]);else{var n=new Promise(((i,s)=>o=t[e]=[i,s]));i.push(o[2]=n);var a=s.p+s.u(e),r=new Error;s.l(a,(i=>{if(s.o(t,e)&&(0!==(o=t[e])&&(t[e]=void 0),o)){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,o[1](r)}}),"chunk-"+e,e)}};var e=(e,i)=>{var o,n,a=i[0],r=i[1],l=i[2],c=0;if(a.some((e=>0!==t[e]))){for(o in r)s.o(r,o)&&(s.m[o]=r[o]);if(l)l(s)}for(e&&e(i);c<a.length;c++)n=a[c],s.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(()=>{s.r(n),s.d(n,{AnimatableColor:()=>m.A,AnimationOptions:()=>g.p,AnimationValueWithRandom:()=>dt.Jm,Background:()=>y.V,BackgroundMask:()=>b.T,BackgroundMaskCover:()=>w.y,BaseRange:()=>f.dg,Circle:()=>f.jl,ClickEvent:()=>O.r,Collisions:()=>G.c,CollisionsAbsorb:()=>L.N,CollisionsOverlap:()=>F.F,ColorAnimation:()=>x.e,DivEvent:()=>P.G,Events:()=>T.s,ExternalInteractorBase:()=>h,FullScreen:()=>M.m,HoverEvent:()=>S.L,HslAnimation:()=>z.i,HslColorManager:()=>c,Interactivity:()=>D.k,ManualParticle:()=>_.j,Modes:()=>R.d,Move:()=>K.y,MoveAngle:()=>$.h,MoveAttract:()=>N.R,MoveCenter:()=>q.Z,MoveGravity:()=>U.y,MovePath:()=>Y.v,MoveTrail:()=>Z.O,Opacity:()=>et.Y,OpacityAnimation:()=>it.I,Options:()=>A.J,OptionsColor:()=>V.O,OutModes:()=>H.j,Parallax:()=>E.k,ParticlesBounce:()=>I.w,ParticlesBounceFactor:()=>C.F,ParticlesDensity:()=>tt.M,ParticlesInteractorBase:()=>u,ParticlesNumber:()=>Q.N,ParticlesNumberLimit:()=>X.A,ParticlesOptions:()=>B.U,Point:()=>v.b,RangedAnimationOptions:()=>g.Q,RangedAnimationValueWithRandom:()=>dt.AI,Rectangle:()=>f.M_,ResizeEvent:()=>k.z,Responsive:()=>rt.F,RgbColorManager:()=>d,Shadow:()=>j.V,Shape:()=>ot.y,Size:()=>st.o,SizeAnimation:()=>nt.q,Spin:()=>J.t,Stroke:()=>W.t,Theme:()=>lt.S,ThemeDefault:()=>ct.f,ValueWithRandom:()=>dt.PV,Vector:()=>p.M,Vector3d:()=>p.p,ZIndex:()=>at.P,addColorManager:()=>l.a9,addEasing:()=>o.nL,alterHsl:()=>ht.yx,areBoundsInside:()=>e.O2,arrayRandomIndex:()=>e.n0,calcExactPositionOrRandomFromSize:()=>o.Nx,calcExactPositionOrRandomFromSizeRanged:()=>o.qM,calcPositionFromSize:()=>o.eh,calcPositionOrRandomFromSize:()=>o.Mh,calcPositionOrRandomFromSizeRanged:()=>o.l1,calculateBounds:()=>e.AE,circleBounce:()=>e.pE,circleBounceDataFromParticle:()=>e.Tg,clamp:()=>o.qE,clear:()=>ht.IU,collisionVelocity:()=>o.OW,colorMix:()=>l.EY,colorToHsl:()=>l.mK,colorToRgb:()=>l.qe,deepExtend:()=>e.zw,degToRad:()=>o.pu,divMode:()=>e.NV,divModeExecute:()=>e.U6,drawEffect:()=>ht.QC,drawLine:()=>ht.V6,drawParticle:()=>ht.p0,drawParticlePlugin:()=>ht.Wb,drawPlugin:()=>ht.e_,drawShape:()=>ht.KG,drawShapeAfterDraw:()=>ht.gF,errorPrefix:()=>t.dI,executeOnSingleOrMultiple:()=>e.wJ,findItemFromSingleOrMultiple:()=>e.w3,generatedAttribute:()=>t.eb,getDistance:()=>o.Yf,getDistances:()=>o.vr,getEasing:()=>o.il,getHslAnimationFromHsl:()=>l.pz,getHslFromAnimation:()=>l.O_,getLinkColor:()=>l._h,getLinkRandomColor:()=>l.PG,getLogger:()=>e.tZ,getParticleBaseVelocity:()=>o.$m,getParticleDirectionAngle:()=>o.JY,getPosition:()=>e.E9,getRandom:()=>o.G0,getRandomRgbColor:()=>l.OH,getRangeMax:()=>o.W9,getRangeMin:()=>o.Sg,getRangeValue:()=>o.VG,getSize:()=>e.YC,getStyleFromHsl:()=>l.LC,getStyleFromRgb:()=>l.xx,halfRandom:()=>t.N3,hasMatchMedia:()=>e.q8,hslToRgb:()=>l.YL,hslaToRgba:()=>l.ay,initParticleNumericAnimationValue:()=>e.Xs,isArray:()=>vt.cy,isBoolean:()=>vt.Lm,isDivModeEnabled:()=>e.iK,isFunction:()=>vt.Tn,isInArray:()=>e.hn,isNumber:()=>vt.Et,isObject:()=>vt.Gv,isPointInside:()=>e.Tj,isSsr:()=>e.B9,isString:()=>vt.Kg,itemFromArray:()=>e.Vh,itemFromSingleOrMultiple:()=>e.TA,loadFont:()=>e.Al,loadOptions:()=>ut.Z,loadParticlesOptions:()=>ut.y,millisecondsToSeconds:()=>t.Xu,mix:()=>o.jh,mouseDownEvent:()=>t.ms,mouseLeaveEvent:()=>t.Z0,mouseMoveEvent:()=>t.Rb,mouseOutEvent:()=>t.sf,mouseUpEvent:()=>t.vo,paintBase:()=>ht.Sn,paintImage:()=>ht.Md,parseAlpha:()=>o.M3,percentDenominator:()=>t.a5,randomInRange:()=>o.U4,rangeColorToHsl:()=>l.R5,rangeColorToRgb:()=>l.BN,rectBounce:()=>e.jo,resizeEvent:()=>t.NF,rgbToHsl:()=>l.K6,safeIntersectionObserver:()=>e.BR,safeMatchMedia:()=>e.lV,safeMutationObserver:()=>e.tG,setLogger:()=>e.Br,setRandom:()=>o.OE,setRangeValue:()=>o.DT,singleDivModeExecute:()=>e.S7,stringToAlpha:()=>l.zI,stringToRgb:()=>l.eg,touchCancelEvent:()=>t.G3,touchEndEvent:()=>t.Bp,touchMoveEvent:()=>t.DG,touchStartEvent:()=>t.s7,tsParticles:()=>ft,updateAnimation:()=>e.UC,updateColor:()=>l.Jv,updateColorValue:()=>l.Ko,visibilityChangeEvent:()=>t.nK});var t=s(6299),e=s(4013);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 o=i.length,s=i.indexOf(e);if(s<0)return;1===o?this._listeners.delete(t):i.splice(s,1)}}var o=s(4802);async function a(t,e,i,o=!1){let s=e.get(t);return s&&!o||(s=await Promise.all([...i.values()].map((e=>e(t)))),e.set(t,s)),s}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.3.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,i,o=!0){(0,e.wJ)(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,i)})),await this.refresh(o)}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,o=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(o)}async addShape(t,i,o=!0){(0,e.wJ)(t,(t=>{this.getShapeDrawer(t)||this.shapeDrawers.set(t,i)})),await this.refresh(o)}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,o.G0)())}`,{index:a,url:r}=i,l=r?await async function(i){const o=(0,e.TA)(i.url,i.index);if(!o)return i.fallback;const s=await fetch(o);return s.ok?await s.json():((0,e.tZ)().error(`${t.dI} ${s.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.TA)(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.eb]="false";else{const e=c.getElementsByTagName("canvas");if(e.length){v=e[0],v.dataset[t.eb]="false"}else v=document.createElement("canvas"),v.dataset[t.eb]="true",c.appendChild(v)}v.style.width||(v.style.width="100%"),v.style.height||(v.style.height="100%");const{Container:f}=await s.e(174).then(s.bind(s,1174)),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 o=this.updaters.get(t);if(o)for(const t of o)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.dI} can only set click handlers after calling tsParticles.load()`);for(const t of i)t.addClickHandler(e)}}var l=s(746);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.YL)(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return(0,l.YL)({h:(0,o.VG)(e.h),l:(0,o.VG)(e.l),s:(0,o.VG)(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.ay)({a:e.length>4?(0,o.M3)(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,o.VG)(e.r),g:(0,o.VG)(e.g),b:(0,o.VG)(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,o.M3)(e[5]):1,b:parseInt(e[3],10),g:parseInt(e[2],10),r:parseInt(e[1],10)}:void 0}}class h{constructor(t){this.type="external",this.container=t}}class u{constructor(t){this.type="particles",this.container=t}}var v=s(888),f=s(6858),p=s(4930),m=s(3731),g=s(1066),y=s(5141),b=s(2993),w=s(9878),x=s(397),M=s(3571),z=s(5637),O=s(1662),P=s(4023),T=s(8435),S=s(7412),E=s(1125),k=s(8912),D=s(6051),R=s(8095),_=s(522),A=s(5890),V=s(2403),I=s(2466),C=s(1165),G=s(1991),L=s(8334),F=s(7632),B=s(7969),j=s(5202),W=s(1374),N=s(5722),K=s(8543),$=s(5456),q=s(5474),U=s(4905),H=s(6686),Y=s(6942),J=s(2150),Z=s(443),Q=s(6638),X=s(531),tt=s(6963),et=s(5807),it=s(9657),ot=s(43),st=s(1559),nt=s(1409),at=s(105),rt=s(76),lt=s(7219),ct=s(5026),dt=s(4166),ht=s(1745),ut=s(7405),vt=s(645);const ft=function(){const t=new d,e=new c;(0,l.a9)(t),(0,l.a9)(e);const i=new r;return i.init(),i}();(0,e.B9)()||(window.tsParticles=ft)})(),n})()));
@@ -1 +1 @@
1
- /*! tsParticles Engine v3.2.2 by Matteo Bruni */
1
+ /*! tsParticles Engine v3.3.0 by Matteo Bruni */
@@ -23,10 +23,10 @@ export declare class Canvas {
23
23
  clear(): void;
24
24
  destroy(): void;
25
25
  draw<T>(cb: (context: CanvasRenderingContext2D) => T): T | undefined;
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>;
26
+ drawAsync<T>(cb: (context: CanvasRenderingContext2D) => T): T | undefined;
27
+ drawParticle(particle: Particle, delta: IDelta): void;
28
+ drawParticlePlugin(plugin: IContainerPlugin, particle: Particle, delta: IDelta): void;
29
+ drawPlugin(plugin: IContainerPlugin, delta: IDelta): void;
30
30
  init(): Promise<void>;
31
31
  initBackground(): void;
32
32
  initPlugins(): void;
@@ -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) => Promise<void>;
10
- drawParticle?: (context: CanvasRenderingContext2D, particle: Particle, delta: IDelta) => Promise<void>;
9
+ draw?: (context: CanvasRenderingContext2D, delta: IDelta) => void;
10
+ drawParticle?: (context: CanvasRenderingContext2D, particle: Particle, delta: IDelta) => 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) => Promise<boolean>;
14
+ particleBounce?: (particle: Particle, delta: IDelta, direction: OutModeDirection) => boolean;
15
15
  particleCreated?: (particle: Particle) => void;
16
16
  particleDestroyed?: (particle: Particle, override?: boolean) => void;
17
17
  particleFillColor?: (particle: Particle) => string | IOptionsColor | undefined;
@@ -26,5 +26,5 @@ export interface IContainerPlugin {
26
26
  resize?: () => void;
27
27
  start?: () => Promise<void>;
28
28
  stop?: () => void;
29
- update?: (delta: IDelta) => Promise<void>;
29
+ update?: (delta: IDelta) => void;
30
30
  }
@@ -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>) => Promise<void>;
6
+ draw: (data: IShapeDrawData<TParticle>) => void;
7
7
  init?: (container: Container) => Promise<void>;
8
- loadEffect?: (particle: TParticle) => Promise<void>;
9
- particleInit?: (container: Container, particle: TParticle) => Promise<void>;
8
+ loadEffect?: (particle: TParticle) => void;
9
+ particleInit?: (container: Container, particle: TParticle) => void;
10
10
  }
@@ -7,6 +7,6 @@ import type { RecursivePartial } from "../../Types/RecursivePartial.js";
7
7
  export interface IExternalInteractor<TParticle extends Particle = Particle> extends IInteractor<TParticle> {
8
8
  handleClickMode?: (mode: string) => void;
9
9
  loadModeOptions?: (options: Modes, ...sources: RecursivePartial<IModes | undefined>[]) => void;
10
- interact(delta: IDelta): Promise<void>;
10
+ interact(delta: IDelta): void;
11
11
  isEnabled(particle?: TParticle): boolean;
12
12
  }
@@ -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/Vectors.js";
5
5
  export interface IMovePathGenerator {
6
- generate: (particle: Particle, delta: IDelta) => Promise<Vector>;
7
- init: (container: Container) => Promise<void>;
6
+ generate: (particle: Particle, delta: IDelta) => Vector;
7
+ init: (container: Container) => 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): Promise<void>;
4
+ init(particle: Particle): void;
5
5
  isEnabled(particle: Particle): boolean;
6
- move(particle: Particle, delta: IDelta): Promise<void>;
6
+ move(particle: Particle, delta: IDelta): 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): Promise<void>;
16
+ init(particle: Particle): void;
17
17
  isEnabled(particle: Particle): boolean;
18
- update(particle: Particle, delta: IDelta): Promise<void>;
18
+ update(particle: Particle, delta: IDelta): void;
19
19
  }
@@ -2,6 +2,6 @@ import type { IDelta } from "./IDelta.js";
2
2
  import type { IInteractor } from "./IInteractor.js";
3
3
  import type { Particle } from "../Particle.js";
4
4
  export interface IParticlesInteractor<TParticle extends Particle = Particle> extends IInteractor<TParticle> {
5
- interact(particle: TParticle, delta: IDelta): Promise<void>;
5
+ interact(particle: TParticle, delta: IDelta): void;
6
6
  isEnabled(particle: TParticle): boolean;
7
7
  }
@@ -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>) => Promise<void>;
5
+ afterDraw?: (data: IShapeDrawData<TParticle>) => void;
6
6
  destroy?: (container: Container) => void;
7
- draw: (data: IShapeDrawData<TParticle>) => Promise<void>;
7
+ draw: (data: IShapeDrawData<TParticle>) => void;
8
8
  getSidesCount?: (particle: TParticle) => number;
9
9
  init?: (container: Container) => Promise<void>;
10
- loadShape?: (particle: TParticle) => Promise<void>;
10
+ loadShape?: (particle: TParticle) => void;
11
11
  particleDestroy?: (particle: TParticle) => void;
12
- particleInit?: (container: Container, particle: TParticle) => Promise<void>;
12
+ particleInit?: (container: Container, particle: TParticle) => void;
13
13
  }
@@ -68,13 +68,13 @@ export declare class Particle {
68
68
  private readonly _engine;
69
69
  constructor(engine: Engine, container: Container);
70
70
  destroy(override?: boolean): void;
71
- draw(delta: IDelta): Promise<void>;
71
+ draw(delta: IDelta): void;
72
72
  getFillColor(): IHsl | undefined;
73
73
  getMass(): number;
74
74
  getPosition(): ICoordinates3d;
75
75
  getRadius(): number;
76
76
  getStrokeColor(): IHsl | undefined;
77
- init(id: number, position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): Promise<void>;
77
+ init(id: number, position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): void;
78
78
  isInsideCanvas(): boolean;
79
79
  isVisible(): boolean;
80
80
  reset(): void;
@@ -7,7 +7,7 @@ import type { IMouseData } from "./Interfaces/IMouseData.js";
7
7
  import type { IParticleMover } from "./Interfaces/IParticleMover.js";
8
8
  import type { IParticleUpdater } from "./Interfaces/IParticleUpdater.js";
9
9
  import type { IParticlesOptions } from "../Options/Interfaces/Particles/IParticlesOptions.js";
10
- import type { Particle } from "./Particle.js";
10
+ import { Particle } from "./Particle.js";
11
11
  import { QuadTree } from "./Utils/QuadTree.js";
12
12
  import type { RecursivePartial } from "../Types/RecursivePartial.js";
13
13
  export declare class Particles {
@@ -29,26 +29,26 @@ export declare class Particles {
29
29
  private _zArray;
30
30
  constructor(engine: Engine, container: Container);
31
31
  get count(): number;
32
- addManualParticles(): Promise<void>;
33
- addParticle(position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string, initializer?: (particle: Particle) => boolean): Promise<Particle | undefined>;
32
+ addManualParticles(): void;
33
+ addParticle(position?: ICoordinates, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string, initializer?: (particle: Particle) => boolean): Particle | undefined;
34
34
  clear(): void;
35
35
  destroy(): void;
36
- draw(delta: IDelta): Promise<void>;
36
+ draw(delta: IDelta): void;
37
37
  filter(condition: (particle: Particle) => boolean): Particle[];
38
38
  find(condition: (particle: Particle) => boolean): Particle | undefined;
39
39
  get(index: number): Particle | undefined;
40
40
  handleClickMode(mode: string): void;
41
41
  init(): Promise<void>;
42
42
  initPlugins(): Promise<void>;
43
- push(nb: number, mouse?: IMouseData, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): Promise<void>;
43
+ push(nb: number, mouse?: IMouseData, overrideOptions?: RecursivePartial<IParticlesOptions>, group?: string): void;
44
44
  redraw(): Promise<void>;
45
45
  remove(particle: Particle, group?: string, override?: boolean): void;
46
46
  removeAt(index: number, quantity?: number, group?: string, override?: boolean): void;
47
47
  removeQuantity(quantity: number, group?: string): void;
48
- setDensity(): Promise<void>;
48
+ setDensity(): void;
49
49
  setLastZIndex(zIndex: number): void;
50
50
  setResizeFactor(factor: IDimension): void;
51
- update(delta: IDelta): Promise<void>;
51
+ update(delta: IDelta): void;
52
52
  private readonly _addToPool;
53
53
  private readonly _applyDensity;
54
54
  private readonly _initDensityFactor;
@@ -9,7 +9,7 @@ export declare abstract class ExternalInteractorBase<TContainer extends Containe
9
9
  protected constructor(container: TContainer);
10
10
  abstract clear(particle: TParticle, delta: IDelta): void;
11
11
  abstract init(): void;
12
- abstract interact(delta: IDelta): Promise<void>;
12
+ abstract interact(delta: IDelta): void;
13
13
  abstract isEnabled(particle?: TParticle): boolean;
14
14
  abstract reset(particle: TParticle): void;
15
15
  }
@@ -9,9 +9,9 @@ export declare class InteractionManager {
9
9
  private _interactors;
10
10
  private _particleInteractors;
11
11
  constructor(engine: Engine, container: Container);
12
- externalInteract(delta: IDelta): Promise<void>;
12
+ externalInteract(delta: IDelta): void;
13
13
  handleClickMode(mode: string): void;
14
14
  init(): Promise<void>;
15
- particlesInteract(particle: Particle, delta: IDelta): Promise<void>;
15
+ particlesInteract(particle: Particle, delta: IDelta): void;
16
16
  reset(particle: Particle): void;
17
17
  }
@@ -9,7 +9,7 @@ export declare abstract class ParticlesInteractorBase<TContainer extends Contain
9
9
  protected constructor(container: TContainer);
10
10
  abstract clear(particle: TParticle, delta: IDelta): void;
11
11
  abstract init(): void;
12
- abstract interact(particle: TParticle, delta: IDelta): Promise<void>;
12
+ abstract interact(particle: TParticle, delta: IDelta): void;
13
13
  abstract isEnabled(particle: TParticle): boolean;
14
14
  abstract reset(particle: TParticle): void;
15
15
  }
@@ -11,7 +11,7 @@ export declare function drawLine(context: CanvasRenderingContext2D, begin: ICoor
11
11
  export declare function paintBase(context: CanvasRenderingContext2D, dimension: IDimension, baseColor?: string): void;
12
12
  export declare function paintImage(context: CanvasRenderingContext2D, dimension: IDimension, image: HTMLImageElement | undefined, opacity: number): void;
13
13
  export declare function clear(context: CanvasRenderingContext2D, dimension: IDimension): void;
14
- export declare function drawParticle(data: IDrawParticleParams): Promise<void>;
14
+ export declare function drawParticle(data: IDrawParticleParams): void;
15
15
  interface DrawShapeData {
16
16
  container: Container;
17
17
  context: CanvasRenderingContext2D;
@@ -27,10 +27,10 @@ interface DrawShapeData {
27
27
  d: number;
28
28
  };
29
29
  }
30
- export declare function drawEffect(data: DrawShapeData): Promise<void>;
31
- export declare function drawShape(data: DrawShapeData): Promise<void>;
32
- export declare function drawShapeAfterDraw(data: DrawShapeData): Promise<void>;
33
- export declare function drawPlugin(context: CanvasRenderingContext2D, plugin: IContainerPlugin, delta: IDelta): Promise<void>;
34
- export declare function drawParticlePlugin(context: CanvasRenderingContext2D, plugin: IContainerPlugin, particle: Particle, delta: IDelta): Promise<void>;
30
+ export declare function drawEffect(data: DrawShapeData): void;
31
+ export declare function drawShape(data: DrawShapeData): void;
32
+ export declare function drawShapeAfterDraw(data: DrawShapeData): void;
33
+ export declare function drawPlugin(context: CanvasRenderingContext2D, plugin: IContainerPlugin, delta: IDelta): void;
34
+ export declare function drawParticlePlugin(context: CanvasRenderingContext2D, plugin: IContainerPlugin, particle: Particle, delta: IDelta): void;
35
35
  export declare function alterHsl(color: IHsl, type: AlterType, value: number): IHsl;
36
36
  export {};
@@ -282,11 +282,11 @@
282
282
  drawAsync(cb) {
283
283
  const ctx = this._context;
284
284
  if (!ctx) {
285
- return Promise.resolve(undefined);
285
+ return undefined;
286
286
  }
287
287
  return cb(ctx);
288
288
  }
289
- async drawParticle(particle, delta) {
289
+ drawParticle(particle, delta) {
290
290
  if (particle.spawning || particle.destroyed) {
291
291
  return;
292
292
  }
@@ -305,13 +305,13 @@
305
305
  if (!fColor && !sColor) {
306
306
  return;
307
307
  }
308
- await this.drawAsync(async (ctx) => {
308
+ this.draw((ctx) => {
309
309
  const container = this.container, options = container.actualOptions, zIndexOptions = particle.options.zIndex, zIndexFactorOffset = 1, zIndexFactor = zIndexFactorOffset - particle.zIndexFactor, zOpacityFactor = zIndexFactor ** zIndexOptions.opacityRate, defaultOpacity = 1, opacity = particle.bubble.opacity ?? particle.opacity?.value ?? defaultOpacity, strokeOpacity = particle.strokeOpacity ?? opacity, zOpacity = opacity * zOpacityFactor, zStrokeOpacity = strokeOpacity * zOpacityFactor, transform = {}, colorStyles = {
310
310
  fill: fColor ? (0, ColorUtils_js_1.getStyleFromHsl)(fColor, zOpacity) : undefined,
311
311
  };
312
312
  colorStyles.stroke = sColor ? (0, ColorUtils_js_1.getStyleFromHsl)(sColor, zStrokeOpacity) : colorStyles.fill;
313
313
  this._applyPreDrawUpdaters(ctx, particle, radius, zOpacity, colorStyles, transform);
314
- await (0, CanvasUtils_js_1.drawParticle)({
314
+ (0, CanvasUtils_js_1.drawParticle)({
315
315
  container,
316
316
  context: ctx,
317
317
  particle,
@@ -327,11 +327,11 @@
327
327
  this._applyPostDrawUpdaters(particle);
328
328
  });
329
329
  }
330
- async drawParticlePlugin(plugin, particle, delta) {
331
- await this.drawAsync((ctx) => (0, CanvasUtils_js_1.drawParticlePlugin)(ctx, plugin, particle, delta));
330
+ drawParticlePlugin(plugin, particle, delta) {
331
+ this.draw((ctx) => (0, CanvasUtils_js_1.drawParticlePlugin)(ctx, plugin, particle, delta));
332
332
  }
333
- async drawPlugin(plugin, delta) {
334
- await this.drawAsync((ctx) => (0, CanvasUtils_js_1.drawPlugin)(ctx, plugin, delta));
333
+ drawPlugin(plugin, delta) {
334
+ this.draw((ctx) => (0, CanvasUtils_js_1.drawPlugin)(ctx, plugin, delta));
335
335
  }
336
336
  async init() {
337
337
  this._safeMutationObserver((obs) => obs.disconnect());
@@ -484,7 +484,7 @@
484
484
  return;
485
485
  }
486
486
  const container = this.container, needsRefresh = container.updateActualOptions();
487
- await container.particles.setDensity();
487
+ container.particles.setDensity();
488
488
  this._applyResizePlugins();
489
489
  if (needsRefresh) {
490
490
  await container.refresh();
@@ -52,7 +52,7 @@
52
52
  }
53
53
  }
54
54
  };
55
- this._nextFrame = async (timestamp) => {
55
+ this._nextFrame = (timestamp) => {
56
56
  try {
57
57
  if (!this._smooth &&
58
58
  this._lastFrameTime !== undefined &&
@@ -68,7 +68,7 @@
68
68
  this.draw(false);
69
69
  return;
70
70
  }
71
- await this.particles.draw(delta);
71
+ this.particles.draw(delta);
72
72
  if (!this.alive()) {
73
73
  this.destroy();
74
74
  return;
@@ -249,14 +249,14 @@
249
249
  return;
250
250
  }
251
251
  let refreshTime = force;
252
- const frame = async (timestamp) => {
252
+ const frame = (timestamp) => {
253
253
  if (refreshTime) {
254
254
  this._lastFrameTime = undefined;
255
255
  refreshTime = false;
256
256
  }
257
- await this._nextFrame(timestamp);
257
+ this._nextFrame(timestamp);
258
258
  };
259
- this._drawAnimationFrame = requestAnimationFrame((timestamp) => void frame(timestamp));
259
+ this._drawAnimationFrame = requestAnimationFrame((timestamp) => frame(timestamp));
260
260
  }
261
261
  async export(type, options = {}) {
262
262
  for (const [, plugin] of this.plugins) {
@@ -328,7 +328,7 @@
328
328
  }
329
329
  this._engine.dispatchEvent("containerInit", { container: this });
330
330
  await this.particles.init();
331
- await this.particles.setDensity();
331
+ this.particles.setDensity();
332
332
  for (const [, plugin] of this.plugins) {
333
333
  plugin.particlesSetup?.();
334
334
  }