@tsparticles/basic 3.3.0 → 3.5.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/README.md +1 -1
  2. package/browser/bundle.js +0 -2
  3. package/browser/index.js +6 -1
  4. package/cjs/bundle.js +0 -2
  5. package/cjs/index.js +13 -9
  6. package/esm/bundle.js +0 -2
  7. package/esm/index.js +6 -1
  8. package/package.json +8 -8
  9. package/report.html +1 -1
  10. package/tsparticles.basic.bundle.js +330 -248
  11. package/tsparticles.basic.bundle.min.js +1 -1
  12. package/tsparticles.basic.bundle.min.js.LICENSE.txt +1 -1
  13. package/tsparticles.basic.js +14 -32
  14. package/tsparticles.basic.min.js +1 -1
  15. package/tsparticles.basic.min.js.LICENSE.txt +1 -1
  16. package/umd/bundle.js +1 -3
  17. package/umd/index.js +14 -34
  18. package/119.min.js +0 -2
  19. package/119.min.js.LICENSE.txt +0 -1
  20. package/154.min.js +0 -2
  21. package/154.min.js.LICENSE.txt +0 -1
  22. package/201.min.js +0 -2
  23. package/201.min.js.LICENSE.txt +0 -1
  24. package/264.min.js +0 -2
  25. package/264.min.js.LICENSE.txt +0 -1
  26. package/344.min.js +0 -2
  27. package/344.min.js.LICENSE.txt +0 -1
  28. package/43.min.js +0 -2
  29. package/43.min.js.LICENSE.txt +0 -1
  30. package/469.min.js +0 -2
  31. package/469.min.js.LICENSE.txt +0 -1
  32. package/493.min.js +0 -2
  33. package/493.min.js.LICENSE.txt +0 -1
  34. package/561.min.js +0 -2
  35. package/561.min.js.LICENSE.txt +0 -1
  36. package/732.min.js +0 -2
  37. package/732.min.js.LICENSE.txt +0 -1
  38. package/774.min.js +0 -2
  39. package/774.min.js.LICENSE.txt +0 -1
  40. package/924.min.js +0 -2
  41. package/924.min.js.LICENSE.txt +0 -1
  42. package/974.min.js +0 -2
  43. package/974.min.js.LICENSE.txt +0 -1
  44. package/engine_dist_browser_Core_Container_js.js +0 -100
  45. package/move_base_dist_browser_BaseMover_js.js +0 -40
  46. package/move_base_dist_browser_index_js.js +0 -30
  47. package/shapes_circle_dist_browser_CircleDrawer_js.js +0 -40
  48. package/shapes_circle_dist_browser_index_js.js +0 -30
  49. package/updaters_color_dist_browser_ColorUpdater_js.js +0 -30
  50. package/updaters_color_dist_browser_index_js.js +0 -30
  51. package/updaters_opacity_dist_browser_OpacityUpdater_js.js +0 -30
  52. package/updaters_opacity_dist_browser_index_js.js +0 -30
  53. package/updaters_outModes_dist_browser_OutOfCanvasUpdater_js.js +0 -80
  54. package/updaters_outModes_dist_browser_index_js.js +0 -30
  55. package/updaters_size_dist_browser_SizeUpdater_js.js +0 -30
  56. package/updaters_size_dist_browser_index_js.js +0 -30
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see tsparticles.basic.bundle.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 o in i)("object"==typeof exports?exports:t)[o]=i[o]}}(this,(()=>(()=>{var t,e,i={751:(t,e,i)=>{i.d(e,{Bp:()=>d,DG:()=>h,G3:()=>u,N3:()=>y,NF:()=>v,Rb:()=>l,Xu:()=>g,Z0:()=>a,a5:()=>m,dI:()=>f,eb:()=>o,ms:()=>s,nK:()=>p,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",p="visibilitychange",f="tsParticles - Error",m=100,y=.5,g=1e3},2284:(t,e,i)=>{i.d(e,{b:()=>o});class o{constructor(t,e){this.position=t,this.particle=e}}},694:(t,e,i)=>{i.d(e,{M_:()=>a,dg:()=>s,jl:()=>n});var o=i(2646);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}}},4798:(t,e,i)=>{i.d(e,{M:()=>c,p:()=>l});var o=i(751),s=i(2457);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)}}},2655:(t,e,i)=>{i.d(e,{A:()=>a});var o=i(2457),s=i(1657),n=i(6719);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))}}},9190:(t,e,i)=>{i.d(e,{Q:()=>n,p:()=>s});var o=i(2646);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))}}},1897:(t,e,i)=>{i.d(e,{V:()=>s});var o=i(6719);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))}}},3829:(t,e,i)=>{i.d(e,{T:()=>n});var o=i(490),s=i(2457);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)}}}},490:(t,e,i)=>{i.d(e,{y:()=>s});var o=i(6719);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))}}},6865:(t,e,i)=>{i.d(e,{e:()=>n});var o=i(9190),s=i(2646);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))}}},9943:(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))}}},1657:(t,e,i)=>{i.d(e,{i:()=>s});var o=i(6865);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))}}},2562:(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))}}},5907:(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))}}},7023:(t,e,i)=>{i.d(e,{s:()=>l});var o=i(2562),s=i(5907),n=i(1864),a=i(3492),r=i(3393);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)}}},1864:(t,e,i)=>{i.d(e,{L:()=>s});var o=i(1753);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))}}},1753:(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))}}},3492:(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))}}},7287:(t,e,i)=>{i.d(e,{k:()=>n});var o=i(7023),s=i(699);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)}}},699:(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)}}},9638:(t,e,i)=>{i.d(e,{j:()=>s});var o=i(3393);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)))}}},4126:(t,e,i)=>{i.d(e,{J:()=>p});var o=i(3393),s=i(1897),n=i(3829),a=i(9943),r=i(7287),l=i(9638),c=i(376),d=i(3863),h=i(2457),u=i(8761),v=i(2646);class p{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)}}}},6719:(t,e,i)=>{i.d(e,{O:()=>s});var o=i(2457);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)}}},1494:(t,e,i)=>{i.d(e,{w:()=>s});var o=i(8745);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))}}},8745:(t,e,i)=>{i.d(e,{F:()=>s});var o=i(2034);class s extends o.PV{constructor(){super(),this.value=1}}},4907:(t,e,i)=>{i.d(e,{c:()=>r});var o=i(8362),s=i(108),n=i(1494),a=i(2646);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))}}},8362:(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)}}},108:(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))}}},7299:(t,e,i)=>{i.d(e,{y:()=>v});var o=i(2457),s=i(2748),n=i(9326),a=i(2662),r=i(1917),l=i(4802),c=i(5271),d=i(9978),h=i(5794),u=i(2646);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)}}},2748:(t,e,i)=>{i.d(e,{h:()=>s});var o=i(2646);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)))}}},9326:(t,e,i)=>{i.d(e,{R:()=>s});var o=i(2646);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)}}}},2662:(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))}}},1917:(t,e,i)=>{i.d(e,{y:()=>s});var o=i(2646);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)))}}},5271:(t,e,i)=>{i.d(e,{O:()=>n});var o=i(6719);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))}}},9978:(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)}}},4802:(t,e,i)=>{i.d(e,{v:()=>n});var o=i(2034),s=i(3393);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)))}}},5794:(t,e,i)=>{i.d(e,{t:()=>n});var o=i(3393),s=i(2646);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)))}}},6207:(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)}}},3730:(t,e,i)=>{i.d(e,{N:()=>n});var o=i(6207),s=i(6407);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))}}},6407:(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))}}},6659:(t,e,i)=>{i.d(e,{Y:()=>n});var o=i(9245),s=i(2034);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)}}},9245:(t,e,i)=>{i.d(e,{I:()=>s});var o=i(9190);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)}}},9944:(t,e,i)=>{i.d(e,{U:()=>m});var o=i(3393),s=i(2655),n=i(4907);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(7299),l=i(6659),c=i(1494),d=i(3730),h=i(286),u=i(47),v=i(6955),p=i(1754),f=i(9725);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 p.t,this.zIndex=new f.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 p.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)}}}},286:(t,e,i)=>{i.d(e,{V:()=>s});var o=i(6719);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)))}}},47:(t,e,i)=>{i.d(e,{y:()=>s});var o=i(3393);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)}}},6955:(t,e,i)=>{i.d(e,{o:()=>n});var o=i(2034),s=i(7685);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)}}},7685:(t,e,i)=>{i.d(e,{q:()=>s});var o=i(9190);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)}}},1754:(t,e,i)=>{i.d(e,{t:()=>n});var o=i(2655),s=i(2646);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)))}}},9725:(t,e,i)=>{i.d(e,{P:()=>s});var o=i(2034);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))}}},376:(t,e,i)=>{i.d(e,{F:()=>s});var o=i(3393);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)))}}},3863:(t,e,i)=>{i.d(e,{S:()=>n});var o=i(9262),s=i(3393);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)))}}},9262:(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))}}},2034:(t,e,i)=>{i.d(e,{AI:()=>r,Jm:()=>a,PV:()=>n});var o=i(9190),s=i(2646);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)}}},1813:(t,e,i)=>{i.d(e,{IU:()=>l,KG:()=>h,Md:()=>r,QC:()=>d,Sn:()=>a,V6:()=>n,Wb:()=>p,e_:()=>v,gF:()=>u,p0:()=>c,yx:()=>f});var o=i(7422);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:p,transform:f}=t,m=s.getPosition(),y=s.rotation+(s.pathRotation?s.velocity.angle:0),g=Math.sin(y),b=Math.cos(y),w={a:b*(f.a??1),b:g*(f.b??1),c:-g*(f.c??1),d:b*(f.d??1)};i.setTransform(w.a,w.b,w.c,w.d,m.x,m.y),r&&(i.globalCompositeOperation=l);const x=s.shadowColor;p.enable&&x&&(i.shadowBlur=p.blur,i.shadowColor=(0,o.xx)(x),i.shadowOffsetX=p.offset.x,i.shadowOffsetY=p.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 p(t,e,i,o){e.drawParticle&&e.drawParticle(t,i,o)}function f(t,e,i){return{h:t.h,s:t.s,l:t.l+("darken"===e?-1:1)*i}}},7422:(t,e,i)=>{i.d(e,{BN:()=>u,EY:()=>O,Jv:()=>R,K6:()=>m,Ko:()=>V,LC:()=>z,OH:()=>x,O_:()=>E,PG:()=>T,R5:()=>f,YL:()=>b,_h:()=>P,a9:()=>d,ay:()=>w,eg:()=>g,mK:()=>p,pz:()=>S,qe:()=>v,xx:()=>M,zI:()=>y});var o=i(2646),s=i(2457),n=i(751),a=i(3393);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():g(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 p(t,e,i=!0){const o=v(t,e,i);return o?m(o):void 0}function f(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 y(t){return h(t)?.a}function g(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)),p=Math.min(r,r*l(d,c,s-h));return{r:Math.round(u),g:Math.round(v),b:Math.round(p)}}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 E(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function S(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 V(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&&V(i,{min:0,max:360},!1,e),o&&V(o,n,!0,e),s&&V(s,a,!0,e)}},2646:(t,e,i)=>{i.d(e,{$m:()=>O,DT:()=>b,G0:()=>u,JY:()=>z,M3:()=>R,Mh:()=>E,Nx:()=>k,OE:()=>h,OW:()=>P,Sg:()=>y,U4:()=>f,VG:()=>m,W9:()=>g,Yf:()=>x,eh:()=>T,il:()=>d,jh:()=>p,l1:()=>S,nL:()=>c,pu:()=>M,qE:()=>v,qM:()=>V,vr:()=>w});var o=i(4798),s=i(2457),n=i(751);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 p(t,e,i,o){return Math.floor((t*i+e*o)/(i+o))}function f(t){const e=g(t);let i=y(t);return e===i&&(i=0),u()*(e-i)+i}function m(t){return(0,s.Et)(t)?t:f(t)}function y(t){return(0,s.Et)(t)?t:t.min}function g(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=y(t),o=g(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 E(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 S(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 E({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 V(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}},8761:(t,e,i)=>{i.d(e,{Z:()=>s,y:()=>n});var o=i(9944);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}},2457:(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})},3393:(t,e,i)=>{i.d(e,{AE:()=>M,Al:()=>y,B9:()=>h,BR:()=>p,Br:()=>l,E9:()=>I,NV:()=>E,O2:()=>x,S7:()=>T,TA:()=>_,Tg:()=>S,Tj:()=>w,U6:()=>P,UC:()=>L,Vh:()=>b,Xs:()=>G,YC:()=>C,hn:()=>m,iK:()=>O,jo:()=>V,lV:()=>v,n0:()=>g,pE:()=>k,q8:()=>u,tG:()=>f,tZ:()=>c,w3:()=>D,wJ:()=>R,zw:()=>z});var o=i(2646),s=i(751),n=i(2457),a=i(4798);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 p(t){if(!h()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}function f(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 y(t,e){try{await document.fonts.load(`${e??"400"} 36px '${t??"Verdana"}'`)}catch{}}function g(t){return Math.floor((0,o.G0)()*t.length)}function b(t,e,i=!0){return t[void 0!==e&&i?e%t.length:g(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!!D(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 E(t,e){if(e&&t)return D(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 S(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),p=(0,o.OW)(u,v,d,h),f=(0,o.OW)(v,u,d,h),m=p.rotate(-c),y=f.rotate(-c);t.velocity.x=m.x*t.factor.x,t.velocity.y=m.y*t.factor.y,e.velocity.x=y.x*e.factor.x,e.velocity.y=y.y*e.factor.y}function V(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 D(t,e){if((0,n.cy)(t))return t.find(((t,i)=>e(t,i)));return e(t,0)?t:void 0}function G(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 A(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 I(t,e){return A(t,e)}function C(t,e){return A(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))}}},5540:(t,e,i)=>{i.d(e,{A9:()=>y.A,pK:()=>g.p,Jm:()=>ht.Jm,VS:()=>b.V,TH:()=>w.T,ys:()=>x.y,dg:()=>f.dg,jl:()=>f.jl,rX:()=>P.r,cV:()=>L.c,N_:()=>F.N,Fr:()=>B.F,ev:()=>M.e,GW:()=>T.G,sV:()=>E.s,sJ:()=>u,mc:()=>z.m,LO:()=>S.L,i7:()=>O.i,kG:()=>d,kf:()=>R.k,jL:()=>D.j,dX:()=>_.d,yU:()=>U.y,hz:()=>q.h,RE:()=>W.R,Zg:()=>Y.Z,y1:()=>$.y,vU:()=>H.v,OG:()=>X.O,Y4:()=>it.Y,Ih:()=>ot.I,JY:()=>G.J,Oi:()=>A.O,j$:()=>J.j,kQ:()=>k.k,wv:()=>I.w,F5:()=>C.F,M1:()=>et.M,U4:()=>v,Ne:()=>Q.N,Ad:()=>tt.A,UO:()=>j.U,bR:()=>p.b,Q4:()=>g.Q,AI:()=>ht.AI,M_:()=>f.M_,z0:()=>V.z,Ft:()=>lt.F,OT:()=>h,Vo:()=>N.V,yp:()=>st.y,or:()=>nt.o,qv:()=>at.q,tK:()=>Z.t,tc:()=>K.t,Sx:()=>ct.S,fK:()=>dt.f,PV:()=>ht.PV,Mi:()=>m.M,pG:()=>m.p,Py:()=>rt.P,a9:()=>c.a9,nL:()=>a.nL,yx:()=>ut.yx,O2:()=>s.O2,n0:()=>s.n0,Nx:()=>a.Nx,qM:()=>a.qM,eh:()=>a.eh,Mh:()=>a.Mh,l1:()=>a.l1,AE:()=>s.AE,pE:()=>s.pE,Tg:()=>s.Tg,qE:()=>a.qE,IU:()=>ut.IU,OW:()=>a.OW,EY:()=>c.EY,mK:()=>c.mK,qe:()=>c.qe,zw:()=>s.zw,pu:()=>a.pu,NV:()=>s.NV,U6:()=>s.U6,QC:()=>ut.QC,V6:()=>ut.V6,p0:()=>ut.p0,Wb:()=>ut.Wb,e_:()=>ut.e_,KG:()=>ut.KG,gF:()=>ut.gF,dI:()=>o.dI,wJ:()=>s.wJ,w3:()=>s.w3,eb:()=>o.eb,Yf:()=>a.Yf,vr:()=>a.vr,il:()=>a.il,pz:()=>c.pz,O_:()=>c.O_,_h:()=>c._h,PG:()=>c.PG,tZ:()=>s.tZ,$m:()=>a.$m,ak:()=>a.JY,E9:()=>s.E9,G0:()=>a.G0,OH:()=>c.OH,W9:()=>a.W9,Sg:()=>a.Sg,VG:()=>a.VG,YC:()=>s.YC,LC:()=>c.LC,xx:()=>c.xx,N3:()=>o.N3,q8:()=>s.q8,YL:()=>c.YL,ay:()=>c.ay,Xs:()=>s.Xs,cy:()=>pt.cy,Lm:()=>pt.Lm,iK:()=>s.iK,Tn:()=>pt.Tn,hn:()=>s.hn,Et:()=>pt.Et,Gv:()=>pt.Gv,Tj:()=>s.Tj,B9:()=>s.B9,Kg:()=>pt.Kg,Vh:()=>s.Vh,TA:()=>s.TA,Al:()=>s.Al,ZG:()=>vt.Z,yV:()=>vt.y,Xu:()=>o.Xu,jh:()=>a.jh,ms:()=>o.ms,Z0:()=>o.Z0,Rb:()=>o.Rb,sf:()=>o.sf,vo:()=>o.vo,Sn:()=>ut.Sn,Md:()=>ut.Md,M3:()=>a.M3,a5:()=>o.a5,BH:()=>a.U4,R5:()=>c.R5,BN:()=>c.BN,jo:()=>s.jo,NF:()=>o.NF,K6:()=>c.K6,BR:()=>s.BR,lV:()=>s.lV,tG:()=>s.tG,Br:()=>s.Br,OE:()=>a.OE,DT:()=>a.DT,S7:()=>s.S7,zI:()=>c.zI,eg:()=>c.eg,G3:()=>o.G3,Bp:()=>o.Bp,DG:()=>o.DG,s7:()=>o.s7,$k:()=>ft,UC:()=>s.UC,Jv:()=>c.Jv,Ko:()=>c.Ko,nK:()=>o.nK});var o=i(751),s=i(3393);class n{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 a=i(2646);async function r(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 l{constructor(){this._configs=new Map,this._domArray=[],this._eventDispatcher=new n,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,e,i=!0){(0,s.wJ)(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,e)})),await this.refresh(i)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e,i=!0){this._initializers.interactors.set(t,e),await this.refresh(i)}async addMover(t,e,i=!0){this._initializers.movers.set(t,e),await this.refresh(i)}async addParticleUpdater(t,e,i=!0){this._initializers.updaters.set(t,e),await this.refresh(i)}async addPathGenerator(t,e,i=!0){this.getPathGenerator(t)||this.pathGenerators.set(t,e),await this.refresh(i)}async addPlugin(t,e=!0){this.getPlugin(t.id)||this.plugins.push(t),await this.refresh(e)}async addPreset(t,e,i=!1,o=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(o)}async addShape(t,e,i=!0){(0,s.wJ)(t,(t=>{this.getShapeDrawer(t)||this.shapeDrawers.set(t,e)})),await this.refresh(i)}clearPlugins(t){this.updaters.delete(t),this.movers.delete(t),this.interactors.delete(t)}dispatchEvent(t,e){this._eventDispatcher.dispatchEvent(t,e)}dom(){return this._domArray}domItem(t){const e=this.dom(),i=e[t];if(i&&!i.destroyed)return i;{const i=1;e.splice(t,i)}}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 r(t,this.interactors,this._initializers.interactors,e)}async getMovers(t,e=!1){return await r(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 r(t,this.updaters,this._initializers.updaters,e)}init(){this._initialized||(this._initialized=!0)}async load(t){const e=t.id??t.element?.id??`tsparticles${Math.floor(1e4*(0,a.G0)())}`,{index:n,url:r}=t,l=r?await async function(t){const e=(0,s.TA)(t.url,t.index);if(!e)return t.fallback;const i=await fetch(e);return i.ok?await i.json():((0,s.tZ)().error(`${o.dI} ${i.status} while retrieving config file`),t.fallback)}({fallback:t.options,url:r,index:n}):t.options;let c=t.element??document.getElementById(e);c||(c=document.createElement("div"),c.id=e,document.body.append(c));const d=(0,s.TA)(l,n),h=this.dom(),u=h.findIndex((t=>t.id.description===e));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[o.eb]="false";else{const t=c.getElementsByTagName("canvas");if(t.length){v=t[0],v.dataset[o.eb]="false"}else v=document.createElement("canvas"),v.dataset[o.eb]="true",c.appendChild(v)}v.style.width||(v.style.width="100%"),v.style.height||(v.style.height="100%");const{Container:p}=await i.e(43).then(i.bind(i,2043)),f=new p(this,e,d);if(u>=0){const t=0;h.splice(u,t,f)}else h.push(f);return f.canvas.loadCanvas(v),await f.start(),f}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(t){const e=this.dom();if(!e.length)throw new Error(`${o.dI} can only set click handlers after calling tsParticles.load()`);for(const i of e)i.addClickHandler(t)}}var c=i(7422);class d{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,c.YL)(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return(0,c.YL)({h:(0,a.VG)(e.h),l:(0,a.VG)(e.l),s:(0,a.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,c.ay)({a:e.length>4?(0,a.M3)(e[5]):1,h:parseInt(e[1],10),l:parseInt(e[3],10),s:parseInt(e[2],10)}):void 0}}class h{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,a.VG)(e.r),g:(0,a.VG)(e.g),b:(0,a.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,a.M3)(e[5]):1,b:parseInt(e[3],10),g:parseInt(e[2],10),r:parseInt(e[1],10)}:void 0}}class u{constructor(t){this.type="external",this.container=t}}class v{constructor(t){this.type="particles",this.container=t}}var p=i(2284),f=i(694),m=i(4798),y=i(2655),g=i(9190),b=i(1897),w=i(3829),x=i(490),M=i(6865),z=i(9943),O=i(1657),P=i(2562),T=i(5907),E=i(7023),S=i(1864),k=i(1753),V=i(3492),R=i(7287),_=i(699),D=i(9638),G=i(4126),A=i(6719),I=i(1494),C=i(8745),L=i(4907),F=i(8362),B=i(108),j=i(9944),N=i(286),K=i(1754),W=i(9326),U=i(7299),q=i(2748),Y=i(2662),$=i(1917),J=i(9978),H=i(4802),Z=i(5794),X=i(5271),Q=i(3730),tt=i(6407),et=i(6207),it=i(6659),ot=i(9245),st=i(47),nt=i(6955),at=i(7685),rt=i(9725),lt=i(376),ct=i(3863),dt=i(9262),ht=i(2034),ut=i(1813),vt=i(8761),pt=i(2457);const ft=function(){const t=new h,e=new d;(0,c.a9)(t),(0,c.a9)(e);const i=new l;return i.init(),i}();(0,s.B9)()||(window.tsParticles=ft)}},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/basic:",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={699: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_basic=this.webpackChunk_tsparticles_basic||[];i.forEach(e.bind(null,0)),i.push=e.bind(null,i.push.bind(i))})();var n={};return(()=>{async function t(t,e=!0){const{loadBaseMover:i}=await s.e(561).then(s.bind(s,561)),{loadCircleShape:o}=await s.e(201).then(s.bind(s,5201)),{loadColorUpdater:n}=await s.e(974).then(s.bind(s,6974)),{loadOpacityUpdater:a}=await s.e(264).then(s.bind(s,4264)),{loadOutModesUpdater:r}=await s.e(469).then(s.bind(s,8469)),{loadSizeUpdater:l}=await s.e(154).then(s.bind(s,4154));await i(t,!1),await o(t,!1),await n(t,!1),await a(t,!1),await r(t,!1),await l(t,!1),await t.refresh(e)}s.r(n),s.d(n,{AnimatableColor:()=>e.A9,AnimationOptions:()=>e.pK,AnimationValueWithRandom:()=>e.Jm,Background:()=>e.VS,BackgroundMask:()=>e.TH,BackgroundMaskCover:()=>e.ys,BaseRange:()=>e.dg,Circle:()=>e.jl,ClickEvent:()=>e.rX,Collisions:()=>e.cV,CollisionsAbsorb:()=>e.N_,CollisionsOverlap:()=>e.Fr,ColorAnimation:()=>e.ev,DivEvent:()=>e.GW,Events:()=>e.sV,ExternalInteractorBase:()=>e.sJ,FullScreen:()=>e.mc,HoverEvent:()=>e.LO,HslAnimation:()=>e.i7,HslColorManager:()=>e.kG,Interactivity:()=>e.kf,ManualParticle:()=>e.jL,Modes:()=>e.dX,Move:()=>e.yU,MoveAngle:()=>e.hz,MoveAttract:()=>e.RE,MoveCenter:()=>e.Zg,MoveGravity:()=>e.y1,MovePath:()=>e.vU,MoveTrail:()=>e.OG,Opacity:()=>e.Y4,OpacityAnimation:()=>e.Ih,Options:()=>e.JY,OptionsColor:()=>e.Oi,OutModes:()=>e.j$,Parallax:()=>e.kQ,ParticlesBounce:()=>e.wv,ParticlesBounceFactor:()=>e.F5,ParticlesDensity:()=>e.M1,ParticlesInteractorBase:()=>e.U4,ParticlesNumber:()=>e.Ne,ParticlesNumberLimit:()=>e.Ad,ParticlesOptions:()=>e.UO,Point:()=>e.bR,RangedAnimationOptions:()=>e.Q4,RangedAnimationValueWithRandom:()=>e.AI,Rectangle:()=>e.M_,ResizeEvent:()=>e.z0,Responsive:()=>e.Ft,RgbColorManager:()=>e.OT,Shadow:()=>e.Vo,Shape:()=>e.yp,Size:()=>e.or,SizeAnimation:()=>e.qv,Spin:()=>e.tK,Stroke:()=>e.tc,Theme:()=>e.Sx,ThemeDefault:()=>e.fK,ValueWithRandom:()=>e.PV,Vector:()=>e.Mi,Vector3d:()=>e.pG,ZIndex:()=>e.Py,addColorManager:()=>e.a9,addEasing:()=>e.nL,alterHsl:()=>e.yx,areBoundsInside:()=>e.O2,arrayRandomIndex:()=>e.n0,calcExactPositionOrRandomFromSize:()=>e.Nx,calcExactPositionOrRandomFromSizeRanged:()=>e.qM,calcPositionFromSize:()=>e.eh,calcPositionOrRandomFromSize:()=>e.Mh,calcPositionOrRandomFromSizeRanged:()=>e.l1,calculateBounds:()=>e.AE,circleBounce:()=>e.pE,circleBounceDataFromParticle:()=>e.Tg,clamp:()=>e.qE,clear:()=>e.IU,collisionVelocity:()=>e.OW,colorMix:()=>e.EY,colorToHsl:()=>e.mK,colorToRgb:()=>e.qe,deepExtend:()=>e.zw,degToRad:()=>e.pu,divMode:()=>e.NV,divModeExecute:()=>e.U6,drawEffect:()=>e.QC,drawLine:()=>e.V6,drawParticle:()=>e.p0,drawParticlePlugin:()=>e.Wb,drawPlugin:()=>e.e_,drawShape:()=>e.KG,drawShapeAfterDraw:()=>e.gF,errorPrefix:()=>e.dI,executeOnSingleOrMultiple:()=>e.wJ,findItemFromSingleOrMultiple:()=>e.w3,generatedAttribute:()=>e.eb,getDistance:()=>e.Yf,getDistances:()=>e.vr,getEasing:()=>e.il,getHslAnimationFromHsl:()=>e.pz,getHslFromAnimation:()=>e.O_,getLinkColor:()=>e._h,getLinkRandomColor:()=>e.PG,getLogger:()=>e.tZ,getParticleBaseVelocity:()=>e.$m,getParticleDirectionAngle:()=>e.ak,getPosition:()=>e.E9,getRandom:()=>e.G0,getRandomRgbColor:()=>e.OH,getRangeMax:()=>e.W9,getRangeMin:()=>e.Sg,getRangeValue:()=>e.VG,getSize:()=>e.YC,getStyleFromHsl:()=>e.LC,getStyleFromRgb:()=>e.xx,halfRandom:()=>e.N3,hasMatchMedia:()=>e.q8,hslToRgb:()=>e.YL,hslaToRgba:()=>e.ay,initParticleNumericAnimationValue:()=>e.Xs,isArray:()=>e.cy,isBoolean:()=>e.Lm,isDivModeEnabled:()=>e.iK,isFunction:()=>e.Tn,isInArray:()=>e.hn,isNumber:()=>e.Et,isObject:()=>e.Gv,isPointInside:()=>e.Tj,isSsr:()=>e.B9,isString:()=>e.Kg,itemFromArray:()=>e.Vh,itemFromSingleOrMultiple:()=>e.TA,loadBasic:()=>t,loadFont:()=>e.Al,loadOptions:()=>e.ZG,loadParticlesOptions:()=>e.yV,millisecondsToSeconds:()=>e.Xu,mix:()=>e.jh,mouseDownEvent:()=>e.ms,mouseLeaveEvent:()=>e.Z0,mouseMoveEvent:()=>e.Rb,mouseOutEvent:()=>e.sf,mouseUpEvent:()=>e.vo,paintBase:()=>e.Sn,paintImage:()=>e.Md,parseAlpha:()=>e.M3,percentDenominator:()=>e.a5,randomInRange:()=>e.BH,rangeColorToHsl:()=>e.R5,rangeColorToRgb:()=>e.BN,rectBounce:()=>e.jo,resizeEvent:()=>e.NF,rgbToHsl:()=>e.K6,safeIntersectionObserver:()=>e.BR,safeMatchMedia:()=>e.lV,safeMutationObserver:()=>e.tG,setLogger:()=>e.Br,setRandom:()=>e.OE,setRangeValue:()=>e.DT,singleDivModeExecute:()=>e.S7,stringToAlpha:()=>e.zI,stringToRgb:()=>e.eg,touchCancelEvent:()=>e.G3,touchEndEvent:()=>e.Bp,touchMoveEvent:()=>e.DG,touchStartEvent:()=>e.s7,tsParticles:()=>e.$k,updateAnimation:()=>e.UC,updateColor:()=>e.Jv,updateColorValue:()=>e.Ko,visibilityChangeEvent:()=>e.nK});var e=s(5540);t(e.$k)})(),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 s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(this,(()=>(()=>{var t={d:(e,i)=>{for(var s in i)t.o(i,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:i[s]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{AlterType:()=>$t,AnimatableColor:()=>ui,AnimationMode:()=>at,AnimationOptions:()=>ci,AnimationStatus:()=>rt,AnimationValueWithRandom:()=>vi,Background:()=>He,BackgroundMask:()=>We,BackgroundMaskCover:()=>Ve,BaseRange:()=>ts,Circle:()=>es,ClickEvent:()=>Ue,CollisionMode:()=>ti,Collisions:()=>_i,CollisionsAbsorb:()=>pi,CollisionsOverlap:()=>fi,ColorAnimation:()=>li,DestroyType:()=>ct,DivEvent:()=>$e,DivType:()=>Fe,EasingType:()=>ws,EventType:()=>Ae,Events:()=>Qe,ExternalInteractorBase:()=>Ms,FullScreen:()=>qe,GradientType:()=>_s,HoverEvent:()=>Ne,HslAnimation:()=>di,HslColorManager:()=>xs,Interactivity:()=>Ye,InteractivityDetect:()=>Ie,InteractorType:()=>si,LimitMode:()=>ii,ManualParticle:()=>Ze,Modes:()=>Xe,Move:()=>Ti,MoveAngle:()=>xi,MoveAttract:()=>zi,MoveCenter:()=>Mi,MoveDirection:()=>g,MoveGravity:()=>Pi,MovePath:()=>ki,MoveTrail:()=>Si,Opacity:()=>Ii,OpacityAnimation:()=>Di,Options:()=>Ni,OptionsColor:()=>Be,OutMode:()=>ei,OutModeDirection:()=>ht,OutModes:()=>Ci,Parallax:()=>Ge,ParticleOutType:()=>oi,ParticlesBounce:()=>bi,ParticlesBounceFactor:()=>gi,ParticlesDensity:()=>Ei,ParticlesInteractorBase:()=>Ps,ParticlesNumber:()=>Ai,ParticlesNumberLimit:()=>Li,ParticlesOptions:()=>Ui,PixelMode:()=>lt,Point:()=>Ji,RangedAnimationOptions:()=>hi,RangedAnimationValueWithRandom:()=>yi,Rectangle:()=>is,ResizeEvent:()=>je,Responsive:()=>ni,ResponsiveMode:()=>Je,RgbColorManager:()=>zs,RotateDirection:()=>bs,Shadow:()=>Fi,Shape:()=>Bi,Size:()=>Vi,SizeAnimation:()=>Hi,Spin:()=>Ri,StartValueType:()=>dt,Stroke:()=>Wi,Theme:()=>ri,ThemeDefault:()=>ai,ThemeMode:()=>Ke,ValueWithRandom:()=>mi,Vector:()=>C,Vector3d:()=>S,ZIndex:()=>qi,addColorManager:()=>Xt,addEasing:()=>E,alterHsl:()=>Ce,animate:()=>H,areBoundsInside:()=>kt,arrayRandomIndex:()=>zt,calcExactPositionOrRandomFromSize:()=>st,calcExactPositionOrRandomFromSizeRanged:()=>ot,calcPositionFromSize:()=>tt,calcPositionOrRandomFromSize:()=>et,calcPositionOrRandomFromSizeRanged:()=>it,calculateBounds:()=>Ot,cancelAnimation:()=>V,circleBounce:()=>Et,circleBounceDataFromParticle:()=>It,clamp:()=>W,clear:()=>xe,collisionVelocity:()=>K,colorMix:()=>he,colorToHsl:()=>Kt,colorToRgb:()=>Jt,deepExtend:()=>St,degToRad:()=>Y,divMode:()=>Dt,divModeExecute:()=>Rt,drawEffect:()=>Me,drawLine:()=>be,drawParticle:()=>ze,drawParticlePlugin:()=>Se,drawPlugin:()=>Oe,drawShape:()=>Pe,drawShapeAfterDraw:()=>ke,errorPrefix:()=>f,executeOnSingleOrMultiple:()=>At,findItemFromSingleOrMultiple:()=>Bt,generatedAttribute:()=>i,getDistance:()=>X,getDistances:()=>Q,getEasing:()=>L,getHslAnimationFromHsl:()=>pe,getHslFromAnimation:()=>ue,getLinkColor:()=>le,getLinkRandomColor:()=>de,getLogger:()=>ft,getParticleBaseVelocity:()=>J,getParticleDirectionAngle:()=>Z,getPosition:()=>Wt,getRandom:()=>F,getRandomRgbColor:()=>ae,getRangeMax:()=>N,getRangeMin:()=>G,getRangeValue:()=>$,getSize:()=>qt,getStyleFromHsl:()=>ce,getStyleFromRgb:()=>re,halfRandom:()=>v,hasMatchMedia:()=>yt,hslToRgb:()=>oe,hslaToRgba:()=>ne,initParticleNumericAnimationValue:()=>Ht,isArray:()=>M,isBoolean:()=>b,isDivModeEnabled:()=>Ct,isFunction:()=>x,isInArray:()=>wt,isNumber:()=>w,isObject:()=>z,isPointInside:()=>Pt,isSsr:()=>vt,isString:()=>_,itemFromArray:()=>Mt,itemFromSingleOrMultiple:()=>Ft,loadBasic:()=>Us,loadFont:()=>xt,loadOptions:()=>$i,loadParticlesOptions:()=>Gi,millisecondsToSeconds:()=>y,mix:()=>q,mouseDownEvent:()=>s,mouseLeaveEvent:()=>n,mouseMoveEvent:()=>r,mouseOutEvent:()=>a,mouseUpEvent:()=>o,paintBase:()=>_e,paintImage:()=>we,parseAlpha:()=>nt,percentDenominator:()=>m,randomInRange:()=>U,rangeColorToHsl:()=>te,rangeColorToRgb:()=>Zt,rectBounce:()=>Lt,resizeEvent:()=>u,rgbToHsl:()=>ee,safeIntersectionObserver:()=>bt,safeMatchMedia:()=>gt,safeMutationObserver:()=>_t,setAnimationFunctions:()=>B,setLogger:()=>pt,setRandom:()=>A,setRangeValue:()=>j,singleDivModeExecute:()=>Tt,stringToAlpha:()=>ie,stringToRgb:()=>se,touchCancelEvent:()=>d,touchEndEvent:()=>h,touchMoveEvent:()=>l,touchStartEvent:()=>c,tsParticles:()=>ks,updateAnimation:()=>Ut,updateColor:()=>ve,updateColorValue:()=>me,visibilityChangeEvent:()=>p});const i="generated",s="pointerdown",o="pointerup",n="pointerleave",a="pointerout",r="pointermove",c="touchstart",h="touchend",l="touchmove",d="touchcancel",u="resize",p="visibilitychange",f="tsParticles - Error",m=100,v=.5,y=1e3;var g;function b(t){return"boolean"==typeof t}function _(t){return"string"==typeof t}function w(t){return"number"==typeof t}function x(t){return"function"==typeof t}function z(t){return"object"==typeof t&&null!==t}function M(t){return Array.isArray(t)}!function(t){t.bottom="bottom",t.bottomLeft="bottom-left",t.bottomRight="bottom-right",t.left="left",t.none="none",t.right="right",t.top="top",t.topLeft="top-left",t.topRight="top-right",t.outside="outside",t.inside="inside"}(g||(g={}));const P=0,k=0,O=0;class S{constructor(t,e,i){if(this._updateFromAngle=(t,e)=>{this.x=Math.cos(t)*e,this.y=Math.sin(t)*e},!w(t)&&t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:O}else{if(void 0===t||void 0===e)throw new Error(`${f} Vector3d not initialized correctly`);this.x=t,this.y=e,this.z=i??O}}static get origin(){return S.create(P,k,O)}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 S.create(t.x,t.y,t.z)}static create(t,e,i){return new S(t,e,i)}add(t){return S.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 S.clone(this)}distanceTo(t){return this.sub(t).length}distanceToSq(t){return this.sub(t).getLengthSq()}div(t){return S.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 S.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 S.create(this.x*Math.cos(t)-this.y*Math.sin(t),this.x*Math.sin(t)+this.y*Math.cos(t),O)}setTo(t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:O}sub(t){return S.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 S{constructor(t,e){super(t,e,O)}static get origin(){return C.create(P,k)}static clone(t){return C.create(t.x,t.y)}static create(t,e){return new C(t,e)}}let R=Math.random;const T={nextFrame:t=>requestAnimationFrame(t),cancel:t=>cancelAnimationFrame(t)},D=new Map,I=2*Math.PI;function E(t,e){D.get(t)||D.set(t,e)}function L(t){return D.get(t)??(t=>t)}function A(t=Math.random){R=t}function F(){return W(R(),0,1-Number.EPSILON)}function B(t,e){T.nextFrame=e=>t(e),T.cancel=t=>e(t)}function H(t){return T.nextFrame(t)}function V(t){T.cancel(t)}function W(t,e,i){return Math.min(Math.max(t,e),i)}function q(t,e,i,s){return Math.floor((t*i+e*s)/(i+s))}function U(t){const e=N(t);let i=G(t);return e===i&&(i=0),F()*(e-i)+i}function $(t){return w(t)?t:U(t)}function G(t){return w(t)?t:t.min}function N(t){return w(t)?t:t.max}function j(t,e){if(t===e||void 0===e&&w(t))return t;const i=G(t),s=N(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(s,e)}:j(i,s)}function Q(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 Q(t,e).distance}function Y(t){return t*Math.PI/180}function Z(t,e,i){if(w(t))return Y(t);const s=.25;switch(t){case g.top:return.5*-Math.PI;case g.topRight:return-Math.PI*s;case g.right:return 0;case g.bottomRight:return Math.PI*s;case g.bottom:return.5*Math.PI;case g.bottomLeft:return.75*Math.PI;case g.left:return Math.PI;case g.topLeft:return.75*-Math.PI;case g.inside:return Math.atan2(i.y-e.y,i.x-e.x);case g.outside:return Math.atan2(e.y-i.y,e.x-i.x);default:return F()*I}}function J(t){const e=C.origin;return e.length=1,e.angle=t,e}function K(t,e,i,s){return C.create(t.x*(i-s)/(i+s)+2*e.x*s/(i+s),t.y)}function tt(t){return void 0!==t.position?.x&&void 0!==t.position.y?{x:t.position.x*t.size.width/m,y:t.position.y*t.size.height/m}:void 0}function et(t){return{x:(t.position?.x??F()*m)*t.size.width/m,y:(t.position?.y??F()*m)*t.size.height/m}}function it(t){const e={x:void 0!==t.position?.x?$(t.position.x):void 0,y:void 0!==t.position?.y?$(t.position.y):void 0};return et({size:t.size,position:e})}function st(t){return{x:t.position?.x??F()*t.size.width,y:t.position?.y??F()*t.size.height}}function ot(t){const e={x:void 0!==t.position?.x?$(t.position.x):void 0,y:void 0!==t.position?.y?$(t.position.y):void 0};return st({size:t.size,position:e})}function nt(t){return t?t.endsWith("%")?parseFloat(t)/m:parseFloat(t):1}var at,rt,ct,ht,lt,dt;!function(t){t.auto="auto",t.increase="increase",t.decrease="decrease",t.random="random"}(at||(at={})),function(t){t.increasing="increasing",t.decreasing="decreasing"}(rt||(rt={})),function(t){t.none="none",t.max="max",t.min="min"}(ct||(ct={})),function(t){t.bottom="bottom",t.left="left",t.right="right",t.top="top"}(ht||(ht={})),function(t){t.precise="precise",t.percent="percent"}(lt||(lt={})),function(t){t.max="max",t.min="min",t.random="random"}(dt||(dt={}));const ut={debug:console.debug,error:console.error,info:console.info,log:console.log,verbose:console.log,warning:console.warn};function pt(t){ut.debug=t.debug||ut.debug,ut.error=t.error||ut.error,ut.info=t.info||ut.info,ut.log=t.log||ut.log,ut.verbose=t.verbose||ut.verbose,ut.warning=t.warning||ut.warning}function ft(){return ut}function mt(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 vt(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function yt(){return!vt()&&"undefined"!=typeof matchMedia}function gt(t){if(yt())return matchMedia(t)}function bt(t){if(!vt()&&"undefined"!=typeof IntersectionObserver)return new IntersectionObserver(t)}function _t(t){if(!vt()&&"undefined"!=typeof MutationObserver)return new MutationObserver(t)}function wt(t,e){return t===e||M(e)&&e.indexOf(t)>-1}async function xt(t,e){try{await document.fonts.load(`${e??"400"} 36px '${t??"Verdana"}'`)}catch{}}function zt(t){return Math.floor(F()*t.length)}function Mt(t,e,i=!0){return t[void 0!==e&&i?e%t.length:zt(t)]}function Pt(t,e,i,s,o){return kt(Ot(t,s??0),e,i,o)}function kt(t,e,i,s){let o=!0;return s&&s!==ht.bottom||(o=t.top<e.height+i.x),!o||s&&s!==ht.left||(o=t.right>i.x),!o||s&&s!==ht.right||(o=t.left<e.width+i.y),!o||s&&s!==ht.top||(o=t.bottom>i.y),o}function Ot(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function St(t,...e){for(const i of e){if(null==i)continue;if(!z(i)){t=i;continue}const e=Array.isArray(i);!e||!z(t)&&t&&Array.isArray(t)?e||!z(t)&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],o=t;o[e]=z(s)&&Array.isArray(s)?s.map((t=>St(o[e],t))):St(o[e],s)}}return t}function Ct(t,e){return!!Bt(e,(e=>e.enable&&wt(t,e.mode)))}function Rt(t,e,i){At(e,(e=>{const s=e.mode;e.enable&&wt(t,s)&&Tt(e,i)}))}function Tt(t,e){At(t.selectors,(i=>{e(i,t)}))}function Dt(t,e){if(e&&t)return Bt(t,(t=>function(t,e){const i=At(e,(e=>t.matches(e)));return M(i)?i.some((t=>t)):i}(e,t.selectors)))}function It(t){return{position:t.getPosition(),radius:t.getRadius(),mass:t.getMass(),velocity:t.velocity,factor:C.create($(t.options.bounce.horizontal.value),$(t.options.bounce.vertical.value))}}function Et(t,e){const{x:i,y:s}=t.velocity.sub(e.velocity),[o,n]=[t.position,e.position],{dx:a,dy:r}=Q(n,o);if(i*a+s*r<0)return;const c=-Math.atan2(r,a),h=t.mass,l=e.mass,d=t.velocity.rotate(c),u=e.velocity.rotate(c),p=K(d,u,h,l),f=K(u,d,h,l),m=p.rotate(-c),v=f.rotate(-c);t.velocity.x=m.x*t.factor.x,t.velocity.y=m.y*t.factor.y,e.velocity.x=v.x*e.factor.x,e.velocity.y=v.y*e.factor.y}function Lt(t,e){const i=Ot(t.getPosition(),t.getRadius()),s=t.options.bounce,o=mt({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:$(s.horizontal.value)});o.bounced&&(void 0!==o.velocity&&(t.velocity.x=o.velocity),void 0!==o.position&&(t.position.x=o.position));const n=mt({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:$(s.vertical.value)});n.bounced&&(void 0!==n.velocity&&(t.velocity.y=n.velocity),void 0!==n.position&&(t.position.y=n.position))}function At(t,e){return M(t)?t.map(((t,i)=>e(t,i))):e(t,0)}function Ft(t,e,i){return M(t)?Mt(t,e,i):t}function Bt(t,e){if(M(t))return t.find(((t,i)=>e(t,i)));return e(t,0)?t:void 0}function Ht(t,e){const i=t.value,s=t.animation,o={delayTime:$(s.delay)*y,enable:s.enable,value:$(t.value)*e,max:N(i)*e,min:G(i)*e,loops:0,maxLoops:$(s.count),time:0};if(s.enable){switch(o.decay=1-$(s.decay),s.mode){case at.increase:o.status=rt.increasing;break;case at.decrease:o.status=rt.decreasing;break;case at.random:o.status=F()>=v?rt.increasing:rt.decreasing}const t=s.mode===at.auto;switch(s.startValue){case dt.min:o.value=o.min,t&&(o.status=rt.increasing);break;case dt.max:o.value=o.max,t&&(o.status=rt.decreasing);break;case dt.random:default:o.value=U(o),t&&(o.status=F()>=v?rt.increasing:rt.decreasing)}}return o.initialValue=o.value,o}function Vt(t,e){if(!(t.mode===lt.percent)){const{mode:e,...i}=t;return i}return"x"in t?{x:t.x/m*e.width,y:t.y/m*e.height}:{width:t.width/m*e.width,height:t.height/m*e.height}}function Wt(t,e){return Vt(t,e)}function qt(t,e){return Vt(t,e)}function Ut(t,e,i,s,o){if(t.destroyed||!e||!e.enable||(e.maxLoops??0)>0&&(e.loops??0)>(e.maxLoops??0))return;const n=(e.velocity??0)*o.factor,a=e.min,r=e.max,c=e.decay??1;if(e.time||(e.time=0),(e.delayTime??0)>0&&e.time<(e.delayTime??0)&&(e.time+=o.value),!((e.delayTime??0)>0&&e.time<(e.delayTime??0))){switch(e.status){case rt.increasing:e.value>=r?(i?e.status=rt.decreasing:e.value-=r,e.loops||(e.loops=0),e.loops++):e.value+=n;break;case rt.decreasing:e.value<=a?(i?e.status=rt.increasing:e.value+=r,e.loops||(e.loops=0),e.loops++):e.value-=n}e.velocity&&1!==c&&(e.velocity*=c),function(t,e,i,s,o){switch(e){case ct.max:i>=o&&t.destroy();break;case ct.min:i<=s&&t.destroy()}}(t,s,e.value,a,r),t.destroyed||(e.value=W(e.value,a,r))}}var $t,Gt;!function(t){t.darken="darken",t.enlighten="enlighten"}($t||($t={})),function(t){t[t.r=1]="r",t[t.g=2]="g",t[t.b=3]="b",t[t.a=4]="a"}(Gt||(Gt={}));const Nt="random",jt="mid",Qt=new Map;function Xt(t){Qt.set(t.key,t)}function Yt(t){for(const[,e]of Qt)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[Gt.a]?parseInt(i[Gt.a],16)/255:1,b:parseInt(i[Gt.b],16),g:parseInt(i[Gt.g],16),r:parseInt(i[Gt.r],16)}:void 0}function Zt(t,e,i=!0){if(!t)return;const s=_(t)?{value:t}:t;if(_(s.value))return Jt(s.value,e,i);if(M(s.value))return Zt({value:Mt(s.value,e,i)});for(const[,t]of Qt){const e=t.handleRangeColor(s);if(e)return e}}function Jt(t,e,i=!0){if(!t)return;const s=_(t)?{value:t}:t;if(_(s.value))return s.value===Nt?ae():se(s.value);if(M(s.value))return Jt({value:Mt(s.value,e,i)});for(const[,t]of Qt){const e=t.handleColor(s);if(e)return e}}function Kt(t,e,i=!0){const s=Jt(t,e,i);return s?ee(s):void 0}function te(t,e,i=!0){const s=Zt(t,e,i);return s?ee(s):void 0}function ee(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 ie(t){return Yt(t)?.a}function se(t){return Yt(t)}function oe(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 c=(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},h=a<.5?a*(1+n):a+n-a*n,l=2*a-h,d=1/3,u=Math.min(r,r*c(l,h,o+d)),p=Math.min(r,r*c(l,h,o)),f=Math.min(r,r*c(l,h,o-d));return{r:Math.round(u),g:Math.round(p),b:Math.round(f)}}function ne(t){const e=oe(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}function ae(t){const e=t??0;return{b:Math.floor(U(j(e,256))),g:Math.floor(U(j(e,256))),r:Math.floor(U(j(e,256)))}}function re(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${e??1})`}function ce(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${e??1})`}function he(t,e,i,s){let o=t,n=e;return void 0===o.r&&(o=oe(t)),void 0===n.r&&(n=oe(e)),{b:q(o.b,n.b,i,s),g:q(o.g,n.g,i,s),r:q(o.r,n.r,i,s)}}function le(t,e,i){if(i===Nt)return ae();if(i!==jt)return i;{const i=t.getFillColor()??t.getStrokeColor(),s=e?.getFillColor()??e?.getStrokeColor();if(i&&s&&e)return he(i,s,t.getRadius(),e.getRadius());{const t=i??s;if(t)return oe(t)}}}function de(t,e,i){const s=_(t)?t:t.value;return s===Nt?i?Zt({value:s}):e?Nt:jt:s===jt?jt:Zt({value:s})}function ue(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function pe(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&&(fe(s.h,e.h,i),fe(s.s,e.s,i),fe(s.l,e.l,i)),s}function fe(t,e,i){t.enable=e.enable;t.enable?(t.velocity=$(e.speed)/m*i,t.decay=1-$(e.decay),t.status=rt.increasing,t.loops=0,t.maxLoops=$(e.count),t.time=0,t.delayTime=$(e.delay)*y,e.sync||(t.velocity*=F(),t.value*=F()),t.initialValue=t.value,t.offset=j(e.offset)):t.velocity=0}function me(t,e,i,s){if(!t||!t.enable||(t.maxLoops??0)>0&&(t.loops??0)>(t.maxLoops??0))return;if(t.time||(t.time=0),(t.delayTime??0)>0&&t.time<(t.delayTime??0)&&(t.time+=s.value),(t.delayTime??0)>0&&t.time<(t.delayTime??0))return;const o=t.offset?U(t.offset):0,n=(t.velocity??0)*s.factor+3.6*o,a=t.decay??1,r=N(e),c=G(e);if(i&&t.status!==rt.increasing){t.value-=n;const e=0;t.value<e&&(t.loops||(t.loops=0),t.loops++,t.status=rt.increasing)}else t.value+=n,t.value>r&&(t.loops||(t.loops=0),t.loops++,i?t.status=rt.decreasing:t.value-=r);t.velocity&&1!==a&&(t.velocity*=a),t.value=W(t.value,c,r)}function ve(t,e){if(!t)return;const{h:i,s,l:o}=t,n={min:0,max:100},a={min:0,max:100};i&&me(i,{min:0,max:360},!1,e),s&&me(s,n,!0,e),o&&me(o,a,!0,e)}const ye={x:0,y:0},ge={a:1,b:0,c:0,d:1};function be(t,e,i){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.closePath()}function _e(t,e,i){t.fillStyle=i??"rgba(0,0,0,0)",t.fillRect(ye.x,ye.y,e.width,e.height)}function we(t,e,i,s){i&&(t.globalAlpha=s,t.drawImage(i,ye.x,ye.y,e.width,e.height),t.globalAlpha=1)}function xe(t,e){t.clearRect(ye.x,ye.y,e.width,e.height)}function ze(t){const{container:e,context:i,particle:s,delta:o,colorStyles:n,backgroundMask:a,composite:r,radius:c,opacity:h,shadow:l,transform:d}=t,u=s.getPosition(),p=s.rotation+(s.pathRotation?s.velocity.angle:0),f=Math.sin(p),m=Math.cos(p),v=!!p,y={a:m*(d.a??ge.a),b:v?f*(d.b??1):d.b??ge.b,c:v?-f*(d.c??1):d.c??ge.c,d:m*(d.d??ge.d)};i.setTransform(y.a,y.b,y.c,y.d,u.x,u.y),a&&(i.globalCompositeOperation=r);const g=s.shadowColor;l.enable&&g&&(i.shadowBlur=l.blur,i.shadowColor=re(g),i.shadowOffsetX=l.offset.x,i.shadowOffsetY=l.offset.y),n.fill&&(i.fillStyle=n.fill);const b=s.strokeWidth??0;i.lineWidth=b,n.stroke&&(i.strokeStyle=n.stroke);const _={container:e,context:i,particle:s,radius:c,opacity:h,delta:o,transformData:y,strokeWidth:b};Pe(_),ke(_),Me(_),i.globalCompositeOperation="source-over",i.resetTransform()}function Me(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,transformData:r}=t;if(!s.effect)return;const c=e.effectDrawers.get(s.effect);c&&c.draw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}function Pe(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,strokeWidth:r,transformData:c}=t;if(!s.shape)return;const h=e.shapeDrawers.get(s.shape);h&&(i.beginPath(),h.draw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...c}}),s.shapeClose&&i.closePath(),r>0&&i.stroke(),s.shapeFill&&i.fill())}function ke(t){const{container:e,context:i,particle:s,radius:o,opacity:n,delta:a,transformData:r}=t;if(!s.shape)return;const c=e.shapeDrawers.get(s.shape);c?.afterDraw&&c.afterDraw({context:i,particle:s,radius:o,opacity:n,delta:a,pixelRatio:e.retina.pixelRatio,transformData:{...r}})}function Oe(t,e,i){e.draw&&e.draw(t,i)}function Se(t,e,i,s){e.drawParticle&&e.drawParticle(t,i,s)}function Ce(t,e,i){return{h:t.h,s:t.s,l:t.l+(e===$t.darken?-1:1)*i}}function Re(t,e,i){const s=e[i];void 0!==s&&(t[i]=(t[i]??1)*s)}function Te(t,e,i=!1){if(!e)return;if(!t)return;const s=t.style;if(s)for(const t in e){const o=e[t];o&&s.setProperty(t,o,i?"important":"")}}class De{constructor(t){this.container=t,this._applyPostDrawUpdaters=t=>{for(const e of this._postDrawUpdaters)e.afterDraw?.(t)},this._applyPreDrawUpdaters=(t,e,i,s,o,n)=>{for(const a of this._preDrawUpdaters){if(a.getColorStyles){const{fill:n,stroke:r}=a.getColorStyles(e,t,i,s);n&&(o.fill=n),r&&(o.stroke=r)}if(a.getTransformValues){const t=a.getTransformValues(e);for(const e in t)Re(n,t,e)}a.beforeDraw?.(e)}},this._applyResizePlugins=()=>{for(const t of this._resizePlugins)t.resize?.()},this._getPluginParticleColors=t=>{let e,i;for(const s of this._colorPlugins)if(!e&&s.particleFillColor&&(e=te(s.particleFillColor(t))),!i&&s.particleStrokeColor&&(i=te(s.particleStrokeColor(t))),e&&i)break;return[e,i]},this._initCover=async()=>{const t=this.container.actualOptions.backgroundMask.cover,e=t.color;if(e){const i=Zt(e);if(i){const e={...i,a:t.opacity};this._coverColorStyle=re(e,e.a)}}else await new Promise(((e,i)=>{if(!t.image)return;const s=document.createElement("img");s.addEventListener("load",(()=>{this._coverImage={image:s,opacity:t.opacity},e()})),s.addEventListener("error",(t=>{i(t.error)})),s.src=t.image}))},this._initStyle=()=>{const t=this.element,e=this.container.actualOptions;if(t){this._fullScreen?(this._originalStyle=St({},t.style),this._setFullScreenStyle()):this._resetOriginalStyle();for(const i in e.style){if(!i||!e.style)continue;const s=e.style[i];s&&t.style.setProperty(i,s,"important")}}},this._initTrail=async()=>{const t=this.container.actualOptions.particles.move.trail,e=t.fill;if(!t.enable)return;const i=1/t.length;if(e.color){const t=Zt(e.color);if(!t)return;this._trailFill={color:{...t},opacity:i}}else await new Promise(((t,s)=>{if(!e.image)return;const o=document.createElement("img");o.addEventListener("load",(()=>{this._trailFill={image:o,opacity:i},t()})),o.addEventListener("error",(t=>{s(t.error)})),o.src=e.image}))},this._paintBase=t=>{this.draw((e=>_e(e,this.size,t)))},this._paintImage=(t,e)=>{this.draw((i=>we(i,this.size,t,e)))},this._repairStyle=()=>{const t=this.element;t&&(this._safeMutationObserver((t=>t.disconnect())),this._initStyle(),this.initBackground(),this._safeMutationObserver((e=>{t&&t instanceof Node&&e.observe(t,{attributes:!0})})))},this._resetOriginalStyle=()=>{const t=this.element,e=this._originalStyle;t&&e&&Te(t,e)},this._safeMutationObserver=t=>{this._mutationObserver&&t(this._mutationObserver)},this._setFullScreenStyle=()=>{const t=this.element;if(!t)return;Te(t,{position:"fixed",zIndex:this.container.actualOptions.fullScreen.zIndex.toString(10),top:"0",left:"0",width:"100%",height:"100%"},!0)},this.size={height:0,width:0},this._context=null,this._generated=!1,this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}get _fullScreen(){return this.container.actualOptions.fullScreen.enable}clear(){const t=this.container.actualOptions,e=t.particles.move.trail,i=this._trailFill;t.backgroundMask.enable?this.paint():e.enable&&e.length>0&&i?i.color?this._paintBase(re(i.color,i.opacity)):i.image&&this._paintImage(i.image,i.opacity):t.clear&&this.draw((t=>{xe(t,this.size)}))}destroy(){if(this.stop(),this._generated){const t=this.element;t?.remove()}else this._resetOriginalStyle();this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}draw(t){const e=this._context;if(e)return t(e)}drawAsync(t){const e=this._context;if(e)return t(e)}drawParticle(t,e){if(t.spawning||t.destroyed)return;const i=t.getRadius();if(i<=0)return;const s=t.getFillColor(),o=t.getStrokeColor()??s;let[n,a]=this._getPluginParticleColors(t);n||(n=s),a||(a=o),(n||a)&&this.draw((s=>{const o=this.container,r=o.actualOptions,c=t.options.zIndex,h=1-t.zIndexFactor,l=h**c.opacityRate,d=t.bubble.opacity??t.opacity?.value??1,u=d*l,p=(t.strokeOpacity??d)*l,f={},m={fill:n?ce(n,u):void 0};m.stroke=a?ce(a,p):m.fill,this._applyPreDrawUpdaters(s,t,i,u,m,f),ze({container:o,context:s,particle:t,delta:e,colorStyles:m,backgroundMask:r.backgroundMask.enable,composite:r.backgroundMask.composite,radius:i*h**c.sizeRate,opacity:u,shadow:t.options.shadow,transform:f}),this._applyPostDrawUpdaters(t)}))}drawParticlePlugin(t,e,i){this.draw((s=>Se(s,t,e,i)))}drawPlugin(t,e){this.draw((i=>Oe(i,t,e)))}async init(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=_t((t=>{for(const e of t)"attributes"===e.type&&"style"===e.attributeName&&this._repairStyle()})),this.resize(),this._initStyle(),await this._initCover();try{await this._initTrail()}catch(t){ft().error(t)}this.initBackground(),this._safeMutationObserver((t=>{this.element&&this.element instanceof Node&&t.observe(this.element,{attributes:!0})})),this.initUpdaters(),this.initPlugins(),this.paint()}initBackground(){const t=this.container.actualOptions.background,e=this.element;if(!e)return;const i=e.style;if(i){if(t.color){const e=Zt(t.color);i.backgroundColor=e?re(e,t.opacity):""}else i.backgroundColor="";i.backgroundImage=t.image||"",i.backgroundPosition=t.position||"",i.backgroundRepeat=t.repeat||"",i.backgroundSize=t.size||""}}initPlugins(){this._resizePlugins=[];for(const[,t]of this.container.plugins)t.resize&&this._resizePlugins.push(t),(t.particleFillColor??t.particleStrokeColor)&&this._colorPlugins.push(t)}initUpdaters(){this._preDrawUpdaters=[],this._postDrawUpdaters=[];for(const t of this.container.particles.updaters)t.afterDraw&&this._postDrawUpdaters.push(t),(t.getColorStyles??t.getTransformValues??t.beforeDraw)&&this._preDrawUpdaters.push(t)}loadCanvas(t){this._generated&&this.element&&this.element.remove(),this._generated=t.dataset&&i in t.dataset?"true"===t.dataset[i]:this._generated,this.element=t,this.element.ariaHidden="true",this._originalStyle=St({},this.element.style),this.size.height=t.offsetHeight,this.size.width=t.offsetWidth,this._context=this.element.getContext("2d"),this._safeMutationObserver((t=>{this.element&&this.element instanceof Node&&t.observe(this.element,{attributes:!0})})),this.container.retina.init(),this.initBackground()}paint(){const t=this.container.actualOptions;this.draw((e=>{t.backgroundMask.enable&&t.backgroundMask.cover?(xe(e,this.size),this._coverImage?this._paintImage(this._coverImage.image,this._coverImage.opacity):this._coverColorStyle?this._paintBase(this._coverColorStyle):this._paintBase()):this._paintBase()}))}resize(){if(!this.element)return!1;const t=this.container,e=t.retina.pixelRatio,i=t.canvas.size,s=this.element.offsetWidth*e,o=this.element.offsetHeight*e;if(o===i.height&&s===i.width&&o===this.element.height&&s===this.element.width)return!1;const n={...i};return this.element.width=i.width=this.element.offsetWidth*e,this.element.height=i.height=this.element.offsetHeight*e,this.container.started&&t.particles.setResizeFactor({width:i.width/n.width,height:i.height/n.height}),!0}stop(){this._safeMutationObserver((t=>t.disconnect())),this._mutationObserver=void 0,this.draw((t=>xe(t,this.size)))}async windowResize(){if(!this.element||!this.resize())return;const t=this.container,e=t.updateActualOptions();t.particles.setDensity(),this._applyResizePlugins(),e&&await t.refresh()}}var Ie;!function(t){t.canvas="canvas",t.parent="parent",t.window="window"}(Ie||(Ie={}));function Ee(t,e,i,s,o){if(s){let s={passive:!0};b(o)?s.capture=o:void 0!==o&&(s=o),t.addEventListener(e,i,s)}else{const s=o;t.removeEventListener(e,i,s)}}class Le{constructor(t){this.container=t,this._doMouseTouchClick=t=>{const e=this.container,i=e.actualOptions;if(this._canPush){const t=e.interactivity.mouse,s=t.position;if(!s)return;t.clickPosition={...s},t.clickTime=(new Date).getTime();At(i.interactivity.events.onClick.mode,(t=>this.container.handleClickMode(t)))}if("touchend"===t.type){setTimeout((()=>this._mouseTouchFinish()),500)}},this._handleThemeChange=t=>{const e=t,i=this.container,s=i.options,o=s.defaultThemes,n=e.matches?o.dark:o.light,a=s.themes.find((t=>t.name===n));a?.default.auto&&i.loadTheme(n)},this._handleVisibilityChange=()=>{const t=this.container,e=t.actualOptions;this._mouseTouchFinish(),e.pauseOnBlur&&(document?.hidden?(t.pageHidden=!0,t.pause()):(t.pageHidden=!1,t.animationStatus?t.play(!0):t.draw(!0)))},this._handleWindowResize=()=>{this._resizeTimeout&&(clearTimeout(this._resizeTimeout),delete this._resizeTimeout);const t=async()=>{const t=this.container.canvas;await(t?.windowResize())};this._resizeTimeout=setTimeout((()=>{t()}),this.container.actualOptions.interactivity.events.resize.delay*y)},this._manageInteractivityListeners=(t,e)=>{const i=this._handlers,n=this.container,a=n.actualOptions,u=n.interactivity.element;if(!u)return;const p=u,f=n.canvas.element;f&&(f.style.pointerEvents=p===f?"initial":"none"),(a.interactivity.events.onHover.enable||a.interactivity.events.onClick.enable)&&(Ee(u,r,i.mouseMove,e),Ee(u,c,i.touchStart,e),Ee(u,l,i.touchMove,e),a.interactivity.events.onClick.enable?(Ee(u,h,i.touchEndClick,e),Ee(u,o,i.mouseUp,e),Ee(u,s,i.mouseDown,e)):Ee(u,h,i.touchEnd,e),Ee(u,t,i.mouseLeave,e),Ee(u,d,i.touchCancel,e))},this._manageListeners=t=>{const e=this._handlers,i=this.container,s=i.actualOptions.interactivity.detectsOn,o=i.canvas.element;let r=n;s===Ie.window?(i.interactivity.element=window,r=a):s===Ie.parent&&o?i.interactivity.element=o.parentElement??o.parentNode:i.interactivity.element=o,this._manageMediaMatch(t),this._manageResize(t),this._manageInteractivityListeners(r,t),document&&Ee(document,p,e.visibilityChange,t,!1)},this._manageMediaMatch=t=>{const e=this._handlers,i=gt("(prefers-color-scheme: dark)");i&&(void 0===i.addEventListener?void 0!==i.addListener&&(t?i.addListener(e.oldThemeChange):i.removeListener(e.oldThemeChange)):Ee(i,"change",e.themeChange,t))},this._manageResize=t=>{const e=this._handlers,i=this.container;if(!i.actualOptions.interactivity.events.resize)return;if("undefined"==typeof ResizeObserver)return void Ee(window,u,e.resize,t);const s=i.canvas.element;this._resizeObserver&&!t?(s&&this._resizeObserver.unobserve(s),this._resizeObserver.disconnect(),delete this._resizeObserver):!this._resizeObserver&&t&&s&&(this._resizeObserver=new ResizeObserver((t=>{t.find((t=>t.target===s))&&this._handleWindowResize()})),this._resizeObserver.observe(s))},this._mouseDown=()=>{const{interactivity:t}=this.container;if(!t)return;const{mouse:e}=t;e.clicking=!0,e.downPosition=e.position},this._mouseTouchClick=t=>{const e=this.container,i=e.actualOptions,{mouse:s}=e.interactivity;s.inside=!0;let o=!1;const n=s.position;if(n&&i.interactivity.events.onClick.enable){for(const[,t]of e.plugins)if(t.clickPositionValid&&(o=t.clickPositionValid(n),o))break;o||this._doMouseTouchClick(t),s.clicking=!1}},this._mouseTouchFinish=()=>{const t=this.container.interactivity;if(!t)return;const e=t.mouse;delete e.position,delete e.clickPosition,delete e.downPosition,t.status=n,e.inside=!1,e.clicking=!1},this._mouseTouchMove=t=>{const e=this.container,i=e.actualOptions,s=e.interactivity,o=e.canvas.element;if(!s?.element)return;let n;if(s.mouse.inside=!0,t.type.startsWith("pointer")){this._canPush=!0;const e=t;if(s.element===window){if(o){const t=o.getBoundingClientRect();n={x:e.clientX-t.left,y:e.clientY-t.top}}}else if(i.interactivity.detectsOn===Ie.parent){const t=e.target,i=e.currentTarget;if(t&&i&&o){const s=t.getBoundingClientRect(),a=i.getBoundingClientRect(),r=o.getBoundingClientRect();n={x:e.offsetX+2*s.left-(a.left+r.left),y:e.offsetY+2*s.top-(a.top+r.top)}}else n={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY}}else e.target===o&&(n={x:e.offsetX??e.clientX,y:e.offsetY??e.clientY})}else if(this._canPush="touchmove"!==t.type,o){const e=t,i=1,s=e.touches[e.touches.length-i],a=o.getBoundingClientRect(),r=0;n={x:s.clientX-(a.left??r),y:s.clientY-(a.top??r)}}const a=e.retina.pixelRatio;n&&(n.x*=a,n.y*=a),s.mouse.position=n,s.status=r},this._touchEnd=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchFinish()},this._touchEndClick=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.delete(t.identifier);this._mouseTouchClick(t)},this._touchStart=t=>{const e=t,i=Array.from(e.changedTouches);for(const t of i)this._touches.set(t.identifier,performance.now());this._mouseTouchMove(t)},this._canPush=!0,this._touches=new Map,this._handlers={mouseDown:()=>this._mouseDown(),mouseLeave:()=>this._mouseTouchFinish(),mouseMove:t=>this._mouseTouchMove(t),mouseUp:t=>this._mouseTouchClick(t),touchStart:t=>this._touchStart(t),touchMove:t=>this._mouseTouchMove(t),touchEnd:t=>this._touchEnd(t),touchCancel:t=>this._touchEnd(t),touchEndClick:t=>this._touchEndClick(t),visibilityChange:()=>this._handleVisibilityChange(),themeChange:t=>this._handleThemeChange(t),oldThemeChange:t=>this._handleThemeChange(t),resize:()=>{this._handleWindowResize()}}}addListeners(){this._manageListeners(!0)}removeListeners(){this._manageListeners(!1)}}var Ae,Fe;!function(t){t.configAdded="configAdded",t.containerInit="containerInit",t.particlesSetup="particlesSetup",t.containerStarted="containerStarted",t.containerStopped="containerStopped",t.containerDestroyed="containerDestroyed",t.containerPaused="containerPaused",t.containerPlay="containerPlay",t.containerBuilt="containerBuilt",t.particleAdded="particleAdded",t.particleDestroyed="particleDestroyed",t.particleRemoved="particleRemoved"}(Ae||(Ae={}));class Be{constructor(){this.value=""}static create(t,e){const i=new Be;return i.load(t),void 0!==e&&(_(e)||M(e)?i.load({value:e}):i.load(e)),i}load(t){void 0!==t?.value&&(this.value=t.value)}}class He{constructor(){this.color=new Be,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=Be.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.position&&(this.position=t.position),void 0!==t.repeat&&(this.repeat=t.repeat),void 0!==t.size&&(this.size=t.size),void 0!==t.opacity&&(this.opacity=t.opacity))}}class Ve{constructor(){this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=Be.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image),void 0!==t.opacity&&(this.opacity=t.opacity))}}class We{constructor(){this.composite="destination-out",this.cover=new Ve,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=_(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)}}}class qe{constructor(){this.enable=!0,this.zIndex=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.zIndex&&(this.zIndex=t.zIndex))}}class Ue{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))}}!function(t){t.circle="circle",t.rectangle="rectangle"}(Fe||(Fe={}));class $e{constructor(){this.selectors=[],this.enable=!1,this.mode=[],this.type=Fe.circle}load(t){t&&(void 0!==t.selectors&&(this.selectors=t.selectors),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.type&&(this.type=t.type))}}class Ge{constructor(){this.enable=!1,this.force=2,this.smooth=10}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.force&&(this.force=t.force),void 0!==t.smooth&&(this.smooth=t.smooth))}}class Ne{constructor(){this.enable=!1,this.mode=[],this.parallax=new Ge}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.parallax.load(t.parallax))}}class je{constructor(){this.delay=.5,this.enable=!0}load(t){void 0!==t&&(void 0!==t.delay&&(this.delay=t.delay),void 0!==t.enable&&(this.enable=t.enable))}}class Qe{constructor(){this.onClick=new Ue,this.onDiv=new $e,this.onHover=new Ne,this.resize=new je}load(t){if(!t)return;this.onClick.load(t.onClick);const e=t.onDiv;void 0!==e&&(this.onDiv=At(e,(t=>{const e=new $e;return e.load(t),e}))),this.onHover.load(t.onHover),this.resize.load(t.resize)}}class Xe{constructor(t,e){this._engine=t,this._container=e}load(t){if(!t)return;if(!this._container)return;const e=this._engine.interactors.get(this._container);if(e)for(const i of e)i.loadModeOptions&&i.loadModeOptions(this,t)}}class Ye{constructor(t,e){this.detectsOn=Ie.window,this.events=new Qe,this.modes=new Xe(t,e)}load(t){if(!t)return;const e=t.detectsOn;void 0!==e&&(this.detectsOn=e),this.events.load(t.events),this.modes.load(t.modes)}}class Ze{load(t){t&&(t.position&&(this.position={x:t.position.x??50,y:t.position.y??50,mode:t.position.mode??lt.percent}),t.options&&(this.options=St({},t.options)))}}var Je,Ke,ti,ei,ii,si,oi;!function(t){t.screen="screen",t.canvas="canvas"}(Je||(Je={}));class ni{constructor(){this.maxWidth=1/0,this.options={},this.mode=Je.canvas}load(t){t&&(void 0!==t.maxWidth&&(this.maxWidth=t.maxWidth),void 0!==t.mode&&(t.mode===Je.screen?this.mode=Je.screen:this.mode=Je.canvas),void 0!==t.options&&(this.options=St({},t.options)))}}!function(t){t.any="any",t.dark="dark",t.light="light"}(Ke||(Ke={}));class ai{constructor(){this.auto=!1,this.mode=Ke.any,this.value=!1}load(t){t&&(void 0!==t.auto&&(this.auto=t.auto),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class ri{constructor(){this.name="",this.default=new ai}load(t){t&&(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=St({},t.options)))}}class ci{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=j(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=j(t.speed)),void 0!==t.decay&&(this.decay=j(t.decay)),void 0!==t.delay&&(this.delay=j(t.delay)),void 0!==t.sync&&(this.sync=t.sync))}}class hi extends ci{constructor(){super(),this.mode=at.auto,this.startValue=dt.random}load(t){super.load(t),t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.startValue&&(this.startValue=t.startValue))}}class li extends ci{constructor(){super(),this.offset=0,this.sync=!0}load(t){super.load(t),t&&void 0!==t.offset&&(this.offset=j(t.offset))}}class di{constructor(){this.h=new li,this.s=new li,this.l=new li}load(t){t&&(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}class ui extends Be{constructor(){super(),this.animation=new di}static create(t,e){const i=new ui;return i.load(t),void 0!==e&&(_(e)||M(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))}}!function(t){t.absorb="absorb",t.bounce="bounce",t.destroy="destroy"}(ti||(ti={}));class pi{constructor(){this.speed=2}load(t){t&&void 0!==t.speed&&(this.speed=t.speed)}}class fi{constructor(){this.enable=!0,this.retries=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.retries&&(this.retries=t.retries))}}class mi{constructor(){this.value=0}load(t){t&&void 0!==t.value&&(this.value=j(t.value))}}class vi extends mi{constructor(){super(),this.animation=new ci}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class yi extends vi{constructor(){super(),this.animation=new hi}load(t){super.load(t)}}class gi extends mi{constructor(){super(),this.value=1}}class bi{constructor(){this.horizontal=new gi,this.vertical=new gi}load(t){t&&(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}class _i{constructor(){this.absorb=new pi,this.bounce=new bi,this.enable=!1,this.maxSpeed=50,this.mode=ti.bounce,this.overlap=new fi}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=j(t.maxSpeed)),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}class wi{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]=St(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class xi{constructor(){this.offset=0,this.value=90}load(t){t&&(void 0!==t.offset&&(this.offset=j(t.offset)),void 0!==t.value&&(this.value=j(t.value)))}}class zi{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}load(t){if(t&&(void 0!==t.distance&&(this.distance=j(t.distance)),void 0!==t.enable&&(this.enable=t.enable),t.rotate)){const e=t.rotate.x;void 0!==e&&(this.rotate.x=e);const i=t.rotate.y;void 0!==i&&(this.rotate.y=i)}}}class Mi{constructor(){this.x=50,this.y=50,this.mode=lt.percent,this.radius=0}load(t){t&&(void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.radius&&(this.radius=t.radius))}}class Pi{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=j(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.inverse&&(this.inverse=t.inverse),void 0!==t.maxSpeed&&(this.maxSpeed=j(t.maxSpeed)))}}class ki{constructor(){this.clamp=!0,this.delay=new mi,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=St(this.options,t.options)))}}class Oi{load(t){t&&(void 0!==t.color&&(this.color=Be.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image))}}class Si{constructor(){this.enable=!1,this.length=10,this.fill=new Oi}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))}}!function(t){t.bounce="bounce",t.none="none",t.out="out",t.destroy="destroy",t.split="split"}(ei||(ei={}));class Ci{constructor(){this.default=ei.out}load(t){t&&(void 0!==t.default&&(this.default=t.default),this.bottom=t.bottom??t.default,this.left=t.left??t.default,this.right=t.right??t.default,this.top=t.top??t.default)}}class Ri{constructor(){this.acceleration=0,this.enable=!1}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=j(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),t.position&&(this.position=St({},t.position)))}}class Ti{constructor(){this.angle=new xi,this.attract=new zi,this.center=new Mi,this.decay=0,this.distance={},this.direction=g.none,this.drift=0,this.enable=!1,this.gravity=new Pi,this.path=new ki,this.outModes=new Ci,this.random=!1,this.size=!1,this.speed=2,this.spin=new Ri,this.straight=!1,this.trail=new Si,this.vibrate=!1,this.warp=!1}load(t){if(!t)return;this.angle.load(w(t.angle)?{value:t.angle}:t.angle),this.attract.load(t.attract),this.center.load(t.center),void 0!==t.decay&&(this.decay=j(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance=w(t.distance)?{horizontal:t.distance,vertical:t.distance}:{...t.distance}),void 0!==t.drift&&(this.drift=j(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const e=t.outModes;void 0!==e&&(z(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=j(t.speed)),this.spin.load(t.spin),void 0!==t.straight&&(this.straight=t.straight),this.trail.load(t.trail),void 0!==t.vibrate&&(this.vibrate=t.vibrate),void 0!==t.warp&&(this.warp=t.warp)}}class Di extends hi{constructor(){super(),this.destroy=ct.none,this.speed=2}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}class Ii extends yi{constructor(){super(),this.animation=new Di,this.value=1}load(t){if(!t)return;super.load(t);const e=t.animation;void 0!==e&&this.animation.load(e)}}class Ei{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)}}!function(t){t.delete="delete",t.wait="wait"}(ii||(ii={}));class Li{constructor(){this.mode=ii.delete,this.value=0}load(t){t&&(void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class Ai{constructor(){this.density=new Ei,this.limit=new Li,this.value=0}load(t){t&&(this.density.load(t.density),this.limit.load(t.limit),void 0!==t.value&&(this.value=t.value))}}class Fi{constructor(){this.blur=0,this.color=new Be,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=Be.create(this.color,t.color),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.offset&&(void 0!==t.offset.x&&(this.offset.x=t.offset.x),void 0!==t.offset.y&&(this.offset.y=t.offset.y)))}}class Bi{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]=St(this.options[t]??{},i))}void 0!==t.close&&(this.close=t.close),void 0!==t.fill&&(this.fill=t.fill),void 0!==t.type&&(this.type=t.type)}}class Hi extends hi{constructor(){super(),this.destroy=ct.none,this.speed=5}load(t){super.load(t),t&&void 0!==t.destroy&&(this.destroy=t.destroy)}}class Vi extends yi{constructor(){super(),this.animation=new Hi,this.value=3}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&this.animation.load(e)}}class Wi{constructor(){this.width=0}load(t){t&&(void 0!==t.color&&(this.color=ui.create(this.color,t.color)),void 0!==t.width&&(this.width=j(t.width)),void 0!==t.opacity&&(this.opacity=j(t.opacity)))}}class qi extends mi{constructor(){super(),this.opacityRate=1,this.sizeRate=1,this.velocityRate=1}load(t){super.load(t),t&&(void 0!==t.opacityRate&&(this.opacityRate=t.opacityRate),void 0!==t.sizeRate&&(this.sizeRate=t.sizeRate),void 0!==t.velocityRate&&(this.velocityRate=t.velocityRate))}}class Ui{constructor(t,e){this._engine=t,this._container=e,this.bounce=new bi,this.collisions=new _i,this.color=new ui,this.color.value="#fff",this.effect=new wi,this.groups={},this.move=new Ti,this.number=new Ai,this.opacity=new Ii,this.reduceDuplicates=!1,this.shadow=new Fi,this.shape=new Bi,this.size=new Vi,this.stroke=new Wi,this.zIndex=new qi}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]=St(this.groups[e]??{},i))}void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.bounce.load(t.bounce),this.color.load(ui.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=St({},t.interactivity));const e=t.stroke;if(e&&(this.stroke=At(e,(t=>{const e=new Wi;return e.load(t),e}))),this._container){const e=this._engine.updaters.get(this._container);if(e)for(const i of e)i.loadOptions&&i.loadOptions(this,t);const i=this._engine.interactors.get(this._container);if(i)for(const e of i)e.loadParticlesOptions&&e.loadParticlesOptions(this,t)}}}function $i(t,...e){for(const i of e)t.load(i)}function Gi(t,e,...i){const s=new Ui(t,e);return $i(s,...i),s}class Ni{constructor(t,e){this._findDefaultTheme=t=>this.themes.find((e=>e.default.value&&e.default.mode===t))??this.themes.find((t=>t.default.value&&t.default.mode===Ke.any)),this._importPreset=t=>{this.load(this._engine.getPreset(t))},this._engine=t,this._container=e,this.autoPlay=!0,this.background=new He,this.backgroundMask=new We,this.clear=!0,this.defaultThemes={},this.delay=0,this.fullScreen=new qe,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new Ye(t,e),this.manualParticles=[],this.particles=Gi(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&&At(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=j(t.delay));const e=t.detectRetina;void 0!==e&&(this.detectRetina=e),void 0!==t.duration&&(this.duration=j(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;b(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 Ze;return e.load(t),e}))),this.particles.load(t.particles),this.style=St(this.style,t.style),this._engine.loadOptions(this,t),void 0!==t.smooth&&(this.smooth=t.smooth);const o=this._engine.interactors.get(this._container);if(o)for(const e of o)e.loadOptions&&e.loadOptions(this,t);if(void 0!==t.responsive)for(const e of t.responsive){const t=new ni;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 ri;t.load(e),this.themes.push(t)}}this.defaultThemes.dark=this._findDefaultTheme(Ke.dark)?.name,this.defaultThemes.light=this._findDefaultTheme(Ke.light)?.name}setResponsive(t,e,i){this.load(i);const s=this.responsive.find((i=>i.mode===Je.screen&&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=gt("(prefers-color-scheme: dark)"),e=t?.matches,i=this._findDefaultTheme(e?Ke.dark:Ke.light);i&&this.load(i.options)}}}!function(t){t.external="external",t.particles="particles"}(si||(si={}));class ji{constructor(t,e){this.container=e,this._engine=t,this._interactors=[],this._externalInteractors=[],this._particleInteractors=[]}externalInteract(t){for(const e of this._externalInteractors)e.isEnabled()&&e.interact(t)}handleClickMode(t){for(const e of this._externalInteractors)e.handleClickMode?.(t)}async init(){this._interactors=await this._engine.getInteractors(this.container,!0),this._externalInteractors=[],this._particleInteractors=[];for(const t of this._interactors){switch(t.type){case si.external:this._externalInteractors.push(t);break;case si.particles:this._particleInteractors.push(t)}t.init()}}particlesInteract(t,e){for(const i of this._externalInteractors)i.clear(t,e);for(const i of this._particleInteractors)i.isEnabled(t)&&i.interact(t,e)}reset(t){for(const e of this._externalInteractors)e.isEnabled()&&e.reset(t);for(const e of this._particleInteractors)e.isEnabled(t)&&e.reset(t)}}!function(t){t.normal="normal",t.inside="inside",t.outside="outside"}(oi||(oi={}));const Qi=.5,Xi="random";function Yi(t){if(!wt(t.outMode,t.checkModes))return;const e=2*t.radius;t.coord>t.maxCoord-e?t.setCb(-t.radius):t.coord<e&&t.setCb(t.radius)}class Zi{constructor(t,e){this.container=e,this._calcPosition=(t,e,i,s=0)=>{for(const[,s]of t.plugins){const t=void 0!==s.particlePosition?s.particlePosition(e,this):void 0;if(t)return S.create(t.x,t.y,i)}const o=st({size:t.canvas.size,position:e}),n=S.create(o.x,o.y,i),a=this.getRadius(),r=this.options.move.outModes,c=e=>{Yi({outMode:e,checkModes:[ei.bounce],coord:n.x,maxCoord:t.canvas.size.width,setCb:t=>n.x+=t,radius:a})},h=e=>{Yi({outMode:e,checkModes:[ei.bounce],coord:n.y,maxCoord:t.canvas.size.height,setCb:t=>n.y+=t,radius:a})};if(c(r.left??r.default),c(r.right??r.default),h(r.top??r.default),h(r.bottom??r.default),this._checkOverlap(n,s)){const e=1;return this._calcPosition(t,void 0,i,s+e)}return n},this._calculateVelocity=()=>{const t=J(this.direction).copy(),e=this.options.move;if(e.direction===g.inside||e.direction===g.outside)return t;const i=Y($(e.angle.value)),s=Y($(e.angle.offset)),o={left:s-i*Qi,right:s+i*Qi};return e.straight||(t.angle+=U(j(o.left,o.right))),e.random&&"number"==typeof e.speed&&(t.length*=F()),t},this._checkOverlap=(t,e=0)=>{const i=this.options.collisions,s=this.getRadius();if(!i.enable)return!1;const o=i.overlap;if(o.enable)return!1;const n=o.retries;if(n>=0&&e>n)throw new Error(`${f} particle is overlapping and can't be placed`);return!!this.container.particles.find((e=>X(t,e.position)<s+e.getRadius()))},this._getRollColor=t=>{if(!t||!this.roll||!this.backColor&&!this.roll.alter)return t;const e=this.roll.horizontal&&this.roll.vertical?2:1,i=this.roll.horizontal?Math.PI*Qi:0;return Math.floor(((this.roll.angle??0)+i)/(Math.PI/e))%2?this.backColor?this.backColor:this.roll.alter?Ce(t,this.roll.alter.type,this.roll.alter.value):t:t},this._initPosition=t=>{const e=this.container,i=$(this.options.zIndex.value);this.position=this._calcPosition(e,t,W(i,0,e.zLayers)),this.initialPosition=this.position.copy();const s=e.canvas.size;switch(this.moveCenter={...Wt(this.options.move.center,s),radius:this.options.move.center.radius??0,mode:this.options.move.center.mode??lt.percent},this.direction=Z(this.options.move.direction,this.position,this.moveCenter),this.options.move.direction){case g.inside:this.outType=oi.inside;break;case g.outside:this.outType=oi.outside}this.offset=C.origin},this._engine=t}destroy(t){if(this.unbreakable||this.destroyed)return;this.destroyed=!0,this.bubble.inRange=!1,this.slow.inRange=!1;const e=this.container,i=this.pathGenerator,s=e.shapeDrawers.get(this.shape);s?.particleDestroy?.(this);for(const[,i]of e.plugins)i.particleDestroyed?.(this,t);for(const i of e.particles.updaters)i.particleDestroyed?.(this,t);i?.reset(this),this._engine.dispatchEvent(Ae.particleDestroyed,{container:this.container,data:{particle:this}})}draw(t){const e=this.container,i=e.canvas;for(const[,s]of e.plugins)i.drawParticlePlugin(s,this,t);i.drawParticle(this,t)}getFillColor(){return this._getRollColor(this.bubble.color??ue(this.color))}getMass(){return this.getRadius()**2*Math.PI*Qi}getPosition(){return{x:this.position.x+this.offset.x,y:this.position.y+this.offset.y,z:this.position.z}}getRadius(){return this.bubble.radius??this.size.value}getStrokeColor(){return this._getRollColor(this.bubble.color??ue(this.strokeColor))}init(t,e,i,s){const o=this.container,n=this._engine;this.id=t,this.group=s,this.effectClose=!0,this.effectFill=!0,this.shapeClose=!0,this.shapeFill=!0,this.pathRotation=!1,this.lastPathTime=0,this.destroyed=!1,this.unbreakable=!1,this.isRotating=!1,this.rotation=0,this.misplaced=!1,this.retina={maxDistance:{}},this.outType=oi.normal,this.ignoresResizeRatio=!0;const a=o.retina.pixelRatio,r=o.actualOptions,c=Gi(this._engine,o,r.particles),{reduceDuplicates:h}=c,l=c.effect.type,d=c.shape.type;this.effect=Ft(l,this.id,h),this.shape=Ft(d,this.id,h);const u=c.effect,p=c.shape;if(i){if(i.effect?.type){const t=Ft(i.effect.type,this.id,h);t&&(this.effect=t,u.load(i.effect))}if(i.shape?.type){const t=Ft(i.shape.type,this.id,h);t&&(this.shape=t,p.load(i.shape))}}if(this.effect===Xi){const t=[...this.container.effectDrawers.keys()];this.effect=t[Math.floor(Math.random()*t.length)]}if(this.shape===Xi){const t=[...this.container.shapeDrawers.keys()];this.shape=t[Math.floor(Math.random()*t.length)]}this.effectData=function(t,e,i,s){const o=e.options[t];if(o)return St({close:e.close,fill:e.fill},Ft(o,i,s))}(this.effect,u,this.id,h),this.shapeData=function(t,e,i,s){const o=e.options[t];if(o)return St({close:e.close,fill:e.fill},Ft(o,i,s))}(this.shape,p,this.id,h),c.load(i);const f=this.effectData;f&&c.load(f.particles);const m=this.shapeData;m&&c.load(m.particles);const v=new Ye(n,o);v.load(o.actualOptions.interactivity),v.load(c.interactivity),this.interactivity=v,this.effectFill=f?.fill??c.effect.fill,this.effectClose=f?.close??c.effect.close,this.shapeFill=m?.fill??c.shape.fill,this.shapeClose=m?.close??c.shape.close,this.options=c;const g=this.options.move.path;this.pathDelay=$(g.delay.value)*y,g.generator&&(this.pathGenerator=this._engine.getPathGenerator(g.generator),this.pathGenerator&&o.addPath(g.generator,this.pathGenerator)&&this.pathGenerator.init(o)),o.retina.initParticle(this),this.size=Ht(this.options.size,a),this.bubble={inRange:!1},this.slow={inRange:!1,factor:1},this._initPosition(e),this.initialVelocity=this._calculateVelocity(),this.velocity=this.initialVelocity.copy();this.moveDecay=1-$(this.options.move.decay);const b=o.particles;b.setLastZIndex(this.position.z),this.zIndexFactor=this.position.z/o.zLayers,this.sides=24;let _=o.effectDrawers.get(this.effect);_||(_=this._engine.getEffectDrawer(this.effect),_&&o.effectDrawers.set(this.effect,_)),_?.loadEffect&&_.loadEffect(this);let w=o.shapeDrawers.get(this.shape);w||(w=this._engine.getShapeDrawer(this.shape),w&&o.shapeDrawers.set(this.shape,w)),w?.loadShape&&w.loadShape(this);const x=w?.getSidesCount;x&&(this.sides=x(this)),this.spawning=!1,this.shadowColor=Zt(this.options.shadow.color);for(const t of b.updaters)t.init(this);for(const t of b.movers)t.init?.(this);_?.particleInit?.(o,this),w?.particleInit?.(o,this);for(const[,t]of o.plugins)t.particleCreated?.(this)}isInsideCanvas(){const t=this.getRadius(),e=this.container.canvas.size,i=this.position;return i.x>=-t&&i.y>=-t&&i.y<=e.height+t&&i.x<=e.width+t}isVisible(){return!this.destroyed&&!this.spawning&&this.isInsideCanvas()}reset(){for(const t of this.container.particles.updaters)t.reset?.(this)}}class Ji{constructor(t,e){this.position=t,this.particle=e}}var Ki;!function(t){t.circle="circle",t.rectangle="rectangle"}(Ki||(Ki={}));class ts{constructor(t,e,i){this.position={x:t,y:e},this.type=i}}class es extends ts{constructor(t,e,i){super(t,e,Ki.circle),this.radius=i}contains(t){return X(t,this.position)<=this.radius}intersects(t){const e=this.position,i=t.position,s=Math.abs(i.x-e.x),o=Math.abs(i.y-e.y),n=this.radius;if(t instanceof es||t.type===Ki.circle){return n+t.radius>Math.sqrt(s**2+o**2)}if(t instanceof is||t.type===Ki.rectangle){const e=t,{width:i,height:a}=e.size;return Math.pow(s-i,2)+Math.pow(o-a,2)<=n**2||s<=n+i&&o<=n+a||s<=i||o<=a}return!1}}class is extends ts{constructor(t,e,i,s){super(t,e,Ki.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 es)return t.intersects(this);const e=this.size.width,i=this.size.height,s=this.position,o=t.position,n=t instanceof is?t.size:{width:0,height:0},a=n.width,r=n.height;return o.x<s.x+e&&o.x+a>s.x&&o.y<s.y+i&&o.y+r>s.y}}const ss=.5;class os{constructor(t,e){this.rectangle=t,this.capacity=e,this._subdivide=()=>{const{x:t,y:e}=this.rectangle.position,{width:i,height:s}=this.rectangle.size,{capacity:o}=this;for(let n=0;n<4;n++){const a=n%2;this._subs.push(new os(new is(t+i*ss*a,e+s*ss*(Math.round(n*ss)-a),i*ss,s*ss),o))}this._divided=!0},this._points=[],this._divided=!1,this._subs=[]}insert(t){return!!this.rectangle.contains(t.position)&&(this._points.length<this.capacity?(this._points.push(t),!0):(this._divided||this._subdivide(),this._subs.some((e=>e.insert(t)))))}query(t,e){const i=[];if(!t.intersects(this.rectangle))return[];for(const s of this._points)!t.contains(s.position)&&X(t.position,s.position)>s.particle.getRadius()&&(!e||e(s.particle))||i.push(s.particle);if(this._divided)for(const s of this._subs)i.push(...s.query(t,e));return i}queryCircle(t,e,i){return this.query(new es(t.x,t.y,e),i)}queryRectangle(t,e,i){return this.query(new is(t.x,t.y,e.width,e.height),i)}}const ns=t=>{const{height:e,width:i}=t;return new is(-.25*i,-.25*e,1.5*i,1.5*e)};class as{constructor(t,e){this._addToPool=(...t)=>{this._pool.push(...t)},this._applyDensity=(t,e,i)=>{const s=t.number;if(!t.number.density?.enable)return void(void 0===i?this._limit=s.limit.value:s.limit&&this._groupLimits.set(i,s.limit.value));const o=this._initDensityFactor(s.density),n=s.value,a=s.limit.value>0?s.limit.value:n,r=Math.min(n,a)*o+e,c=Math.min(this.count,this.filter((t=>t.group===i)).length);void 0===i?this._limit=s.limit.value*o:this._groupLimits.set(i,s.limit.value*o),c<r?this.push(Math.abs(r-c),void 0,t,i):c>r&&this.removeQuantity(c-r,i)},this._initDensityFactor=t=>{const e=this._container;if(!e.canvas.element||!t.enable)return 1;const i=e.canvas.element,s=e.retina.pixelRatio;return i.width*i.height/(t.height*t.width*s**2)},this._pushParticle=(t,e,i,s)=>{try{let o=this._pool.pop();o||(o=new Zi(this._engine,this._container)),o.init(this._nextId,t,e,i);let n=!0;if(s&&(n=s(o)),!n)return;return this._array.push(o),this._zArray.push(o),this._nextId++,this._engine.dispatchEvent(Ae.particleAdded,{container:this._container,data:{particle:o}}),o}catch(t){ft().warning(`${f} adding particle: ${t}`)}},this._removeParticle=(t,e,i)=>{const s=this._array[t];if(!s||s.group!==e)return!1;const o=this._zArray.indexOf(s);return this._array.splice(t,1),this._zArray.splice(o,1),s.destroy(i),this._engine.dispatchEvent(Ae.particleRemoved,{container:this._container,data:{particle:s}}),this._addToPool(s),!0},this._engine=t,this._container=e,this._nextId=0,this._array=[],this._zArray=[],this._pool=[],this._limit=0,this._groupLimits=new Map,this._needsSort=!1,this._lastZIndex=0,this._interactionManager=new ji(t,e),this._pluginsInitialized=!1;const i=e.canvas.size;this.quadTree=new os(ns(i),4),this.movers=[],this.updaters=[]}get count(){return this._array.length}addManualParticles(){const t=this._container;t.actualOptions.manualParticles.forEach((e=>this.addParticle(e.position?Wt(e.position,t.canvas.size):void 0,e.options)))}addParticle(t,e,i,s){const o=this._container.actualOptions.particles.number.limit.mode,n=void 0===i?this._limit:this._groupLimits.get(i)??this._limit,a=this.count;if(n>0)switch(o){case ii.delete:{const t=a+1-n;t>0&&this.removeQuantity(t);break}case ii.wait:if(a>=n)return}return this._pushParticle(t,e,i,s)}clear(){this._array=[],this._zArray=[],this._pluginsInitialized=!1}destroy(){this._array=[],this._zArray=[],this.movers=[],this.updaters=[]}draw(t){const e=this._container,i=e.canvas;i.clear(),this.update(t);for(const[,s]of e.plugins)i.drawPlugin(s,t);for(const e of this._zArray)e.draw(t)}filter(t){return this._array.filter(t)}find(t){return this._array.find(t)}get(t){return this._array[t]}handleClickMode(t){this._interactionManager.handleClickMode(t)}async init(){const t=this._container,e=t.actualOptions;this._lastZIndex=0,this._needsSort=!1,await this.initPlugins();let i=!1;for(const[,e]of t.plugins)if(i=e.particlesInitialization?.()??i,i)break;if(this.addManualParticles(),!i){const t=e.particles,i=t.groups;for(const e in i){const s=i[e];for(let i=this.count,o=0;o<s.number?.value&&i<t.number.value;i++,o++)this.addParticle(void 0,s,e)}for(let e=this.count;e<t.number.value;e++)this.addParticle()}}async initPlugins(){if(this._pluginsInitialized)return;const t=this._container;this.movers=await this._engine.getMovers(t,!0),this.updaters=await this._engine.getUpdaters(t,!0),await this._interactionManager.init();for(const[,e]of t.pathGenerators)e.init(t)}push(t,e,i,s){for(let o=0;o<t;o++)this.addParticle(e?.position,i,s)}async redraw(){this.clear(),await this.init(),this.draw({value:0,factor:0})}remove(t,e,i){this.removeAt(this._array.indexOf(t),void 0,e,i)}removeAt(t,e=1,i,s){if(t<0||t>this.count)return;let o=0;for(let n=t;o<e&&n<this.count;n++)this._removeParticle(n--,i,s)&&o++}removeQuantity(t,e){this.removeAt(0,t,e)}setDensity(){const t=this._container.actualOptions,e=t.particles.groups;for(const t in e)this._applyDensity(e[t],0,t);this._applyDensity(t.particles,t.manualParticles.length)}setLastZIndex(t){this._lastZIndex=t,this._needsSort=this._needsSort||this._lastZIndex<t}setResizeFactor(t){this._resizeFactor=t}update(t){const e=this._container,i=new Set;this.quadTree=new os(ns(e.canvas.size),4);for(const[,t]of e.pathGenerators)t.update();for(const[,i]of e.plugins)i.update?.(t);const s=this._resizeFactor;for(const e of this._array){s&&!e.ignoresResizeRatio&&(e.position.x*=s.width,e.position.y*=s.height,e.initialPosition.x*=s.width,e.initialPosition.y*=s.height),e.ignoresResizeRatio=!1,this._interactionManager.reset(e);for(const[,i]of this._container.plugins){if(e.destroyed)break;i.particleUpdate?.(e,t)}for(const i of this.movers)i.isEnabled(e)&&i.move(e,t);e.destroyed?i.add(e):this.quadTree.insert(new Ji(e.getPosition(),e))}if(i.size){const t=t=>!i.has(t);this._array=this.filter(t),this._zArray=this._zArray.filter(t);for(const t of i)this._engine.dispatchEvent(Ae.particleRemoved,{container:this._container,data:{particle:t}});this._addToPool(...i)}this._interactionManager.externalInteract(t);for(const e of this._array){for(const i of this.updaters)i.update(e,t);e.destroyed||e.spawning||this._interactionManager.particlesInteract(e,t)}if(delete this._resizeFactor,this._needsSort){const t=this._zArray;t.sort(((t,e)=>e.position.z-t.position.z||t.id-e.id));const e=1;this._lastZIndex=t[t.length-e].position.z,this._needsSort=!1}}}class rs{constructor(t){this.container=t,this.pixelRatio=1,this.reduceFactor=1}init(){const t=this.container,e=t.actualOptions;this.pixelRatio=!e.detectRetina||vt()?1:window.devicePixelRatio,this.reduceFactor=1;const i=this.pixelRatio,s=t.canvas;if(s.element){const t=s.element;s.size.width=t.offsetWidth*i,s.size.height=t.offsetHeight*i}const o=e.particles,n=o.move;this.maxSpeed=$(n.gravity.maxSpeed)*i,this.sizeAnimationSpeed=$(o.size.animation.speed)*i}initParticle(t){const e=t.options,i=this.pixelRatio,s=e.move,o=s.distance,n=t.retina;n.moveDrift=$(s.drift)*i,n.moveSpeed=$(s.speed)*i,n.sizeAnimationSpeed=$(e.size.animation.speed)*i;const a=n.maxDistance;a.horizontal=void 0!==o.horizontal?o.horizontal*i:void 0,a.vertical=void 0!==o.vertical?o.vertical*i:void 0,n.maxSpeed=$(s.gravity.maxSpeed)*i}}function cs(t){return t&&!t.destroyed}function hs(t,e,...i){const s=new Ni(t,e);return $i(s,...i),s}class ls{constructor(t,e,i){this._intersectionManager=t=>{if(cs(this)&&this.actualOptions.pauseOnOutsideViewport)for(const e of t)e.target===this.interactivity.element&&(e.isIntersecting?this.play():this.pause())},this._nextFrame=t=>{try{if(!this._smooth&&void 0!==this._lastFrameTime&&t<this._lastFrameTime+y/this.fpsLimit)return void this.draw(!1);this._lastFrameTime??=t;const e=function(t,e=60,i=!1){return{value:t,factor:i?60/e:60*t/y}}(t-this._lastFrameTime,this.fpsLimit,this._smooth);if(this.addLifeTime(e.value),this._lastFrameTime=t,e.value>y)return void this.draw(!1);if(this.particles.draw(e),!this.alive())return void this.destroy();this.animationStatus&&this.draw(!1)}catch(t){ft().error(`${f} in animation loop`,t)}},this._engine=t,this.id=Symbol(e),this.fpsLimit=120,this._smooth=!1,this._delay=0,this._duration=0,this._lifeTime=0,this._firstStart=!0,this.started=!1,this.destroyed=!1,this._paused=!0,this._lastFrameTime=0,this.zLayers=100,this.pageHidden=!1,this._clickHandlers=new Map,this._sourceOptions=i,this._initialSourceOptions=i,this.retina=new rs(this),this.canvas=new De(this),this.particles=new as(this._engine,this),this.pathGenerators=new Map,this.interactivity={mouse:{clicking:!1,inside:!1}},this.plugins=new Map,this.effectDrawers=new Map,this.shapeDrawers=new Map,this._options=hs(this._engine,this),this.actualOptions=hs(this._engine,this),this._eventListeners=new Le(this),this._intersectionObserver=bt((t=>this._intersectionManager(t))),this._engine.dispatchEvent(Ae.containerBuilt,{container:this})}get animationStatus(){return!this._paused&&!this.pageHidden&&cs(this)}get options(){return this._options}get sourceOptions(){return this._sourceOptions}addClickHandler(t){if(!cs(this))return;const e=this.interactivity.element;if(!e)return;const i=(e,i,s)=>{if(!cs(this))return;const o=this.retina.pixelRatio,n={x:i.x*o,y:i.y*o},a=this.particles.quadTree.queryCircle(n,s*o);t(e,a)};let s=!1,o=!1;this._clickHandlers.set("click",(t=>{if(!cs(this))return;const e=t,s={x:e.offsetX||e.clientX,y:e.offsetY||e.clientY};i(t,s,1)})),this._clickHandlers.set("touchstart",(()=>{cs(this)&&(s=!0,o=!1)})),this._clickHandlers.set("touchmove",(()=>{cs(this)&&(o=!0)})),this._clickHandlers.set("touchend",(t=>{if(cs(this)){if(s&&!o){const e=t,s=1;let o=e.touches[e.touches.length-s];if(!o&&(o=e.changedTouches[e.changedTouches.length-s],!o))return;const n=this.canvas.element,a=n?n.getBoundingClientRect():void 0,r=0,c={x:o.clientX-(a?a.left:r),y:o.clientY-(a?a.top:r)};i(t,c,Math.max(o.radiusX,o.radiusY))}s=!1,o=!1}})),this._clickHandlers.set("touchcancel",(()=>{cs(this)&&(s=!1,o=!1)}));for(const[t,i]of this._clickHandlers)e.addEventListener(t,i)}addLifeTime(t){this._lifeTime+=t}addPath(t,e,i=!1){return!(!cs(this)||!i&&this.pathGenerators.has(t))&&(this.pathGenerators.set(t,e),!0)}alive(){return!this._duration||this._lifeTime<=this._duration}clearClickHandlers(){if(cs(this)){for(const[t,e]of this._clickHandlers)this.interactivity.element?.removeEventListener(t,e);this._clickHandlers.clear()}}destroy(t=!0){if(cs(this)){this.stop(),this.clearClickHandlers(),this.particles.destroy(),this.canvas.destroy();for(const[,t]of this.effectDrawers)t.destroy?.(this);for(const[,t]of this.shapeDrawers)t.destroy?.(this);for(const t of this.effectDrawers.keys())this.effectDrawers.delete(t);for(const t of this.shapeDrawers.keys())this.shapeDrawers.delete(t);if(this._engine.clearPlugins(this),this.destroyed=!0,t){const t=this._engine.items,e=t.findIndex((t=>t===this));if(e>=0){const i=1;t.splice(e,i)}}this._engine.dispatchEvent(Ae.containerDestroyed,{container:this})}}draw(t){if(!cs(this))return;let e=t;const i=t=>{e&&(this._lastFrameTime=void 0,e=!1),this._nextFrame(t)};this._drawAnimationFrame=H((t=>i(t)))}async export(t,e={}){for(const[,i]of this.plugins){if(!i.export)continue;const s=await i.export(t,e);if(s.supported)return s.blob}ft().error(`${f} - Export plugin with type ${t} not found`)}handleClickMode(t){if(cs(this)){this.particles.handleClickMode(t);for(const[,e]of this.plugins)e.handleClickMode?.(t)}}async init(){if(!cs(this))return;const t=this._engine.getSupportedEffects();for(const e of t){const t=this._engine.getEffectDrawer(e);t&&this.effectDrawers.set(e,t)}const e=this._engine.getSupportedShapes();for(const t of e){const e=this._engine.getShapeDrawer(t);e&&this.shapeDrawers.set(t,e)}await this.particles.initPlugins(),this._options=hs(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=hs(this._engine,this,this._options);const i=await this._engine.getAvailablePlugins(this);for(const[t,e]of i)this.plugins.set(t,e);this.retina.init(),await this.canvas.init(),this.updateActualOptions(),this.canvas.initBackground(),this.canvas.resize();const{zLayers:s,duration:o,delay:n,fpsLimit:a,smooth:r}=this.actualOptions;this.zLayers=s,this._duration=$(o)*y,this._delay=$(n)*y,this._lifeTime=0;this.fpsLimit=a>0?a:120,this._smooth=r;for(const[,t]of this.effectDrawers)await(t.init?.(this));for(const[,t]of this.shapeDrawers)await(t.init?.(this));for(const[,t]of this.plugins)await(t.init?.());this._engine.dispatchEvent(Ae.containerInit,{container:this}),await this.particles.init(),this.particles.setDensity();for(const[,t]of this.plugins)t.particlesSetup?.();this._engine.dispatchEvent(Ae.particlesSetup,{container:this})}async loadTheme(t){cs(this)&&(this._currentTheme=t,await this.refresh())}pause(){if(cs(this)&&(void 0!==this._drawAnimationFrame&&(V(this._drawAnimationFrame),delete this._drawAnimationFrame),!this._paused)){for(const[,t]of this.plugins)t.pause?.();this.pageHidden||(this._paused=!0),this._engine.dispatchEvent(Ae.containerPaused,{container:this})}}play(t){if(!cs(this))return;const e=this._paused||t;if(!this._firstStart||this.actualOptions.autoPlay){if(this._paused&&(this._paused=!1),e)for(const[,t]of this.plugins)t.play&&t.play();this._engine.dispatchEvent(Ae.containerPlay,{container:this}),this.draw(e??!1)}else this._firstStart=!1}async refresh(){if(cs(this))return this.stop(),this.start()}async reset(t){if(cs(this))return this._initialSourceOptions=t,this._sourceOptions=t,this._options=hs(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=hs(this._engine,this,this._options),this.refresh()}async start(){cs(this)&&!this.started&&(await this.init(),this.started=!0,await new Promise((t=>{const e=async()=>{this._eventListeners.addListeners(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.observe(this.interactivity.element);for(const[,t]of this.plugins)await(t.start?.());this._engine.dispatchEvent(Ae.containerStarted,{container:this}),this.play(),t()};this._delayTimeout=setTimeout((()=>{e()}),this._delay)})))}stop(){if(cs(this)&&this.started){this._delayTimeout&&(clearTimeout(this._delayTimeout),delete this._delayTimeout),this._firstStart=!0,this.started=!1,this._eventListeners.removeListeners(),this.pause(),this.particles.clear(),this.canvas.stop(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.unobserve(this.interactivity.element);for(const[,t]of this.plugins)t.stop?.();for(const t of this.plugins.keys())this.plugins.delete(t);this._sourceOptions=this._options,this._engine.dispatchEvent(Ae.containerStopped,{container:this})}}updateActualOptions(){this.actualOptions.responsive=[];const t=this.actualOptions.setResponsive(this.canvas.size.width,this.retina.pixelRatio,this._options);return this.actualOptions.setTheme(this._currentTheme),this._responsiveMaxWidth!==t&&(this._responsiveMaxWidth=t,!0)}}class ds{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)}}async function us(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}const ps="true",fs="false",ms="canvas";class vs{constructor(){this._configs=new Map,this._domArray=[],this._eventDispatcher=new ds,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 items(){return this._domArray}get version(){return"3.5.0"}addConfig(t){const e=t.key??t.name??"default";this._configs.set(e,t),this._eventDispatcher.dispatchEvent(Ae.configAdded,{data:{name:e,config:t}})}async addEffect(t,e,i=!0){At(t,(t=>{this.getEffectDrawer(t)||this.effectDrawers.set(t,e)})),await this.refresh(i)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e,i=!0){this._initializers.interactors.set(t,e),await this.refresh(i)}async addMover(t,e,i=!0){this._initializers.movers.set(t,e),await this.refresh(i)}async addParticleUpdater(t,e,i=!0){this._initializers.updaters.set(t,e),await this.refresh(i)}async addPathGenerator(t,e,i=!0){this.getPathGenerator(t)||this.pathGenerators.set(t,e),await this.refresh(i)}async addPlugin(t,e=!0){this.getPlugin(t.id)||this.plugins.push(t),await this.refresh(e)}async addPreset(t,e,i=!1,s=!0){!i&&this.getPreset(t)||this.presets.set(t,e),await this.refresh(s)}async addShape(t,e=!0){for(const e of t.validTypes)this.getShapeDrawer(e)||this.shapeDrawers.set(e,t);await this.refresh(e)}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.items}domItem(t){return this.item(t)}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 us(t,this.interactors,this._initializers.interactors,e)}async getMovers(t,e=!1){return us(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 us(t,this.updaters,this._initializers.updaters,e)}init(){this._initialized||(this._initialized=!0)}item(t){const{items:e}=this,i=e[t];if(i&&!i.destroyed)return i;{const i=1;e.splice(t,i)}}async load(t){const e=t.id??t.element?.id??`tsparticles${Math.floor(1e4*F())}`,{index:s,url:o}=t,n=o?await async function(t){const e=Ft(t.url,t.index);if(!e)return t.fallback;const i=await fetch(e);return i.ok?await i.json():(ft().error(`${f} ${i.status} while retrieving config file`),t.fallback)}({fallback:t.options,url:o,index:s}):t.options,a=Ft(n,s),{items:r}=this,c=r.findIndex((t=>t.id.description===e)),h=new ls(this,e,a);if(c>=0){const t=this.item(c),e=t?1:0;t&&!t.destroyed&&t.destroy(!1),r.splice(c,e,h)}else r.push(h);const l=((t,e)=>{let s=e??document.getElementById(t);return s||(s=document.createElement("div"),s.id=t,s.dataset[i]=ps,document.body.append(s),s)})(e,t.element),d=(t=>{let e;if(t instanceof HTMLCanvasElement||t.tagName.toLowerCase()===ms)e=t,e.dataset[i]||(e.dataset[i]=fs);else{const s=t.getElementsByTagName(ms);s.length?(e=s[0],e.dataset[i]=fs):(e=document.createElement(ms),e.dataset[i]=ps,t.appendChild(e))}const s="100%";return e.style.width||(e.style.width=s),e.style.height||(e.style.height=s),e})(l);return h.canvas.loadCanvas(d),await h.start(),h}loadOptions(t,e){this.plugins.forEach((i=>i.loadOptions?.(t,e)))}loadParticlesOptions(t,e,...i){const s=this.updaters.get(t);s&&s.forEach((t=>t.loadOptions?.(e,...i)))}async refresh(t=!0){t&&await Promise.all(this.items.map((t=>t.refresh())))}removeEventListener(t,e){this._eventDispatcher.removeEventListener(t,e)}setOnClickHandler(t){const{items:e}=this;if(!e.length)throw new Error(`${f} can only set click handlers after calling tsParticles.load()`);e.forEach((e=>e.addClickHandler(t)))}}var ys,gs,bs,_s,ws;!function(t){t[t.h=1]="h",t[t.s=2]="s",t[t.l=3]="l",t[t.a=5]="a"}(ys||(ys={}));class xs{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 oe(e)}handleRangeColor(t){const e=t.value.hsl??t.value;if(void 0!==e.h&&void 0!==e.l)return oe({h:$(e.h),l:$(e.l),s:$(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?ne({a:e.length>4?nt(e[ys.a]):1,h:parseInt(e[ys.h],10),l:parseInt(e[ys.l],10),s:parseInt(e[ys.s],10)}):void 0}}!function(t){t[t.r=1]="r",t[t.g=2]="g",t[t.b=3]="b",t[t.a=5]="a"}(gs||(gs={}));class zs{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:$(e.r),g:$(e.g),b:$(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?nt(e[gs.a]):1,b:parseInt(e[gs.b],10),g:parseInt(e[gs.g],10),r:parseInt(e[gs.r],10)}:void 0}}class Ms{constructor(t){this.type=si.external,this.container=t}}class Ps{constructor(t){this.type=si.particles,this.container=t}}!function(t){t.clockwise="clockwise",t.counterClockwise="counter-clockwise",t.random="random"}(bs||(bs={})),function(t){t.linear="linear",t.radial="radial",t.random="random"}(_s||(_s={})),function(t){t.easeInBack="ease-in-back",t.easeInCirc="ease-in-circ",t.easeInCubic="ease-in-cubic",t.easeInLinear="ease-in-linear",t.easeInQuad="ease-in-quad",t.easeInQuart="ease-in-quart",t.easeInQuint="ease-in-quint",t.easeInExpo="ease-in-expo",t.easeInSine="ease-in-sine",t.easeOutBack="ease-out-back",t.easeOutCirc="ease-out-circ",t.easeOutCubic="ease-out-cubic",t.easeOutLinear="ease-out-linear",t.easeOutQuad="ease-out-quad",t.easeOutQuart="ease-out-quart",t.easeOutQuint="ease-out-quint",t.easeOutExpo="ease-out-expo",t.easeOutSine="ease-out-sine",t.easeInOutBack="ease-in-out-back",t.easeInOutCirc="ease-in-out-circ",t.easeInOutCubic="ease-in-out-cubic",t.easeInOutLinear="ease-in-out-linear",t.easeInOutQuad="ease-in-out-quad",t.easeInOutQuart="ease-in-out-quart",t.easeInOutQuint="ease-in-out-quint",t.easeInOutExpo="ease-in-out-expo",t.easeInOutSine="ease-in-out-sine"}(ws||(ws={}));const ks=function(){const t=new zs,e=new xs;Xt(t),Xt(e);const i=new vs;return i.init(),i}();vt()||(window.tsParticles=ks);const Os=1;function Ss(t,e,i,s,o,n){!function(t,e){const i=t.options,s=i.move.path;if(!s.enable)return;if(t.lastPathTime<=t.pathDelay)return void(t.lastPathTime+=e.value);const o=t.pathGenerator?.generate(t,e);o&&t.velocity.addTo(o);s.clamp&&(t.velocity.x=W(t.velocity.x,-Os,Os),t.velocity.y=W(t.velocity.y,-Os,Os));t.lastPathTime-=t.pathDelay}(t,n);const a=t.gravity,r=a?.enable&&a.inverse?-Os:Os;o&&i&&(t.velocity.x+=o*n.factor/(60*i)),a?.enable&&i&&(t.velocity.y+=r*(a.acceleration*n.factor)/(60*i));const c=t.moveDecay;t.velocity.multTo(c);const h=t.velocity.mult(i);a?.enable&&s>0&&(!a.inverse&&h.y>=0&&h.y>=s||a.inverse&&h.y<=0&&h.y<=-s)&&(h.y=r*s,i&&(t.velocity.y=h.y/i));const l=t.options.zIndex,d=(Os-t.zIndexFactor)**l.velocityRate;h.multTo(d);const{position:u}=t;u.addTo(h),e.vibrate&&(u.x+=Math.sin(u.x*Math.cos(u.y)),u.y+=Math.cos(u.y*Math.sin(u.x)))}class Cs{init(t){const e=t.options.move.gravity;t.gravity={enable:e.enable,acceleration:$(e.acceleration),inverse:e.inverse},function(t){const e=t.container,i=t.options.move.spin;if(!i.enable)return;const s=i.position??{x:50,y:50},o={x:.01*s.x*e.canvas.size.width,y:.01*s.y*e.canvas.size.height},n=X(t.getPosition(),o),a=$(i.acceleration);t.retina.spinAcceleration=a*e.retina.pixelRatio,t.spin={center:o,direction:t.velocity.x>=0?bs.clockwise:bs.counterClockwise,angle:t.velocity.angle,radius:n,acceleration:t.retina.spinAcceleration}}(t)}isEnabled(t){return!t.destroyed&&t.options.move.enable}move(t,e){const i=t.options,s=i.move;if(!s.enable)return;const o=t.container,n=o.retina.pixelRatio;t.retina.moveSpeed??=$(s.speed)*n,t.retina.moveDrift??=$(t.options.move.drift)*n;const a=function(t){return t.slow.inRange?t.slow.factor:Os}(t),r=t.retina.moveSpeed*o.retina.reduceFactor,c=t.retina.moveDrift,h=N(i.size.value)*n,l=r*(s.size?t.getRadius()/h:1)*a*(e.factor||1)/2,d=t.retina.maxSpeed??o.retina.maxSpeed;s.spin.enable?function(t,e){const i=t.container;if(!t.spin)return;const s={x:t.spin.direction===bs.clockwise?Math.cos:Math.sin,y:t.spin.direction===bs.clockwise?Math.sin:Math.cos};t.position.x=t.spin.center.x+t.spin.radius*s.x(t.spin.angle),t.position.y=t.spin.center.y+t.spin.radius*s.y(t.spin.angle),t.spin.radius+=t.spin.acceleration;const o=Math.max(i.canvas.size.width,i.canvas.size.height),n=.5*o;t.spin.radius>n?(t.spin.radius=n,t.spin.acceleration*=-Os):t.spin.radius<0&&(t.spin.radius=0,t.spin.acceleration*=-Os),t.spin.angle+=.01*e*(Os-t.spin.radius/o)}(t,l):Ss(t,s,l,d,c,e),function(t){const e=t.initialPosition,{dx:i,dy:s}=Q(e,t.position),o=Math.abs(i),n=Math.abs(s),{maxDistance:a}=t.retina,r=a.horizontal,c=a.vertical;if(!r&&!c)return;if((r&&o>=r||c&&n>=c)&&!t.misplaced)t.misplaced=!!r&&o>r||!!c&&n>c,r&&(t.velocity.x=.5*t.velocity.y-t.velocity.x),c&&(t.velocity.y=.5*t.velocity.x-t.velocity.y);else if((!r||o<r)&&(!c||n<c)&&t.misplaced)t.misplaced=!1;else if(t.misplaced){const i=t.position,s=t.velocity;r&&(i.x<e.x&&s.x<0||i.x>e.x&&s.x>0)&&(s.x*=-F()),c&&(i.y<e.y&&s.y<0||i.y>e.y&&s.y>0)&&(s.y*=-F())}}(t)}}const Rs=2*Math.PI,Ts=0,Ds=0;class Is{constructor(){this.validTypes=["circle"]}draw(t){!function(t){const{context:e,particle:i,radius:s}=t;i.circleRange||(i.circleRange={min:0,max:Rs});const o=i.circleRange;e.arc(Ts,Ds,s,o.min,o.max,!1)}(t)}getSidesCount(){return 12}particleInit(t,e){const i=e.shapeData,s=i?.angle??{max:360,min:0};e.circleRange=z(s)?{min:Y(s.min),max:Y(s.max)}:{min:0,max:Y(s)}}}class Es{constructor(t){this.container=t}init(t){const e=te(t.options.color,t.id,t.options.reduceDuplicates);e&&(t.color=pe(e,t.options.color.animation,this.container.retina.reduceFactor))}isEnabled(t){const{h:e,s:i,l:s}=t.options.color.animation,{color:o}=t;return!t.destroyed&&!t.spawning&&(void 0!==o?.h.value&&e.enable||void 0!==o?.s.value&&i.enable||void 0!==o?.l.value&&s.enable)}update(t,e){ve(t.color,e)}}class Ls{constructor(t){this.container=t}init(t){const e=t.options.opacity;t.opacity=Ht(e,1);const i=e.animation;i.enable&&(t.opacity.velocity=$(i.speed)/m*this.container.retina.reduceFactor,i.sync||(t.opacity.velocity*=F()))}isEnabled(t){return!t.destroyed&&!t.spawning&&!!t.opacity&&t.opacity.enable&&((t.opacity.maxLoops??0)<=0||(t.opacity.maxLoops??0)>0&&(t.opacity.loops??0)<(t.opacity.maxLoops??0))}reset(t){t.opacity&&(t.opacity.time=0,t.opacity.loops=0)}update(t,e){this.isEnabled(t)&&t.opacity&&Ut(t,t.opacity,!0,t.options.opacity.animation.destroy,e)}}class As{constructor(t){this.container=t,this.modes=[ei.bounce,ei.split]}update(t,e,i,s){if(!this.modes.includes(s))return;const o=this.container;let n=!1;for(const[,s]of o.plugins)if(void 0!==s.particleBounce&&(n=s.particleBounce(t,i,e)),n)break;if(n)return;const a=t.getPosition(),r=t.offset,c=t.getRadius(),h=Ot(a,c),l=o.canvas.size;!function(t){if(t.outMode!==ei.bounce&&t.outMode!==ei.split||t.direction!==ht.left&&t.direction!==ht.right)return;t.bounds.right<0&&t.direction===ht.left?t.particle.position.x=t.size+t.offset.x:t.bounds.left>t.canvasSize.width&&t.direction===ht.right&&(t.particle.position.x=t.canvasSize.width-t.size-t.offset.x);const e=t.particle.velocity.x;let i=!1;if(t.direction===ht.right&&t.bounds.right>=t.canvasSize.width&&e>0||t.direction===ht.left&&t.bounds.left<=0&&e<0){const e=$(t.particle.options.bounce.horizontal.value);t.particle.velocity.x*=-e,i=!0}if(!i)return;const s=t.offset.x+t.size;t.bounds.right>=t.canvasSize.width&&t.direction===ht.right?t.particle.position.x=t.canvasSize.width-s:t.bounds.left<=0&&t.direction===ht.left&&(t.particle.position.x=s),t.outMode===ei.split&&t.particle.destroy()}({particle:t,outMode:s,direction:e,bounds:h,canvasSize:l,offset:r,size:c}),function(t){if(t.outMode!==ei.bounce&&t.outMode!==ei.split||t.direction!==ht.bottom&&t.direction!==ht.top)return;t.bounds.bottom<0&&t.direction===ht.top?t.particle.position.y=t.size+t.offset.y:t.bounds.top>t.canvasSize.height&&t.direction===ht.bottom&&(t.particle.position.y=t.canvasSize.height-t.size-t.offset.y);const e=t.particle.velocity.y;let i=!1;if(t.direction===ht.bottom&&t.bounds.bottom>=t.canvasSize.height&&e>0||t.direction===ht.top&&t.bounds.top<=0&&e<0){const e=$(t.particle.options.bounce.vertical.value);t.particle.velocity.y*=-e,i=!0}if(!i)return;const s=t.offset.y+t.size;t.bounds.bottom>=t.canvasSize.height&&t.direction===ht.bottom?t.particle.position.y=t.canvasSize.height-s:t.bounds.top<=0&&t.direction===ht.top&&(t.particle.position.y=s),t.outMode===ei.split&&t.particle.destroy()}({particle:t,outMode:s,direction:e,bounds:h,canvasSize:l,offset:r,size:c})}}class Fs{constructor(t){this.container=t,this.modes=[ei.destroy]}update(t,e,i,s){if(!this.modes.includes(s))return;const o=this.container;switch(t.outType){case oi.normal:case oi.outside:if(Pt(t.position,o.canvas.size,C.origin,t.getRadius(),e))return;break;case oi.inside:{const{dx:e,dy:i}=Q(t.position,t.moveCenter),{x:s,y:o}=t.velocity;if(s<0&&e>t.moveCenter.radius||o<0&&i>t.moveCenter.radius||s>=0&&e<-t.moveCenter.radius||o>=0&&i<-t.moveCenter.radius)return;break}}o.particles.remove(t,void 0,!0)}}class Bs{constructor(t){this.container=t,this.modes=[ei.none]}update(t,e,i,s){if(!this.modes.includes(s))return;if((t.options.move.distance.horizontal&&(e===ht.left||e===ht.right))??(t.options.move.distance.vertical&&(e===ht.top||e===ht.bottom)))return;const o=t.options.move.gravity,n=this.container,a=n.canvas.size,r=t.getRadius();if(o.enable){const i=t.position;(!o.inverse&&i.y>a.height+r&&e===ht.bottom||o.inverse&&i.y<-r&&e===ht.top)&&n.particles.remove(t)}else{if(t.velocity.y>0&&t.position.y<=a.height+r||t.velocity.y<0&&t.position.y>=-r||t.velocity.x>0&&t.position.x<=a.width+r||t.velocity.x<0&&t.position.x>=-r)return;Pt(t.position,n.canvas.size,C.origin,r,e)||n.particles.remove(t)}}}class Hs{constructor(t){this.container=t,this.modes=[ei.out]}update(t,e,i,s){if(!this.modes.includes(s))return;const o=this.container;switch(t.outType){case oi.inside:{const{x:e,y:i}=t.velocity,s=C.origin;s.length=t.moveCenter.radius,s.angle=t.velocity.angle+Math.PI,s.addTo(C.create(t.moveCenter));const{dx:n,dy:a}=Q(t.position,s);if(e<=0&&n>=0||i<=0&&a>=0||e>=0&&n<=0||i>=0&&a<=0)return;t.position.x=Math.floor(U({min:0,max:o.canvas.size.width})),t.position.y=Math.floor(U({min:0,max:o.canvas.size.height}));const{dx:r,dy:c}=Q(t.position,t.moveCenter);t.direction=Math.atan2(-c,-r),t.velocity.angle=t.direction;break}default:if(Pt(t.position,o.canvas.size,C.origin,t.getRadius(),e))return;switch(t.outType){case oi.outside:{t.position.x=Math.floor(U({min:-t.moveCenter.radius,max:t.moveCenter.radius}))+t.moveCenter.x,t.position.y=Math.floor(U({min:-t.moveCenter.radius,max:t.moveCenter.radius}))+t.moveCenter.y;const{dx:e,dy:i}=Q(t.position,t.moveCenter);t.moveCenter.radius&&(t.direction=Math.atan2(i,e),t.velocity.angle=t.direction);break}case oi.normal:{const i=t.options.move.warp,s=o.canvas.size,n={bottom:s.height+t.getRadius()+t.offset.y,left:-t.getRadius()-t.offset.x,right:s.width+t.getRadius()+t.offset.x,top:-t.getRadius()-t.offset.y},a=t.getRadius(),r=Ot(t.position,a);e===ht.right&&r.left>s.width+t.offset.x?(t.position.x=n.left,t.initialPosition.x=t.position.x,i||(t.position.y=F()*s.height,t.initialPosition.y=t.position.y)):e===ht.left&&r.right<-t.offset.x&&(t.position.x=n.right,t.initialPosition.x=t.position.x,i||(t.position.y=F()*s.height,t.initialPosition.y=t.position.y)),e===ht.bottom&&r.top>s.height+t.offset.y?(i||(t.position.x=F()*s.width,t.initialPosition.x=t.position.x),t.position.y=n.top,t.initialPosition.y=t.position.y):e===ht.top&&r.bottom<-t.offset.y&&(i||(t.position.x=F()*s.width,t.initialPosition.x=t.position.x),t.position.y=n.bottom,t.initialPosition.y=t.position.y);break}}}}}const Vs=(t,e)=>t.default===e||t.bottom===e||t.left===e||t.right===e||t.top===e;class Ws{constructor(t){this._updateOutMode=(t,e,i,s)=>{for(const o of this.updaters)o.update(t,s,e,i)},this.container=t,this.updaters=[]}init(t){this.updaters=[];const e=t.options.move.outModes;Vs(e,ei.bounce)?this.updaters.push(new As(this.container)):Vs(e,ei.out)?this.updaters.push(new Hs(this.container)):Vs(e,ei.destroy)?this.updaters.push(new Fs(this.container)):Vs(e,ei.none)&&this.updaters.push(new Bs(this.container))}isEnabled(t){return!t.destroyed&&!t.spawning}update(t,e){const i=t.options.move.outModes;this._updateOutMode(t,e,i.bottom??i.default,ht.bottom),this._updateOutMode(t,e,i.left??i.default,ht.left),this._updateOutMode(t,e,i.right??i.default,ht.right),this._updateOutMode(t,e,i.top??i.default,ht.top)}}class qs{init(t){const e=t.container,i=t.options.size.animation;i.enable&&(t.size.velocity=(t.retina.sizeAnimationSpeed??e.retina.sizeAnimationSpeed)/m*e.retina.reduceFactor,i.sync||(t.size.velocity*=F()))}isEnabled(t){return!t.destroyed&&!t.spawning&&t.size.enable&&((t.size.maxLoops??0)<=0||(t.size.maxLoops??0)>0&&(t.size.loops??0)<(t.size.maxLoops??0))}reset(t){t.size.loops=0}update(t,e){this.isEnabled(t)&&Ut(t,t.size,!0,t.options.size.animation.destroy,e)}}async function Us(t,e=!0){await async function(t,e=!0){await t.addMover("base",(()=>Promise.resolve(new Cs)),e)}(t,!1),await async function(t,e=!0){await t.addShape(new Is,e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("color",(t=>Promise.resolve(new Es(t))),e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("opacity",(t=>Promise.resolve(new Ls(t))),e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("outModes",(t=>Promise.resolve(new Ws(t))),e)}(t,!1),await async function(t,e=!0){await t.addParticleUpdater("size",(()=>Promise.resolve(new qs)),e)}(t,!1),await t.refresh(e)}return e})()));
@@ -1 +1 @@
1
- /*! tsParticles Basic v3.3.0 by Matteo Bruni */
1
+ /*! tsParticles Basic v3.5.0 by Matteo Bruni */
@@ -4,7 +4,7 @@
4
4
  * Demo / Generator : https://particles.js.org/
5
5
  * GitHub : https://www.github.com/matteobruni/tsparticles
6
6
  * How to use? : Check the GitHub README
7
- * v3.3.0
7
+ * v3.5.0
8
8
  */
9
9
  /*
10
10
  * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
@@ -16,14 +16,14 @@
16
16
  */
17
17
  (function webpackUniversalModuleDefinition(root, factory) {
18
18
  if(typeof exports === 'object' && typeof module === 'object')
19
- module.exports = factory(require("@tsparticles/updater-size"), require("@tsparticles/updater-out-modes"), require("@tsparticles/updater-opacity"), require("@tsparticles/updater-color"), require("@tsparticles/shape-circle"), require("@tsparticles/move-base"));
19
+ module.exports = factory(require("@tsparticles/move-base"), require("@tsparticles/shape-circle"), require("@tsparticles/updater-color"), require("@tsparticles/updater-opacity"), require("@tsparticles/updater-out-modes"), require("@tsparticles/updater-size"));
20
20
  else if(typeof define === 'function' && define.amd)
21
- define(["@tsparticles/updater-size", "@tsparticles/updater-out-modes", "@tsparticles/updater-opacity", "@tsparticles/updater-color", "@tsparticles/shape-circle", "@tsparticles/move-base"], factory);
21
+ define(["@tsparticles/move-base", "@tsparticles/shape-circle", "@tsparticles/updater-color", "@tsparticles/updater-opacity", "@tsparticles/updater-out-modes", "@tsparticles/updater-size"], factory);
22
22
  else {
23
- var a = typeof exports === 'object' ? factory(require("@tsparticles/updater-size"), require("@tsparticles/updater-out-modes"), require("@tsparticles/updater-opacity"), require("@tsparticles/updater-color"), require("@tsparticles/shape-circle"), require("@tsparticles/move-base")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
23
+ var a = typeof exports === 'object' ? factory(require("@tsparticles/move-base"), require("@tsparticles/shape-circle"), require("@tsparticles/updater-color"), require("@tsparticles/updater-opacity"), require("@tsparticles/updater-out-modes"), require("@tsparticles/updater-size")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
24
24
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
25
25
  }
26
- })(this, (__WEBPACK_EXTERNAL_MODULE__tsparticles_updater_size__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_out_modes__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_opacity__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_color__, __WEBPACK_EXTERNAL_MODULE__tsparticles_shape_circle__, __WEBPACK_EXTERNAL_MODULE__tsparticles_move_base__) => {
26
+ })(this, (__WEBPACK_EXTERNAL_MODULE__tsparticles_move_base__, __WEBPACK_EXTERNAL_MODULE__tsparticles_shape_circle__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_color__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_opacity__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_out_modes__, __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_size__) => {
27
27
  return /******/ (() => { // webpackBootstrap
28
28
  /******/ "use strict";
29
29
  /******/ var __webpack_modules__ = ({
@@ -34,7 +34,7 @@ return /******/ (() => { // webpackBootstrap
34
34
  \*******************************/
35
35
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
36
36
 
37
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ loadBasic: () => (/* binding */ loadBasic)\n/* harmony export */ });\nasync function loadBasic(engine, refresh = true) {\n const {\n loadBaseMover\n } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @tsparticles/move-base */ \"@tsparticles/move-base\", 23)),\n {\n loadCircleShape\n } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @tsparticles/shape-circle */ \"@tsparticles/shape-circle\", 23)),\n {\n loadColorUpdater\n } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @tsparticles/updater-color */ \"@tsparticles/updater-color\", 23)),\n {\n loadOpacityUpdater\n } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @tsparticles/updater-opacity */ \"@tsparticles/updater-opacity\", 23)),\n {\n loadOutModesUpdater\n } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @tsparticles/updater-out-modes */ \"@tsparticles/updater-out-modes\", 23)),\n {\n loadSizeUpdater\n } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @tsparticles/updater-size */ \"@tsparticles/updater-size\", 23));\n await loadBaseMover(engine, false);\n await loadCircleShape(engine, false);\n await loadColorUpdater(engine, false);\n await loadOpacityUpdater(engine, false);\n await loadOutModesUpdater(engine, false);\n await loadSizeUpdater(engine, false);\n await engine.refresh(refresh);\n}\n\n//# sourceURL=webpack://@tsparticles/basic/./dist/browser/index.js?");
37
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ loadBasic: () => (/* binding */ loadBasic)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_move_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/move-base */ \"@tsparticles/move-base\");\n/* harmony import */ var _tsparticles_move_base__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_move_base__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @tsparticles/shape-circle */ \"@tsparticles/shape-circle\");\n/* harmony import */ var _tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @tsparticles/updater-color */ \"@tsparticles/updater-color\");\n/* harmony import */ var _tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @tsparticles/updater-opacity */ \"@tsparticles/updater-opacity\");\n/* harmony import */ var _tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @tsparticles/updater-out-modes */ \"@tsparticles/updater-out-modes\");\n/* harmony import */ var _tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @tsparticles/updater-size */ \"@tsparticles/updater-size\");\n/* harmony import */ var _tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_5__);\n\n\n\n\n\n\nasync function loadBasic(engine, refresh = true) {\n await (0,_tsparticles_move_base__WEBPACK_IMPORTED_MODULE_0__.loadBaseMover)(engine, false);\n await (0,_tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_1__.loadCircleShape)(engine, false);\n await (0,_tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_2__.loadColorUpdater)(engine, false);\n await (0,_tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_3__.loadOpacityUpdater)(engine, false);\n await (0,_tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_4__.loadOutModesUpdater)(engine, false);\n await (0,_tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_5__.loadSizeUpdater)(engine, false);\n await engine.refresh(refresh);\n}\n\n//# sourceURL=webpack://@tsparticles/basic/./dist/browser/index.js?");
38
38
 
39
39
  /***/ }),
40
40
 
@@ -125,33 +125,15 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__tsparticles_updater_size__;
125
125
  /******/ }
126
126
  /******/
127
127
  /************************************************************************/
128
- /******/ /* webpack/runtime/create fake namespace object */
128
+ /******/ /* webpack/runtime/compat get default export */
129
129
  /******/ (() => {
130
- /******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
131
- /******/ var leafPrototypes;
132
- /******/ // create a fake namespace object
133
- /******/ // mode & 1: value is a module id, require it
134
- /******/ // mode & 2: merge all properties of value into the ns
135
- /******/ // mode & 4: return value when already ns object
136
- /******/ // mode & 16: return value when it's Promise-like
137
- /******/ // mode & 8|1: behave like require
138
- /******/ __webpack_require__.t = function(value, mode) {
139
- /******/ if(mode & 1) value = this(value);
140
- /******/ if(mode & 8) return value;
141
- /******/ if(typeof value === 'object' && value) {
142
- /******/ if((mode & 4) && value.__esModule) return value;
143
- /******/ if((mode & 16) && typeof value.then === 'function') return value;
144
- /******/ }
145
- /******/ var ns = Object.create(null);
146
- /******/ __webpack_require__.r(ns);
147
- /******/ var def = {};
148
- /******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
149
- /******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
150
- /******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
151
- /******/ }
152
- /******/ def['default'] = () => (value);
153
- /******/ __webpack_require__.d(ns, def);
154
- /******/ return ns;
130
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
131
+ /******/ __webpack_require__.n = (module) => {
132
+ /******/ var getter = module && module.__esModule ?
133
+ /******/ () => (module['default']) :
134
+ /******/ () => (module);
135
+ /******/ __webpack_require__.d(getter, { a: getter });
136
+ /******/ return getter;
155
137
  /******/ };
156
138
  /******/ })();
157
139
  /******/
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see tsparticles.basic.min.js.LICENSE.txt */
2
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("@tsparticles/updater-size"),require("@tsparticles/updater-out-modes"),require("@tsparticles/updater-opacity"),require("@tsparticles/updater-color"),require("@tsparticles/shape-circle"),require("@tsparticles/move-base"));else if("function"==typeof define&&define.amd)define(["@tsparticles/updater-size","@tsparticles/updater-out-modes","@tsparticles/updater-opacity","@tsparticles/updater-color","@tsparticles/shape-circle","@tsparticles/move-base"],t);else{var r="object"==typeof exports?t(require("@tsparticles/updater-size"),require("@tsparticles/updater-out-modes"),require("@tsparticles/updater-opacity"),require("@tsparticles/updater-color"),require("@tsparticles/shape-circle"),require("@tsparticles/move-base")):t(e.window,e.window,e.window,e.window,e.window,e.window);for(var o in r)("object"==typeof exports?exports:e)[o]=r[o]}}(this,((e,t,r,o,a,i)=>(()=>{var s,p,d={522:e=>{e.exports=i},969:e=>{e.exports=a},116:e=>{e.exports=o},898:e=>{e.exports=r},694:e=>{e.exports=t},394:t=>{t.exports=e}},l={};function c(e){var t=l[e];if(void 0!==t)return t.exports;var r=l[e]={exports:{}};return d[e](r,r.exports,c),r.exports}p=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,c.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var r=Object.create(null);c.r(r);var o={};s=s||[null,p({}),p([]),p(p)];for(var a=2&t&&e;"object"==typeof a&&!~s.indexOf(a);a=p(a))Object.getOwnPropertyNames(a).forEach((t=>o[t]=()=>e[t]));return o.default=()=>e,c.d(r,o),r},c.d=(e,t)=>{for(var r in t)c.o(t,r)&&!c.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},c.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),c.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{async function e(e,t=!0){const{loadBaseMover:r}=await Promise.resolve().then(c.t.bind(c,522,23)),{loadCircleShape:o}=await Promise.resolve().then(c.t.bind(c,969,23)),{loadColorUpdater:a}=await Promise.resolve().then(c.t.bind(c,116,23)),{loadOpacityUpdater:i}=await Promise.resolve().then(c.t.bind(c,898,23)),{loadOutModesUpdater:s}=await Promise.resolve().then(c.t.bind(c,694,23)),{loadSizeUpdater:p}=await Promise.resolve().then(c.t.bind(c,394,23));await r(e,!1),await o(e,!1),await a(e,!1),await i(e,!1),await s(e,!1),await p(e,!1),await e.refresh(t)}c.r(n),c.d(n,{loadBasic:()=>e})})(),n})()));
2
+ !function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("@tsparticles/move-base"),require("@tsparticles/shape-circle"),require("@tsparticles/updater-color"),require("@tsparticles/updater-opacity"),require("@tsparticles/updater-out-modes"),require("@tsparticles/updater-size"));else if("function"==typeof define&&define.amd)define(["@tsparticles/move-base","@tsparticles/shape-circle","@tsparticles/updater-color","@tsparticles/updater-opacity","@tsparticles/updater-out-modes","@tsparticles/updater-size"],r);else{var t="object"==typeof exports?r(require("@tsparticles/move-base"),require("@tsparticles/shape-circle"),require("@tsparticles/updater-color"),require("@tsparticles/updater-opacity"),require("@tsparticles/updater-out-modes"),require("@tsparticles/updater-size")):r(e.window,e.window,e.window,e.window,e.window,e.window);for(var a in t)("object"==typeof exports?exports:e)[a]=t[a]}}(this,((e,r,t,a,o,i)=>(()=>{var s={522:r=>{r.exports=e},969:e=>{e.exports=r},116:e=>{e.exports=t},898:e=>{e.exports=a},694:e=>{e.exports=o},394:e=>{e.exports=i}},p={};function d(e){var r=p[e];if(void 0!==r)return r.exports;var t=p[e]={exports:{}};return s[e](t,t.exports,d),t.exports}d.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return d.d(r,{a:r}),r},d.d=(e,r)=>{for(var t in r)d.o(r,t)&&!d.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},d.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),d.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};d.r(l),d.d(l,{loadBasic:()=>v});var c=d(522),u=d(969),n=d(116),f=d(898),w=d(694),y=d(394);async function v(e,r=!0){await(0,c.loadBaseMover)(e,!1),await(0,u.loadCircleShape)(e,!1),await(0,n.loadColorUpdater)(e,!1),await(0,f.loadOpacityUpdater)(e,!1),await(0,w.loadOutModesUpdater)(e,!1),await(0,y.loadSizeUpdater)(e,!1),await e.refresh(r)}return l})()));
@@ -1 +1 @@
1
- /*! tsParticles Basic v3.3.0 by Matteo Bruni */
1
+ /*! tsParticles Basic v3.5.0 by Matteo Bruni */
package/umd/bundle.js CHANGED
@@ -18,7 +18,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
18
  if (v !== undefined) module.exports = v;
19
19
  }
20
20
  else if (typeof define === "function" && define.amd) {
21
- define(["require", "exports", ".", "@tsparticles/engine", "@tsparticles/engine"], factory);
21
+ define(["require", "exports", ".", "@tsparticles/engine"], factory);
22
22
  }
23
23
  })(function (require, exports) {
24
24
  "use strict";
@@ -26,7 +26,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  exports.loadBasic = void 0;
27
27
  const _1 = require(".");
28
28
  Object.defineProperty(exports, "loadBasic", { enumerable: true, get: function () { return _1.loadBasic; } });
29
- const engine_1 = require("@tsparticles/engine");
30
- void (0, _1.loadBasic)(engine_1.tsParticles);
31
29
  __exportStar(require("@tsparticles/engine"), exports);
32
30
  });
package/umd/index.js CHANGED
@@ -1,48 +1,28 @@
1
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2
- if (k2 === undefined) k2 = k;
3
- var desc = Object.getOwnPropertyDescriptor(m, k);
4
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
5
- desc = { enumerable: true, get: function() { return m[k]; } };
6
- }
7
- Object.defineProperty(o, k2, desc);
8
- }) : (function(o, m, k, k2) {
9
- if (k2 === undefined) k2 = k;
10
- o[k2] = m[k];
11
- }));
12
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
13
- Object.defineProperty(o, "default", { enumerable: true, value: v });
14
- }) : function(o, v) {
15
- o["default"] = v;
16
- });
17
- var __importStar = (this && this.__importStar) || function (mod) {
18
- if (mod && mod.__esModule) return mod;
19
- var result = {};
20
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
21
- __setModuleDefault(result, mod);
22
- return result;
23
- };
24
1
  (function (factory) {
25
2
  if (typeof module === "object" && typeof module.exports === "object") {
26
3
  var v = factory(require, exports);
27
4
  if (v !== undefined) module.exports = v;
28
5
  }
29
6
  else if (typeof define === "function" && define.amd) {
30
- define(["require", "exports"], factory);
7
+ define(["require", "exports", "@tsparticles/move-base", "@tsparticles/shape-circle", "@tsparticles/updater-color", "@tsparticles/updater-opacity", "@tsparticles/updater-out-modes", "@tsparticles/updater-size"], factory);
31
8
  }
32
9
  })(function (require, exports) {
33
10
  "use strict";
34
- var __syncRequire = typeof module === "object" && typeof module.exports === "object";
35
11
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.loadBasic = void 0;
12
+ exports.loadBasic = loadBasic;
13
+ const move_base_1 = require("@tsparticles/move-base");
14
+ const shape_circle_1 = require("@tsparticles/shape-circle");
15
+ const updater_color_1 = require("@tsparticles/updater-color");
16
+ const updater_opacity_1 = require("@tsparticles/updater-opacity");
17
+ const updater_out_modes_1 = require("@tsparticles/updater-out-modes");
18
+ const updater_size_1 = require("@tsparticles/updater-size");
37
19
  async function loadBasic(engine, refresh = true) {
38
- const { loadBaseMover } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("@tsparticles/move-base"))) : new Promise((resolve_1, reject_1) => { require(["@tsparticles/move-base"], resolve_1, reject_1); }).then(__importStar)), { loadCircleShape } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("@tsparticles/shape-circle"))) : new Promise((resolve_2, reject_2) => { require(["@tsparticles/shape-circle"], resolve_2, reject_2); }).then(__importStar)), { loadColorUpdater } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("@tsparticles/updater-color"))) : new Promise((resolve_3, reject_3) => { require(["@tsparticles/updater-color"], resolve_3, reject_3); }).then(__importStar)), { loadOpacityUpdater } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("@tsparticles/updater-opacity"))) : new Promise((resolve_4, reject_4) => { require(["@tsparticles/updater-opacity"], resolve_4, reject_4); }).then(__importStar)), { loadOutModesUpdater } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("@tsparticles/updater-out-modes"))) : new Promise((resolve_5, reject_5) => { require(["@tsparticles/updater-out-modes"], resolve_5, reject_5); }).then(__importStar)), { loadSizeUpdater } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("@tsparticles/updater-size"))) : new Promise((resolve_6, reject_6) => { require(["@tsparticles/updater-size"], resolve_6, reject_6); }).then(__importStar));
39
- await loadBaseMover(engine, false);
40
- await loadCircleShape(engine, false);
41
- await loadColorUpdater(engine, false);
42
- await loadOpacityUpdater(engine, false);
43
- await loadOutModesUpdater(engine, false);
44
- await loadSizeUpdater(engine, false);
20
+ await (0, move_base_1.loadBaseMover)(engine, false);
21
+ await (0, shape_circle_1.loadCircleShape)(engine, false);
22
+ await (0, updater_color_1.loadColorUpdater)(engine, false);
23
+ await (0, updater_opacity_1.loadOpacityUpdater)(engine, false);
24
+ await (0, updater_out_modes_1.loadOutModesUpdater)(engine, false);
25
+ await (0, updater_size_1.loadSizeUpdater)(engine, false);
45
26
  await engine.refresh(refresh);
46
27
  }
47
- exports.loadBasic = loadBasic;
48
28
  });