UNPKG

80.2 kBJavaScriptView Raw
1/*! For license information please see tsparticles.engine.min.js.LICENSE.txt */
2!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(this,(()=>(()=>{"use strict";var t={d:(e,i)=>{for(var s in i)t.o(i,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:i[s]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{AnimatableColor:()=>ge,AnimationOptions:()=>Ae,Background:()=>Kt,BackgroundMask:()=>ee,BackgroundMaskCover:()=>te,Circle:()=>ri,ClickEvent:()=>se,Collisions:()=>Me,CollisionsAbsorb:()=>ye,CollisionsOverlap:()=>be,ColorAnimation:()=>fe,DivEvent:()=>oe,Events:()=>le,ExternalInteractorBase:()=>_i,FullScreen:()=>ie,HoverEvent:()=>ae,HslAnimation:()=>me,HslColorManager:()=>bi,Interactivity:()=>ce,ManualParticle:()=>de,Modes:()=>he,Move:()=>De,MoveAngle:()=>Pe,MoveAttract:()=>Oe,MoveCenter:()=>ke,MoveGravity:()=>Se,MovePath:()=>Ce,MoveTrail:()=>Te,Opacity:()=>Fe,OpacityAnimation:()=>Le,Options:()=>ei,OptionsColor:()=>Qt,OutModes:()=>Ie,Parallax:()=>ne,ParticlesBounce:()=>ze,ParticlesBounceFactor:()=>xe,ParticlesDensity:()=>Ve,ParticlesInteractorBase:()=>xi,ParticlesNumber:()=>Be,ParticlesOptions:()=>Qe,Point:()=>ni,Range:()=>ai,Rectangle:()=>li,ResizeEvent:()=>re,Responsive:()=>ue,RgbColorManager:()=>wi,Shadow:()=>He,Shape:()=>$e,Size:()=>Ye,SizeAnimation:()=>Xe,Spin:()=>Ee,Stroke:()=>Je,Theme:()=>ve,ThemeDefault:()=>pe,ValueWithRandom:()=>_e,Vector:()=>o,Vector3d:()=>s,ZIndex:()=>Ze,addColorManager:()=>st,addEasing:()=>r,alterHsl:()=>Dt,animate:()=>D,areBoundsInside:()=>W,arrayRandomIndex:()=>V,calcExactPositionOrRandomFromSize:()=>k,calcExactPositionOrRandomFromSizeRanged:()=>S,calcPositionFromSize:()=>M,calcPositionOrRandomFromSize:()=>P,calcPositionOrRandomFromSizeRanged:()=>O,calculateBounds:()=>U,cancelAnimation:()=>A,circleBounce:()=>Y,circleBounceDataFromParticle:()=>X,clamp:()=>d,clear:()=>St,collisionVelocity:()=>z,colorMix:()=>yt,colorToHsl:()=>lt,colorToRgb:()=>rt,deepExtend:()=>q,divMode:()=>$,divModeExecute:()=>N,drawLine:()=>Mt,drawParticle:()=>Ct,drawParticlePlugin:()=>Et,drawPlugin:()=>It,drawShape:()=>Rt,drawShapeAfterEffect:()=>Tt,drawTriangle:()=>Pt,executeOnSingleOrMultiple:()=>Z,findItemFromSingleOrMultiple:()=>K,generatedAttribute:()=>At,getDistance:()=>w,getDistances:()=>b,getEasing:()=>l,getHslAnimationFromHsl:()=>xt,getHslFromAnimation:()=>_t,getLinkColor:()=>bt,getLinkRandomColor:()=>wt,getParticleBaseVelocity:()=>x,getParticleDirectionAngle:()=>_,getRandom:()=>c,getRandomRgbColor:()=>ft,getRangeMax:()=>m,getRangeMin:()=>f,getRangeValue:()=>v,getStyleFromHsl:()=>gt,getStyleFromRgb:()=>mt,getValue:()=>y,hasMatchMedia:()=>I,hslToRgb:()=>pt,hslaToRgba:()=>vt,isDivModeEnabled:()=>G,isInArray:()=>L,isPointInside:()=>H,isSsr:()=>T,itemFromArray:()=>B,itemFromSingleOrMultiple:()=>Q,loadFont:()=>F,loadOptions:()=>Ke,loadParticlesOptions:()=>ti,mix:()=>u,mouseDownEvent:()=>Ft,mouseLeaveEvent:()=>Ut,mouseMoveEvent:()=>Bt,mouseOutEvent:()=>qt,mouseUpEvent:()=>Vt,paintBase:()=>Ot,paintImage:()=>kt,parseAlpha:()=>C,randomInRange:()=>p,rangeColorToHsl:()=>ht,rangeColorToRgb:()=>at,rectBounce:()=>J,resizeEvent:()=>Nt,rgbToHsl:()=>ct,safeMatchMedia:()=>E,setRandom:()=>h,setRangeValue:()=>g,singleDivModeExecute:()=>j,stringToAlpha:()=>dt,stringToRgb:()=>ut,touchCancelEvent:()=>Gt,touchEndEvent:()=>Lt,touchMoveEvent:()=>Wt,touchStartEvent:()=>Ht,tsParticles:()=>Pi,visibilityChangeEvent:()=>jt});class i{constructor(){this._listeners=new Map}addEventListener(t,e){var i;this.removeEventListener(t,e),this._listeners.get(t)||this._listeners.set(t,[]),null===(i=this._listeners.get(t))||void 0===i||i.push(e)}dispatchEvent(t,e){var i;null===(i=this._listeners.get(t))||void 0===i||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);o<0||(1===s?this._listeners.delete(t):i.splice(o,1))}}class s{constructor(t,e,i){if("number"!=typeof t&&t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:0}else{if(void 0===t||void 0===e)throw new Error("tsParticles - Vector3d not initialized correctly");this.x=t,this.y=e,this.z=null!=i?i:0}}static get origin(){return s.create(0,0,0)}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}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),0)}setTo(t){this.x=t.x,this.y=t.y;const e=t;this.z=e.z?e.z:0}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}updateFromAngle(t,e){this.x=Math.cos(t)*e,this.y=Math.sin(t)*e}}class o extends s{constructor(t,e){super(t,e,0)}static get origin(){return o.create(0,0)}static clone(t){return o.create(t.x,t.y)}static create(t,e){return new o(t,e)}}let n=Math.random;const a=new Map;function r(t,e){a.get(t)||a.set(t,e)}function l(t){return a.get(t)||(t=>t)}function h(t=Math.random){n=t}function c(){return d(n(),0,1-1e-16)}function d(t,e,i){return Math.min(Math.max(t,e),i)}function u(t,e,i,s){return Math.floor((t*i+e*s)/(i+s))}function p(t){const e=m(t);let i=f(t);return e===i&&(i=0),c()*(e-i)+i}function v(t){return"number"==typeof t?t:p(t)}function f(t){return"number"==typeof t?t:t.min}function m(t){return"number"==typeof t?t:t.max}function g(t,e){if(t===e||void 0===e&&"number"==typeof t)return t;const i=f(t),s=m(t);return void 0!==e?{min:Math.min(i,e),max:Math.max(s,e)}:g(i,s)}function y(t){const e=t.random,{enable:i,minimumValue:s}="boolean"==typeof e?{enable:e,minimumValue:0}:e;return v(i?g(t.value,s):t.value)}function b(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 w(t,e){return b(t,e).distance}function _(t,e,i){if("number"==typeof t)return t*Math.PI/180;switch(t){case"top":return-Math.PI/2;case"top-right":return-Math.PI/4;case"right":return 0;case"bottom-right":return Math.PI/4;case"bottom":return Math.PI/2;case"bottom-left":return 3*Math.PI/4;case"left":return Math.PI;case"top-left":return-3*Math.PI/4;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 c()*Math.PI*2}}function x(t){const e=o.origin;return e.length=1,e.angle=t,e}function z(t,e,i,s){return o.create(t.x*(i-s)/(i+s)+2*e.x*s/(i+s),t.y)}function M(t){return t.position&&void 0!==t.position.x&&void 0!==t.position.y?{x:t.position.x*t.size.width/100,y:t.position.y*t.size.height/100}:void 0}function P(t){var e,i,s,o;return{x:(null!==(i=null===(e=t.position)||void 0===e?void 0:e.x)&&void 0!==i?i:100*c())*t.size.width/100,y:(null!==(o=null===(s=t.position)||void 0===s?void 0:s.y)&&void 0!==o?o:100*c())*t.size.height/100}}function O(t){var e,i;const s={x:void 0!==(null===(e=t.position)||void 0===e?void 0:e.x)?v(t.position.x):void 0,y:void 0!==(null===(i=t.position)||void 0===i?void 0:i.y)?v(t.position.y):void 0};return P({size:t.size,position:s})}function k(t){var e,i,s,o;return{x:null!==(i=null===(e=t.position)||void 0===e?void 0:e.x)&&void 0!==i?i:c()*t.size.width,y:null!==(o=null===(s=t.position)||void 0===s?void 0:s.y)&&void 0!==o?o:c()*t.size.height}}function S(t){var e,i;const s={x:void 0!==(null===(e=t.position)||void 0===e?void 0:e.x)?v(t.position.x):void 0,y:void 0!==(null===(i=t.position)||void 0===i?void 0:i.y)?v(t.position.y):void 0};return k({size:t.size,position:s})}function C(t){return t?t.endsWith("%")?parseFloat(t)/100:parseFloat(t):1}function R(t,e,i,s,o,n){const a={bounced:!1};return e.min<s.min||e.min>s.max||e.max<s.min||e.max>s.max||(t.max>=i.min&&t.max<=(i.max+i.min)/2&&o>0||t.min<=i.max&&t.min>(i.max+i.min)/2&&o<0)&&(a.velocity=o*-n,a.bounced=!0),a}function T(){return"undefined"==typeof window||!window||void 0===window.document||!window.document}function I(){return!T()&&"undefined"!=typeof matchMedia}function E(t){if(I())return matchMedia(t)}function D(){return T()?t=>setTimeout(t):t=>(requestAnimationFrame||setTimeout)(t)}function A(){return T()?t=>clearTimeout(t):t=>(cancelAnimationFrame||clearTimeout)(t)}function L(t,e){return t===e||e instanceof Array&&e.indexOf(t)>-1}async function F(t,e){try{await document.fonts.load(`${null!=e?e:"400"} 36px '${null!=t?t:"Verdana"}'`)}catch(t){}}function V(t){return Math.floor(c()*t.length)}function B(t,e,i=!0){return t[void 0!==e&&i?e%t.length:V(t)]}function H(t,e,i,s,o){return W(U(t,null!=s?s:0),e,i,o)}function W(t,e,i,s){let o=!0;return s&&"bottom"!==s||(o=t.top<e.height+i.x),!o||s&&"left"!==s||(o=t.right>i.x),!o||s&&"right"!==s||(o=t.left<e.width+i.y),!o||s&&"top"!==s||(o=t.bottom>i.y),o}function U(t,e){return{bottom:t.y+e,left:t.x-e,right:t.x+e,top:t.y-e}}function q(t,...e){for(const i of e){if(null==i)continue;if("object"!=typeof i){t=i;continue}const e=Array.isArray(i);!e||"object"==typeof t&&t&&Array.isArray(t)?e||"object"==typeof t&&t&&!Array.isArray(t)||(t={}):t=[];for(const e in i){if("__proto__"===e)continue;const s=i[e],o="object"==typeof s,n=t;n[e]=o&&Array.isArray(s)?s.map((t=>q(n[e],t))):q(n[e],s)}}return t}function G(t,e){return!!K(e,(e=>e.enable&&L(t,e.mode)))}function N(t,e,i){Z(e,(e=>{const s=e.mode;e.enable&&L(t,s)&&j(e,i)}))}function j(t,e){Z(t.selectors,(i=>{e(i,t)}))}function $(t,e){if(e&&t)return K(t,(t=>function(t,e){const i=Z(e,(e=>t.matches(e)));return i instanceof Array?i.some((t=>t)):i}(e,t.selectors)))}function X(t){return{position:t.getPosition(),radius:t.getRadius(),mass:t.getMass(),velocity:t.velocity,factor:o.create(y(t.options.bounce.horizontal),y(t.options.bounce.vertical))}}function Y(t,e){const{x:i,y:s}=t.velocity.sub(e.velocity),[o,n]=[t.position,e.position],{dx:a,dy:r}=b(n,o);if(i*a+s*r<0)return;const l=-Math.atan2(r,a),h=t.mass,c=e.mass,d=t.velocity.rotate(l),u=e.velocity.rotate(l),p=z(d,u,h,c),v=z(u,d,h,c),f=p.rotate(-l),m=v.rotate(-l);t.velocity.x=f.x*t.factor.x,t.velocity.y=f.y*t.factor.y,e.velocity.x=m.x*e.factor.x,e.velocity.y=m.y*e.factor.y}function J(t,e){const i=U(t.getPosition(),t.getRadius()),s=R({min:i.left,max:i.right},{min:i.top,max:i.bottom},{min:e.left,max:e.right},{min:e.top,max:e.bottom},t.velocity.x,y(t.options.bounce.horizontal));s.bounced&&(void 0!==s.velocity&&(t.velocity.x=s.velocity),void 0!==s.position&&(t.position.x=s.position));const o=R({min:i.top,max:i.bottom},{min:i.left,max:i.right},{min:e.top,max:e.bottom},{min:e.left,max:e.right},t.velocity.y,y(t.options.bounce.vertical));o.bounced&&(void 0!==o.velocity&&(t.velocity.y=o.velocity),void 0!==o.position&&(t.position.y=o.position))}function Z(t,e){return t instanceof Array?t.map(((t,i)=>e(t,i))):e(t,0)}function Q(t,e,i){return t instanceof Array?B(t,e,i):t}function K(t,e){return t instanceof Array?t.find(((t,i)=>e(t,i))):e(t,0)?t:void 0}const tt="random",et="mid",it=new Map;function st(t){it.set(t.key,t)}function ot(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function nt(t){for(const[,e]of it)if(t.startsWith(e.stringPrefix))return e.parseString(t);const e=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,((t,e,i,s,o)=>e+e+i+i+s+s+(void 0!==o?o+o:""))),i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i.exec(e);return i?{a:void 0!==i[4]?parseInt(i[4],16)/255:1,b:parseInt(i[3],16),g:parseInt(i[2],16),r:parseInt(i[1],16)}:void 0}function at(t,e,i=!0){if(!t)return;const s="string"==typeof t?{value:t}:t;if("string"==typeof s.value)return rt(s.value,e,i);if(s.value instanceof Array)return at({value:B(s.value,e,i)});for(const[,t]of it){const e=t.handleRangeColor(s);if(e)return e}}function rt(t,e,i=!0){if(!t)return;const s="string"==typeof t?{value:t}:t;if("string"==typeof s.value)return s.value===tt?ft():ut(s.value);if(s.value instanceof Array)return rt({value:B(s.value,e,i)});for(const[,t]of it){const e=t.handleColor(s);if(e)return e}}function lt(t,e,i=!0){const s=rt(t,e,i);return s?ct(s):void 0}function ht(t,e,i=!0){const s=at(t,e,i);return s?ct(s):void 0}function ct(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:(o+n)/2,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 dt(t){var e;return null===(e=nt(t))||void 0===e?void 0:e.a}function ut(t){return nt(t)}function pt(t){const e={b:0,g:0,r:0},i={h:t.h/360,l:t.l/100,s:t.s/100};if(i.s){const t=i.l<.5?i.l*(1+i.s):i.l+i.s-i.l*i.s,s=2*i.l-t;e.r=ot(s,t,i.h+1/3),e.g=ot(s,t,i.h),e.b=ot(s,t,i.h-1/3)}else e.b=i.l,e.g=i.l,e.r=i.l;return e.r=Math.floor(255*e.r),e.g=Math.floor(255*e.g),e.b=Math.floor(255*e.b),e}function vt(t){const e=pt(t);return{a:t.a,b:e.b,g:e.g,r:e.r}}function ft(t){const e=null!=t?t:0;return{b:Math.floor(p(g(e,256))),g:Math.floor(p(g(e,256))),r:Math.floor(p(g(e,256)))}}function mt(t,e){return`rgba(${t.r}, ${t.g}, ${t.b}, ${null!=e?e:1})`}function gt(t,e){return`hsla(${t.h}, ${t.s}%, ${t.l}%, ${null!=e?e:1})`}function yt(t,e,i,s){let o=t,n=e;return void 0===o.r&&(o=pt(t)),void 0===n.r&&(n=pt(e)),{b:u(o.b,n.b,i,s),g:u(o.g,n.g,i,s),r:u(o.r,n.r,i,s)}}function bt(t,e,i){var s,o;if(i===tt)return ft();if(i!==et)return i;{const i=null!==(s=t.getFillColor())&&void 0!==s?s:t.getStrokeColor(),n=null!==(o=null==e?void 0:e.getFillColor())&&void 0!==o?o:null==e?void 0:e.getStrokeColor();if(i&&n&&e)return yt(i,n,t.getRadius(),e.getRadius());{const t=null!=i?i:n;if(t)return pt(t)}}}function wt(t,e,i){const s="string"==typeof t?t:t.value;return s===tt?i?at({value:s}):e?tt:et:s===et?et:at({value:s})}function _t(t){return void 0!==t?{h:t.h.value,s:t.s.value,l:t.l.value}:void 0}function xt(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&&(zt(s.h,e.h,i),zt(s.s,e.s,i),zt(s.l,e.l,i)),s}function zt(t,e,i){t.enable=e.enable,t.enable?(t.velocity=v(e.speed)/100*i,t.decay=1-v(e.decay),t.status="increasing",t.loops=0,t.maxLoops=v(e.count),e.sync||(t.velocity*=c(),t.value*=c()),t.initialValue=t.value):t.velocity=0}function Mt(t,e,i){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.closePath()}function Pt(t,e,i,s){t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(i.x,i.y),t.lineTo(s.x,s.y),t.closePath()}function Ot(t,e,i){t.fillStyle=null!=i?i:"rgba(0,0,0,0)",t.fillRect(0,0,e.width,e.height)}function kt(t,e,i,s){i&&(t.globalAlpha=s,t.drawImage(i,0,0,e.width,e.height),t.globalAlpha=1)}function St(t,e){t.clearRect(0,0,e.width,e.height)}function Ct(t){var e,i,s,o,n;const{container:a,context:r,particle:l,delta:h,colorStyles:c,backgroundMask:d,composite:u,radius:p,opacity:v,shadow:f,transform:m}=t,g=l.getPosition(),y=l.rotation+(l.pathRotation?l.velocity.angle:0),b=Math.sin(y),w=Math.cos(y),_={a:w*(null!==(e=m.a)&&void 0!==e?e:1),b:b*(null!==(i=m.b)&&void 0!==i?i:1),c:-b*(null!==(s=m.c)&&void 0!==s?s:1),d:w*(null!==(o=m.d)&&void 0!==o?o:1)};r.setTransform(_.a,_.b,_.c,_.d,g.x,g.y),r.beginPath(),d&&(r.globalCompositeOperation=u);const x=l.shadowColor;f.enable&&x&&(r.shadowBlur=f.blur,r.shadowColor=mt(x),r.shadowOffsetX=f.offset.x,r.shadowOffsetY=f.offset.y),c.fill&&(r.fillStyle=c.fill);const z=null!==(n=l.strokeWidth)&&void 0!==n?n:0;r.lineWidth=z,c.stroke&&(r.strokeStyle=c.stroke),Rt(a,r,l,p,v,h),z>0&&r.stroke(),l.close&&r.closePath(),l.fill&&r.fill(),Tt(a,r,l,p,v,h),r.globalCompositeOperation="source-over",r.setTransform(1,0,0,1,0,0)}function Rt(t,e,i,s,o,n){if(!i.shape)return;const a=t.drawers.get(i.shape);a&&a.draw(e,i,s,o,n,t.retina.pixelRatio)}function Tt(t,e,i,s,o,n){if(!i.shape)return;const a=t.drawers.get(i.shape);(null==a?void 0:a.afterEffect)&&a.afterEffect(e,i,s,o,n,t.retina.pixelRatio)}function It(t,e,i){e.draw&&e.draw(t,i)}function Et(t,e,i,s){e.drawParticle&&e.drawParticle(t,i,s)}function Dt(t,e,i){return{h:t.h,s:t.s,l:t.l+("darken"===e?-1:1)*i}}const At="generated",Lt="touchend",Ft="pointerdown",Vt="pointerup",Bt="pointermove",Ht="touchstart",Wt="touchmove",Ut="pointerleave",qt="pointerout",Gt="touchcancel",Nt="resize",jt="visibilitychange";function $t(t,e,i){var s;const o=e[i];void 0!==o&&(t[i]=(null!==(s=t[i])&&void 0!==s?s:1)*o)}class Xt{constructor(t){this.container=t,this.size={height:0,width:0},this._context=null,this._generated=!1,this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[],this._mutationObserver=T()||"undefined"==typeof MutationObserver?void 0:new MutationObserver((t=>{for(const e of t)"attributes"===e.type&&"style"===e.attributeName&&this._repairStyle()}))}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(mt(i.color,i.opacity)):i.image&&this._paintImage(i.image,i.opacity):this.draw((t=>{St(t,this.size)}))}destroy(){var t,e;null===(t=this._mutationObserver)||void 0===t||t.disconnect(),this._generated?null===(e=this.element)||void 0===e||e.remove():this._resetOriginalStyle(),this.draw((t=>{St(t,this.size)})),this._preDrawUpdaters=[],this._postDrawUpdaters=[],this._resizePlugins=[],this._colorPlugins=[]}draw(t){if(this._context)return t(this._context)}drawParticle(t,e){var i;if(t.spawning||t.destroyed)return;const s=t.getRadius();if(s<=0)return;const o=t.getFillColor(),n=null!==(i=t.getStrokeColor())&&void 0!==i?i:o;let[a,r]=this._getPluginParticleColors(t);a||(a=o),r||(r=n),(a||r)&&this.draw((i=>{var o,n,l,h;const c=this.container.actualOptions,d=t.options.zIndex,u=(1-t.zIndexFactor)**d.opacityRate,p=null!==(l=null!==(o=t.bubble.opacity)&&void 0!==o?o:null===(n=t.opacity)||void 0===n?void 0:n.value)&&void 0!==l?l:1,v=p*u,f=(null!==(h=t.strokeOpacity)&&void 0!==h?h:p)*u,m={},g={fill:a?gt(a,v):void 0};g.stroke=r?gt(r,f):g.fill,this._applyPreDrawUpdaters(i,t,s,v,g,m),Ct({container:this.container,context:i,particle:t,delta:e,colorStyles:g,backgroundMask:c.backgroundMask.enable,composite:c.backgroundMask.composite,radius:s*(1-t.zIndexFactor)**d.sizeRate,opacity:v,shadow:t.options.shadow,transform:m}),this._applyPostDrawUpdaters(t)}))}drawParticlePlugin(t,e,i){this.draw((s=>{Et(s,t,e,i)}))}drawPlugin(t,e){this.draw((i=>{It(i,t,e)}))}async init(){var t;this.resize(),this._initStyle(),this._initCover();try{await this._initTrail()}catch(t){console.error(t)}this.initBackground(),this.element&&(null===(t=this._mutationObserver)||void 0===t||t.observe(this.element,{attributes:!0})),this.initUpdaters(),this.initPlugins(),this.paint()}initBackground(){const t=this.container.actualOptions.background,e=this.element,i=null==e?void 0:e.style;if(i){if(t.color){const e=at(t.color);i.backgroundColor=e?mt(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){var e,i;this._generated&&(null===(e=this.element)||void 0===e||e.remove()),this._generated=t.dataset&&At in t.dataset?"true"===t.dataset[At]:this._generated,this.element=t,this.element.ariaHidden="true",this._originalStyle=q({},this.element.style),this.size.height=t.offsetHeight,this.size.width=t.offsetWidth,this._context=this.element.getContext("2d"),null===(i=this._mutationObserver)||void 0===i||i.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?(St(e,this.size),this._paintBase(this._coverColorStyle)):this._paintBase()}))}resize(){if(!this.element)return;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;const n=Object.assign({},i);this.element.width=i.width=this.element.offsetWidth*e,this.element.height=i.height=this.element.offsetHeight*e,this.container.started&&(this.resizeFactor={width:i.width/n.width,height:i.height/n.height})}async windowResize(){if(!this.element)return;this.resize();const t=this.container,e=t.updateActualOptions();t.particles.setDensity(),this._applyResizePlugins(),e&&await t.refresh()}_applyPostDrawUpdaters(t){var e;for(const i of this._postDrawUpdaters)null===(e=i.afterDraw)||void 0===e||e.call(i,t)}_applyPreDrawUpdaters(t,e,i,s,o,n){var a;for(const r of this._preDrawUpdaters){if(r.getColorStyles){const{fill:n,stroke:a}=r.getColorStyles(e,t,i,s);n&&(o.fill=n),a&&(o.stroke=a)}if(r.getTransformValues){const t=r.getTransformValues(e);for(const e in t)$t(n,t,e)}null===(a=r.beforeDraw)||void 0===a||a.call(r,e)}}_applyResizePlugins(){for(const t of this._resizePlugins)t.resize&&t.resize()}_getPluginParticleColors(t){let e,i;for(const s of this._colorPlugins)if(!e&&s.particleFillColor&&(e=ht(s.particleFillColor(t))),!i&&s.particleStrokeColor&&(i=ht(s.particleStrokeColor(t))),e&&i)break;return[e,i]}_initCover(){const t=this.container.actualOptions.backgroundMask.cover,e=at(t.color);if(e){const i={r:e.r,g:e.g,b:e.b,a:t.opacity};this._coverColorStyle=mt(i,i.a)}}_initStyle(){const t=this.element,e=this.container.actualOptions;if(t){this._fullScreen?(this._originalStyle=q({},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")}}}async _initTrail(){const t=this.container.actualOptions,e=t.particles.move.trail,i=e.fill;if(e.enable)if(i.color){const e=at(i.color);if(!e)return;const s=t.particles.move.trail;this._trailFill={color:Object.assign({},e),opacity:1/s.length}}else await new Promise(((t,s)=>{if(!i.image)return;const o=document.createElement("img");o.addEventListener("load",(()=>{this._trailFill={image:o,opacity:1/e.length},t()})),o.addEventListener("error",(t=>{s(t.error)})),o.src=i.image}))}_paintBase(t){this.draw((e=>{Ot(e,this.size,t)}))}_paintImage(t,e){this.draw((i=>{kt(i,this.size,t,e)}))}_repairStyle(){var t,e;const i=this.element;i&&(null===(t=this._mutationObserver)||void 0===t||t.disconnect(),this._initStyle(),this.initBackground(),null===(e=this._mutationObserver)||void 0===e||e.observe(i,{attributes:!0}))}_resetOriginalStyle(){const t=this.element,e=this._originalStyle;t&&e&&(t.style.position=e.position,t.style.zIndex=e.zIndex,t.style.top=e.top,t.style.left=e.left,t.style.width=e.width,t.style.height=e.height)}_setFullScreenStyle(){const t=this.element;if(!t)return;const e="important";t.style.setProperty("position","fixed",e),t.style.setProperty("z-index",this.container.actualOptions.fullScreen.zIndex.toString(10),e),t.style.setProperty("top","0",e),t.style.setProperty("left","0",e),t.style.setProperty("width","100%",e),t.style.setProperty("height","100%",e)}}function Yt(t,e,i,s,o){if(s){let s={passive:!0};"boolean"==typeof o?s.capture=o:void 0!==o&&(s=o),t.addEventListener(e,i,s)}else{const s=o;t.removeEventListener(e,i,s)}}class Jt{constructor(t){this.container=t,this.canPush=!0,this.handlers={mouseMove:t=>this.mouseTouchMove(t),touchStart:t=>this.mouseTouchMove(t),touchMove:t=>this.mouseTouchMove(t),touchEnd:()=>this.mouseTouchFinish(),mouseLeave:()=>this.mouseTouchFinish(),touchCancel:()=>this.mouseTouchFinish(),touchEndClick:t=>this.mouseTouchClick(t),mouseUp:t=>this.mouseTouchClick(t),mouseDown:()=>this.mouseDown(),visibilityChange:()=>this.handleVisibilityChange(),themeChange:t=>this.handleThemeChange(t),oldThemeChange:t=>this.handleThemeChange(t),resize:()=>this.handleWindowResize()}}addListeners(){this.manageListeners(!0)}removeListeners(){this.manageListeners(!1)}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=Object.assign({},s),t.clickTime=(new Date).getTime();Z(i.interactivity.events.onClick.mode,(t=>this.handleClickMode(t)))}"touchend"===t.type&&setTimeout((()=>this.mouseTouchFinish()),500)}handleClickMode(t){this.container.handleClickMode(t)}handleThemeChange(t){const e=t,i=this.container,s=i.options,o=s.defaultThemes,n=e.matches?o.dark:o.light,a=s.themes.find((t=>t.name===n));a&&a.default.auto&&i.loadTheme(n)}handleVisibilityChange(){const t=this.container,e=t.actualOptions;this.mouseTouchFinish(),e.pauseOnBlur&&((null===document||void 0===document?void 0:document.hidden)?(t.pageHidden=!0,t.pause()):(t.pageHidden=!1,t.getAnimationStatus()?t.play(!0):t.draw(!0)))}handleWindowResize(){this.resizeTimeout&&(clearTimeout(this.resizeTimeout),delete this.resizeTimeout),this.resizeTimeout=setTimeout((async()=>{var t;return null===(t=this.container.canvas)||void 0===t?void 0:t.windowResize()}),1e3*this.container.actualOptions.interactivity.events.resize.delay)}manageListeners(t){var e;const i=this.handlers,s=this.container,o=s.actualOptions,n=o.interactivity.detectsOn;let a=Ut;if("window"===n)s.interactivity.element=window,a=qt;else if("parent"===n&&s.canvas.element){const t=s.canvas.element;s.interactivity.element=null!==(e=t.parentElement)&&void 0!==e?e:t.parentNode}else s.interactivity.element=s.canvas.element;const r=E("(prefers-color-scheme: dark)");r&&(void 0!==r.addEventListener?Yt(r,"change",i.themeChange,t):void 0!==r.addListener&&(t?r.addListener(i.oldThemeChange):r.removeListener(i.oldThemeChange)));const l=s.interactivity.element;if(!l)return;const h=l;(o.interactivity.events.onHover.enable||o.interactivity.events.onClick.enable)&&(Yt(l,Bt,i.mouseMove,t),Yt(l,Ht,i.touchStart,t),Yt(l,Wt,i.touchMove,t),o.interactivity.events.onClick.enable?(Yt(l,Lt,i.touchEndClick,t),Yt(l,Vt,i.mouseUp,t),Yt(l,Ft,i.mouseDown,t)):Yt(l,Lt,i.touchEnd,t),Yt(l,a,i.mouseLeave,t),Yt(l,Gt,i.touchCancel,t)),s.canvas.element&&(s.canvas.element.style.pointerEvents=h===s.canvas.element?"initial":"none"),o.interactivity.events.resize&&("undefined"!=typeof ResizeObserver?this.resizeObserver&&!t?(s.canvas.element&&this.resizeObserver.unobserve(s.canvas.element),this.resizeObserver.disconnect(),delete this.resizeObserver):!this.resizeObserver&&t&&s.canvas.element&&(this.resizeObserver=new ResizeObserver((t=>{t.find((t=>t.target===s.canvas.element))&&this.handleWindowResize()})),this.resizeObserver.observe(s.canvas.element)):Yt(window,Nt,i.resize,t)),document&&Yt(document,jt,i.visibilityChange,t,!1)}mouseDown(){const t=this.container.interactivity;if(t){const e=t.mouse;e.clicking=!0,e.downPosition=e.position}}mouseTouchClick(t){const e=this.container,i=e.actualOptions,s=e.interactivity.mouse;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}}mouseTouchFinish(){const t=this.container.interactivity;if(!t)return;const e=t.mouse;delete e.position,delete e.clickPosition,delete e.downPosition,t.status=Ut,e.inside=!1,e.clicking=!1}mouseTouchMove(t){var e,i,s,o,n,a,r;const l=this.container,h=l.actualOptions;if(!(null===(e=l.interactivity)||void 0===e?void 0:e.element))return;let c;l.interactivity.mouse.inside=!0;const d=l.canvas.element;if(t.type.startsWith("pointer")){this.canPush=!0;const e=t;if(l.interactivity.element===window){if(d){const t=d.getBoundingClientRect();c={x:e.clientX-t.left,y:e.clientY-t.top}}}else if("parent"===h.interactivity.detectsOn){const t=e.target,o=e.currentTarget,n=l.canvas.element;if(t&&o&&n){const i=t.getBoundingClientRect(),s=o.getBoundingClientRect(),a=n.getBoundingClientRect();c={x:e.offsetX+2*i.left-(s.left+a.left),y:e.offsetY+2*i.top-(s.top+a.top)}}else c={x:null!==(i=e.offsetX)&&void 0!==i?i:e.clientX,y:null!==(s=e.offsetY)&&void 0!==s?s:e.clientY}}else e.target===l.canvas.element&&(c={x:null!==(o=e.offsetX)&&void 0!==o?o:e.clientX,y:null!==(n=e.offsetY)&&void 0!==n?n:e.clientY})}else{this.canPush="touchmove"!==t.type;const e=t,i=e.touches[e.touches.length-1],s=null==d?void 0:d.getBoundingClientRect();c={x:i.clientX-(null!==(a=null==s?void 0:s.left)&&void 0!==a?a:0),y:i.clientY-(null!==(r=null==s?void 0:s.top)&&void 0!==r?r:0)}}const u=l.retina.pixelRatio;c&&(c.x*=u,c.y*=u),l.interactivity.mouse.position=c,l.interactivity.status=Bt}}class Zt{constructor(t){this.container=t}async nextFrame(t){var e;try{const i=this.container;if(!i.smooth&&void 0!==i.lastFrameTime&&t<i.lastFrameTime+1e3/i.fpsLimit)return void i.draw(!1);null!==(e=i.lastFrameTime)&&void 0!==e||(i.lastFrameTime=t);const s=function(t,e=60,i=!1){return{value:t,factor:i?60/e:60*t/1e3}}(t-i.lastFrameTime,i.fpsLimit,i.smooth);if(i.lifeTime+=s.value,i.lastFrameTime=t,s.value>1e3)return void i.draw(!1);if(await i.particles.draw(s),i.duration>0&&i.lifeTime>i.duration)return void i.destroy();i.getAnimationStatus()&&i.draw(!1)}catch(t){console.error("tsParticles error in animation loop",t)}}}class Qt{constructor(){this.value=""}static create(t,e){const i=new Qt;return i.load(t),void 0!==e&&("string"==typeof e||e instanceof Array?i.load({value:e}):i.load(e)),i}load(t){void 0!==(null==t?void 0:t.value)&&(this.value=t.value)}}class Kt{constructor(){this.color=new Qt,this.color.value="",this.image="",this.position="",this.repeat="",this.size="",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=Qt.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 te{constructor(){this.color=new Qt,this.color.value="#fff",this.opacity=1}load(t){t&&(void 0!==t.color&&(this.color=Qt.create(this.color,t.color)),void 0!==t.opacity&&(this.opacity=t.opacity))}}class ee{constructor(){this.composite="destination-out",this.cover=new te,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="string"==typeof t.cover?{color:t.cover}:t.cover;this.cover.load(void 0!==e.color?e:{color:i})}void 0!==t.enable&&(this.enable=t.enable)}}}class ie{constructor(){this.enable=!0,this.zIndex=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.zIndex&&(this.zIndex=t.zIndex))}}class se{constructor(){this.enable=!1,this.mode=[]}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode))}}class oe{constructor(){this.selectors=[],this.enable=!1,this.mode=[],this.type="circle"}get el(){return this.elementId}set el(t){this.elementId=t}get elementId(){return this.ids}set elementId(t){this.ids=t}get ids(){return Z(this.selectors,(t=>t.replace("#","")))}set ids(t){this.selectors=Z(t,(t=>`#${t}`))}load(t){var e,i;if(!t)return;const s=null!==(i=null!==(e=t.ids)&&void 0!==e?e:t.elementId)&&void 0!==i?i:t.el;void 0!==s&&(this.ids=s),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 ne{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 ae{constructor(){this.enable=!1,this.mode=[],this.parallax=new ne}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 re{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 le{constructor(){this.onClick=new se,this.onDiv=new oe,this.onHover=new ae,this.resize=new re}get onclick(){return this.onClick}set onclick(t){this.onClick=t}get ondiv(){return this.onDiv}set ondiv(t){this.onDiv=t}get onhover(){return this.onHover}set onhover(t){this.onHover=t}load(t){var e,i,s;if(!t)return;this.onClick.load(null!==(e=t.onClick)&&void 0!==e?e:t.onclick);const o=null!==(i=t.onDiv)&&void 0!==i?i:t.ondiv;void 0!==o&&(this.onDiv=Z(o,(t=>{const e=new oe;return e.load(t),e}))),this.onHover.load(null!==(s=t.onHover)&&void 0!==s?s:t.onhover),"boolean"==typeof t.resize?this.resize.enable=t.resize:this.resize.load(t.resize)}}class he{constructor(t,e){this._engine=t,this._container=e}load(t){if(t&&this._container){const e=this._engine.plugins.interactors.get(this._container);if(e)for(const i of e)i.loadModeOptions&&i.loadModeOptions(this,t)}}}class ce{constructor(t,e){this.detectsOn="window",this.events=new le,this.modes=new he(t,e)}get detect_on(){return this.detectsOn}set detect_on(t){this.detectsOn=t}load(t){var e;if(!t)return;const i=null!==(e=t.detectsOn)&&void 0!==e?e:t.detect_on;void 0!==i&&(this.detectsOn=i),this.events.load(t.events),this.modes.load(t.modes)}}class de{load(t){var e,i;t&&(void 0!==t.position&&(this.position={x:null!==(e=t.position.x)&&void 0!==e?e:50,y:null!==(i=t.position.y)&&void 0!==i?i:50}),void 0!==t.options&&(this.options=q({},t.options)))}}class ue{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=q({},t.options)))}}class pe{constructor(){this.auto=!1,this.mode="any",this.value=!1}load(t){t&&(void 0!==t.auto&&(this.auto=t.auto),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.value&&(this.value=t.value))}}class ve{constructor(){this.name="",this.default=new pe}load(t){t&&(void 0!==t.name&&(this.name=t.name),this.default.load(t.default),void 0!==t.options&&(this.options=q({},t.options)))}}class fe{constructor(){this.count=0,this.enable=!1,this.offset=0,this.speed=1,this.decay=0,this.sync=!0}load(t){t&&(void 0!==t.count&&(this.count=g(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.offset&&(this.offset=g(t.offset)),void 0!==t.speed&&(this.speed=g(t.speed)),void 0!==t.decay&&(this.decay=g(t.decay)),void 0!==t.sync&&(this.sync=t.sync))}}class me{constructor(){this.h=new fe,this.s=new fe,this.l=new fe}load(t){t&&(this.h.load(t.h),this.s.load(t.s),this.l.load(t.l))}}class ge extends Qt{constructor(){super(),this.animation=new me}static create(t,e){const i=new ge;return i.load(t),void 0!==e&&("string"==typeof e||e instanceof Array?i.load({value:e}):i.load(e)),i}load(t){if(super.load(t),!t)return;const e=t.animation;void 0!==e&&(void 0!==e.enable?this.animation.h.load(e):this.animation.load(t.animation))}}class ye{constructor(){this.speed=2}load(t){t&&void 0!==t.speed&&(this.speed=t.speed)}}class be{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 we{constructor(){this.enable=!1,this.minimumValue=0}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0!==t.minimumValue&&(this.minimumValue=t.minimumValue))}}class _e{constructor(){this.random=new we,this.value=0}load(t){t&&("boolean"==typeof t.random?this.random.enable=t.random:this.random.load(t.random),void 0!==t.value&&(this.value=g(t.value,this.random.enable?this.random.minimumValue:void 0)))}}class xe extends _e{constructor(){super(),this.random.minimumValue=.1,this.value=1}}class ze{constructor(){this.horizontal=new xe,this.vertical=new xe}load(t){t&&(this.horizontal.load(t.horizontal),this.vertical.load(t.vertical))}}class Me{constructor(){this.absorb=new ye,this.bounce=new ze,this.enable=!1,this.mode="bounce",this.overlap=new be}load(t){t&&(this.absorb.load(t.absorb),this.bounce.load(t.bounce),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.mode&&(this.mode=t.mode),this.overlap.load(t.overlap))}}class Pe{constructor(){this.offset=0,this.value=90}load(t){t&&(void 0!==t.offset&&(this.offset=g(t.offset)),void 0!==t.value&&(this.value=g(t.value)))}}class Oe{constructor(){this.distance=200,this.enable=!1,this.rotate={x:3e3,y:3e3}}get rotateX(){return this.rotate.x}set rotateX(t){this.rotate.x=t}get rotateY(){return this.rotate.y}set rotateY(t){this.rotate.y=t}load(t){var e,i,s,o;if(!t)return;void 0!==t.distance&&(this.distance=g(t.distance)),void 0!==t.enable&&(this.enable=t.enable);const n=null!==(i=null===(e=t.rotate)||void 0===e?void 0:e.x)&&void 0!==i?i:t.rotateX;void 0!==n&&(this.rotate.x=n);const a=null!==(o=null===(s=t.rotate)||void 0===s?void 0:s.y)&&void 0!==o?o:t.rotateY;void 0!==a&&(this.rotate.y=a)}}class ke{constructor(){this.x=50,this.y=50,this.mode="percent",this.radius=0}load(t){t&&(void 0!==t.x&&(this.x=t.x),void 0!==t.y&&(this.y=t.y),void 0!==t.mode&&(this.mode=t.mode),void 0!==t.radius&&(this.radius=t.radius))}}class Se{constructor(){this.acceleration=9.81,this.enable=!1,this.inverse=!1,this.maxSpeed=50}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=g(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.inverse&&(this.inverse=t.inverse),void 0!==t.maxSpeed&&(this.maxSpeed=g(t.maxSpeed)))}}class Ce{constructor(){this.clamp=!0,this.delay=new _e,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=q(this.options,t.options)))}}class Re{load(t){t&&(void 0!==t.color&&(this.color=Qt.create(this.color,t.color)),void 0!==t.image&&(this.image=t.image))}}class Te{constructor(){this.enable=!1,this.length=10,this.fill=new Re}get fillColor(){return this.fill.color}set fillColor(t){this.fill.load({color:t})}load(t){t&&(void 0!==t.enable&&(this.enable=t.enable),void 0===t.fill&&void 0===t.fillColor||this.fill.load(t.fill||{color:t.fillColor}),void 0!==t.length&&(this.length=t.length))}}class Ie{constructor(){this.default="out"}load(t){var e,i,s,o;t&&(void 0!==t.default&&(this.default=t.default),this.bottom=null!==(e=t.bottom)&&void 0!==e?e:t.default,this.left=null!==(i=t.left)&&void 0!==i?i:t.default,this.right=null!==(s=t.right)&&void 0!==s?s:t.default,this.top=null!==(o=t.top)&&void 0!==o?o:t.default)}}class Ee{constructor(){this.acceleration=0,this.enable=!1}load(t){t&&(void 0!==t.acceleration&&(this.acceleration=g(t.acceleration)),void 0!==t.enable&&(this.enable=t.enable),this.position=t.position?q({},t.position):void 0)}}class De{constructor(){this.angle=new Pe,this.attract=new Oe,this.center=new ke,this.decay=0,this.distance={},this.direction="none",this.drift=0,this.enable=!1,this.gravity=new Se,this.path=new Ce,this.outModes=new Ie,this.random=!1,this.size=!1,this.speed=2,this.spin=new Ee,this.straight=!1,this.trail=new Te,this.vibrate=!1,this.warp=!1}get bounce(){return this.collisions}set bounce(t){this.collisions=t}get collisions(){return!1}set collisions(t){}get noise(){return this.path}set noise(t){this.path=t}get outMode(){return this.outModes.default}set outMode(t){this.outModes.default=t}get out_mode(){return this.outMode}set out_mode(t){this.outMode=t}load(t){var e,i,s;if(!t)return;this.angle.load("number"==typeof t.angle?{value:t.angle}:t.angle),this.attract.load(t.attract),this.center.load(t.center),void 0!==t.decay&&(this.decay=g(t.decay)),void 0!==t.direction&&(this.direction=t.direction),void 0!==t.distance&&(this.distance="number"==typeof t.distance?{horizontal:t.distance,vertical:t.distance}:Object.assign({},t.distance)),void 0!==t.drift&&(this.drift=g(t.drift)),void 0!==t.enable&&(this.enable=t.enable),this.gravity.load(t.gravity);const o=null!==(i=null!==(e=t.outModes)&&void 0!==e?e:t.outMode)&&void 0!==i?i:t.out_mode;void 0!==o&&("object"==typeof o?this.outModes.load(o):this.outModes.load({default:o})),this.path.load(null!==(s=t.path)&&void 0!==s?s:t.noise),void 0!==t.random&&(this.random=t.random),void 0!==t.size&&(this.size=t.size),void 0!==t.speed&&(this.speed=g(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 Ae{constructor(){this.count=0,this.enable=!1,this.speed=1,this.decay=0,this.sync=!1}load(t){t&&(void 0!==t.count&&(this.count=g(t.count)),void 0!==t.enable&&(this.enable=t.enable),void 0!==t.speed&&(this.speed=g(t.speed)),void 0!==t.decay&&(this.decay=g(t.decay)),void 0!==t.sync&&(this.sync=t.sync))}}class Le extends Ae{constructor(){super(),this.destroy="none",this.enable=!1,this.speed=2,this.startValue="random",this.sync=!1}get opacity_min(){return this.minimumValue}set opacity_min(t){this.minimumValue=t}load(t){var e;t&&(super.load(t),void 0!==t.destroy&&(this.destroy=t.destroy),void 0!==t.enable&&(this.enable=t.enable),this.minimumValue=null!==(e=t.minimumValue)&&void 0!==e?e:t.opacity_min,void 0!==t.speed&&(this.speed=t.speed),void 0!==t.startValue&&(this.startValue=t.startValue),void 0!==t.sync&&(this.sync=t.sync))}}class Fe extends _e{constructor(){super(),this.animation=new Le,this.random.minimumValue=.1,this.value=1}get anim(){return this.animation}set anim(t){this.animation=t}load(t){var e;if(!t)return;super.load(t);const i=null!==(e=t.animation)&&void 0!==e?e:t.anim;void 0!==i&&(this.animation.load(i),this.value=g(this.value,this.animation.enable?this.animation.minimumValue:void 0))}}class Ve{constructor(){this.enable=!1,this.width=1920,this.height=1080}get area(){return this.width}set area(t){this.width=t}get factor(){return this.height}set factor(t){this.height=t}get value_area(){return this.area}set value_area(t){this.area=t}load(t){var e,i,s;if(!t)return;void 0!==t.enable&&(this.enable=t.enable);const o=null!==(i=null!==(e=t.width)&&void 0!==e?e:t.area)&&void 0!==i?i:t.value_area;void 0!==o&&(this.width=o);const n=null!==(s=t.height)&&void 0!==s?s:t.factor;void 0!==n&&(this.height=n)}}class Be{constructor(){this.density=new Ve,this.limit=0,this.value=100}get max(){return this.limit}set max(t){this.limit=t}load(t){var e;if(!t)return;this.density.load(t.density);const i=null!==(e=t.limit)&&void 0!==e?e:t.max;void 0!==i&&(this.limit=i),void 0!==t.value&&(this.value=t.value)}}class He{constructor(){this.blur=0,this.color=new Qt,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=Qt.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)))}}const We="character",Ue="char",qe="image",Ge="images",Ne="polygon",je="star";class $e{constructor(){this.options={},this.type="circle"}get character(){var t;return null!==(t=this.options[We])&&void 0!==t?t:this.options[Ue]}set character(t){this.options[Ue]=this.options[We]=t}get custom(){return this.options}set custom(t){this.options=t}get image(){var t;return null!==(t=this.options[qe])&&void 0!==t?t:this.options[Ge]}set image(t){this.options[Ge]=this.options[qe]=t}get images(){return this.image}set images(t){this.image=t}get polygon(){var t;return null!==(t=this.options[Ne])&&void 0!==t?t:this.options[je]}set polygon(t){this.options[je]=this.options[Ne]=t}get stroke(){return[]}set stroke(t){}load(t){var e,i,s;if(!t)return;const o=null!==(e=t.options)&&void 0!==e?e:t.custom;if(void 0!==o)for(const t in o){const e=o[t];e&&(this.options[t]=q(null!==(i=this.options[t])&&void 0!==i?i:{},e))}this.loadShape(t.character,We,Ue,!0),this.loadShape(t.polygon,Ne,je,!1),this.loadShape(null!==(s=t.image)&&void 0!==s?s:t.images,qe,Ge,!0),void 0!==t.type&&(this.type=t.type)}loadShape(t,e,i,s){var o,n;if(!t)return;const a=t instanceof Array,r=a?[]:{},l=a!==this.options[e]instanceof Array,h=a!==this.options[i]instanceof Array;l&&(this.options[e]=r),h&&s&&(this.options[i]=r),this.options[e]=q(null!==(o=this.options[e])&&void 0!==o?o:r,t),this.options[i]&&!s||(this.options[i]=q(null!==(n=this.options[i])&&void 0!==n?n:r,t))}}class Xe extends Ae{constructor(){super(),this.destroy="none",this.enable=!1,this.speed=5,this.startValue="random",this.sync=!1}get size_min(){return this.minimumValue}set size_min(t){this.minimumValue=t}load(t){var e;super.load(t),t&&(void 0!==t.destroy&&(this.destroy=t.destroy),void 0!==t.enable&&(this.enable=t.enable),this.minimumValue=null!==(e=t.minimumValue)&&void 0!==e?e:t.size_min,void 0!==t.speed&&(this.speed=t.speed),void 0!==t.startValue&&(this.startValue=t.startValue),void 0!==t.sync&&(this.sync=t.sync))}}class Ye extends _e{constructor(){super(),this.animation=new Xe,this.random.minimumValue=1,this.value=3}get anim(){return this.animation}set anim(t){this.animation=t}load(t){var e;if(super.load(t),!t)return;const i=null!==(e=t.animation)&&void 0!==e?e:t.anim;void 0!==i&&(this.animation.load(i),this.value=g(this.value,this.animation.enable?this.animation.minimumValue:void 0))}}class Je{constructor(){this.width=0}load(t){t&&(void 0!==t.color&&(this.color=ge.create(this.color,t.color)),void 0!==t.width&&(this.width=g(t.width)),void 0!==t.opacity&&(this.opacity=g(t.opacity)))}}class Ze extends _e{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 Qe{constructor(t,e){this._engine=t,this._container=e,this.bounce=new ze,this.collisions=new Me,this.color=new ge,this.color.value="#fff",this.groups={},this.move=new De,this.number=new Be,this.opacity=new Fe,this.reduceDuplicates=!1,this.shadow=new He,this.shape=new $e,this.size=new Ye,this.stroke=new Je,this.zIndex=new Ze}load(t){var e,i,s,o,n,a;if(!t)return;if(this.bounce.load(t.bounce),this.color.load(ge.create(this.color,t.color)),void 0!==t.groups)for(const i in t.groups){const s=t.groups[i];void 0!==s&&(this.groups[i]=q(null!==(e=this.groups[i])&&void 0!==e?e:{},s))}this.move.load(t.move),this.number.load(t.number),this.opacity.load(t.opacity),void 0!==t.reduceDuplicates&&(this.reduceDuplicates=t.reduceDuplicates),this.shape.load(t.shape),this.size.load(t.size),this.shadow.load(t.shadow),this.zIndex.load(t.zIndex);const r=null!==(s=null===(i=t.move)||void 0===i?void 0:i.collisions)&&void 0!==s?s:null===(o=t.move)||void 0===o?void 0:o.bounce;void 0!==r&&(this.collisions.enable=r),this.collisions.load(t.collisions),void 0!==t.interactivity&&(this.interactivity=q({},t.interactivity));const l=null!==(n=t.stroke)&&void 0!==n?n:null===(a=t.shape)||void 0===a?void 0:a.stroke;if(l&&(this.stroke=Z(l,(t=>{const e=new Je;return e.load(t),e}))),this._container){const e=this._engine.plugins.updaters.get(this._container);if(e)for(const i of e)i.loadOptions&&i.loadOptions(this,t);const i=this._engine.plugins.interactors.get(this._container);if(i)for(const e of i)e.loadParticlesOptions&&e.loadParticlesOptions(this,t)}}}function Ke(t,...e){for(const i of e)t.load(i)}function ti(t,e,...i){const s=new Qe(t,e);return Ke(s,...i),s}class ei{constructor(t,e){this._engine=t,this._container=e,this.autoPlay=!0,this.background=new Kt,this.backgroundMask=new ee,this.defaultThemes={},this.delay=0,this.fullScreen=new ie,this.detectRetina=!0,this.duration=0,this.fpsLimit=120,this.interactivity=new ce(t,e),this.manualParticles=[],this.particles=ti(this._engine,this._container),this.pauseOnBlur=!0,this.pauseOnOutsideViewport=!0,this.responsive=[],this.smooth=!1,this.style={},this.themes=[],this.zLayers=100}get backgroundMode(){return this.fullScreen}set backgroundMode(t){this.fullScreen.load(t)}get fps_limit(){return this.fpsLimit}set fps_limit(t){this.fpsLimit=t}get retina_detect(){return this.detectRetina}set retina_detect(t){this.detectRetina=t}load(t){var e,i,s,o,n;if(!t)return;void 0!==t.preset&&Z(t.preset,(t=>this._importPreset(t))),void 0!==t.autoPlay&&(this.autoPlay=t.autoPlay),void 0!==t.delay&&(this.delay=g(t.delay));const a=null!==(e=t.detectRetina)&&void 0!==e?e:t.retina_detect;void 0!==a&&(this.detectRetina=a),void 0!==t.duration&&(this.duration=g(t.duration));const r=null!==(i=t.fpsLimit)&&void 0!==i?i:t.fps_limit;void 0!==r&&(this.fpsLimit=r),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 l=null!==(s=t.fullScreen)&&void 0!==s?s:t.backgroundMode;"boolean"==typeof l?this.fullScreen.enable=l:this.fullScreen.load(l),this.backgroundMask.load(t.backgroundMask),this.interactivity.load(t.interactivity),void 0!==t.manualParticles&&(this.manualParticles=t.manualParticles.map((t=>{const e=new de;return e.load(t),e}))),this.particles.load(t.particles),this.style=q(this.style,t.style),this._engine.plugins.loadOptions(this,t),void 0!==t.smooth&&(this.smooth=t.smooth);const h=this._engine.plugins.interactors.get(this._container);if(h)for(const e of h)e.loadOptions&&e.loadOptions(this,t);if(void 0!==t.responsive)for(const e of t.responsive){const t=new ue;t.load(e),this.responsive.push(t)}if(this.responsive.sort(((t,e)=>t.maxWidth-e.maxWidth)),void 0!==t.themes)for(const e of t.themes){const t=this.themes.find((t=>t.name===e.name));if(t)t.load(e);else{const t=new ve;t.load(e),this.themes.push(t)}}this.defaultThemes.dark=null===(o=this._findDefaultTheme("dark"))||void 0===o?void 0:o.name,this.defaultThemes.light=null===(n=this._findDefaultTheme("light"))||void 0===n?void 0:n.name}setResponsive(t,e,i){this.load(i);const s=this.responsive.find((i=>"screen"===i.mode&&screen?i.maxWidth>screen.availWidth:i.maxWidth*e>t));return this.load(null==s?void 0:s.options),null==s?void 0:s.maxWidth}setTheme(t){if(t){const e=this.themes.find((e=>e.name===t));e&&this.load(e.options)}else{const t=E("(prefers-color-scheme: dark)"),e=t&&t.matches,i=this._findDefaultTheme(e?"dark":"light");i&&this.load(i.options)}}_findDefaultTheme(t){var e;return null!==(e=this.themes.find((e=>e.default.value&&e.default.mode===t)))&&void 0!==e?e:this.themes.find((t=>t.default.value&&"any"===t.default.mode))}_importPreset(t){this.load(this._engine.plugins.getPreset(t))}}class ii{constructor(t,e){this.container=e,this._engine=t,this._interactors=this._engine.plugins.getInteractors(this.container,!0),this._externalInteractors=[],this._particleInteractors=[]}async externalInteract(t){for(const e of this._externalInteractors)e.isEnabled()&&await e.interact(t)}handleClickMode(t){for(const e of this._externalInteractors)e.handleClickMode&&e.handleClickMode(t)}init(){this._externalInteractors=[],this._particleInteractors=[];for(const t of this._interactors){switch(t.type){case"external":this._externalInteractors.push(t);break;case"particles":this._particleInteractors.push(t)}t.init()}}async particlesInteract(t,e){for(const i of this._externalInteractors)i.clear(t,e);for(const i of this._particleInteractors)i.isEnabled(t)&&await i.interact(t,e)}async reset(t){for(const e of this._externalInteractors)e.isEnabled()&&await e.reset(t);for(const e of this._particleInteractors)e.isEnabled(t)&&await e.reset(t)}}const si=t=>{L(t.outMode,t.checkModes)&&(t.coord>t.maxCoord-2*t.radius?t.setCb(-t.radius):t.coord<2*t.radius&&t.setCb(t.radius))};class oi{constructor(t,e,i,s,o,n){this.container=i,this._engine=t,this.init(e,s,o,n)}destroy(t){var e;if(!this.unbreakable&&!this.destroyed){this.destroyed=!0,this.bubble.inRange=!1,this.slow.inRange=!1;for(const[,e]of this.container.plugins)e.particleDestroyed&&e.particleDestroyed(this,t);for(const e of this.container.particles.updaters)e.particleDestroyed&&e.particleDestroyed(this,t);null===(e=this.pathGenerator)||void 0===e||e.reset(this)}}draw(t){const e=this.container;for(const[,i]of e.plugins)e.canvas.drawParticlePlugin(i,this,t);e.canvas.drawParticle(this,t)}getFillColor(){var t;return this._getRollColor(null!==(t=this.bubble.color)&&void 0!==t?t:_t(this.color))}getMass(){return this.getRadius()**2*Math.PI/2}getPosition(){return{x:this.position.x+this.offset.x,y:this.position.y+this.offset.y,z:this.position.z}}getRadius(){var t;return null!==(t=this.bubble.radius)&&void 0!==t?t:this.size.value}getStrokeColor(){var t;return this._getRollColor(null!==(t=this.bubble.color)&&void 0!==t?t:_t(this.strokeColor))}init(t,e,i,s){var n,a,r,l,h,u,g,b,w;const x=this.container,z=this._engine;this.id=t,this.group=s,this.fill=!0,this.pathRotation=!1,this.close=!0,this.lastPathTime=0,this.destroyed=!1,this.unbreakable=!1,this.rotation=0,this.misplaced=!1,this.retina={maxDistance:{}},this.outType="normal",this.ignoresResizeRatio=!0;const M=x.retina.pixelRatio,P=x.actualOptions,O=ti(this._engine,x,P.particles),k=O.shape.type,{reduceDuplicates:S}=O;this.shape=Q(k,this.id,S);const C=O.shape;if(i&&i.shape&&i.shape.type){const t=Q(i.shape.type,this.id,S);t&&(this.shape=t,C.load(i.shape))}this.shapeData=this._loadShapeData(C,S),O.load(i),O.load(null===(n=this.shapeData)||void 0===n?void 0:n.particles),this.interactivity=new ce(z,x),this.interactivity.load(x.actualOptions.interactivity),this.interactivity.load(O.interactivity),this.fill=null!==(r=null===(a=this.shapeData)||void 0===a?void 0:a.fill)&&void 0!==r?r:this.fill,this.close=null!==(h=null===(l=this.shapeData)||void 0===l?void 0:l.close)&&void 0!==h?h:this.close,this.options=O;const R=this.options.move.path;this.pathDelay=1e3*y(R.delay),R.generator&&(this.pathGenerator=this._engine.plugins.getPathGenerator(R.generator),this.pathGenerator&&x.addPath(R.generator,this.pathGenerator)&&this.pathGenerator.init(x));const T=v(this.options.zIndex.value);x.retina.initParticle(this);const I=this.options.size,E=I.value,D=I.animation;if(this.size={enable:I.animation.enable,value:v(I.value)*x.retina.pixelRatio,max:m(E)*M,min:f(E)*M,loops:0,maxLoops:v(I.animation.count)},D.enable)switch(this.size.status="increasing",this.size.decay=1-v(D.decay),D.startValue){case"min":this.size.value=this.size.min,this.size.status="increasing";break;case"random":this.size.value=p(this.size),this.size.status=c()>=.5?"increasing":"decreasing";break;default:this.size.value=this.size.max,this.size.status="decreasing"}this.size.initialValue=this.size.value,this.bubble={inRange:!1},this.slow={inRange:!1,factor:1},this.position=this._calcPosition(x,e,d(T,0,x.zLayers)),this.initialPosition=this.position.copy();const A=x.canvas.size,L=Object.assign({},this.options.move.center),F="percent"===L.mode;switch(this.moveCenter={x:L.x*(F?A.width/100:1),y:L.y*(F?A.height/100:1),radius:null!==(u=this.options.move.center.radius)&&void 0!==u?u:0,mode:null!==(g=this.options.move.center.mode)&&void 0!==g?g:"percent"},this.direction=_(this.options.move.direction,this.position,this.moveCenter),this.options.move.direction){case"inside":this.outType="inside";break;case"outside":this.outType="outside"}this.initialVelocity=this._calculateVelocity(),this.velocity=this.initialVelocity.copy(),this.moveDecay=1-v(this.options.move.decay),this.offset=o.origin;const V=x.particles;V.needsSort=V.needsSort||V.lastZIndex<this.position.z,V.lastZIndex=this.position.z,this.zIndexFactor=this.position.z/x.zLayers,this.sides=24;let B=x.drawers.get(this.shape);B||(B=this._engine.plugins.getShapeDrawer(this.shape),B&&x.drawers.set(this.shape,B)),(null==B?void 0:B.loadShape)&&(null==B||B.loadShape(this));const H=null==B?void 0:B.getSidesCount;H&&(this.sides=H(this)),this.spawning=!1,this.shadowColor=at(this.options.shadow.color);for(const t of x.particles.updaters)t.init(this);for(const t of x.particles.movers)null===(b=t.init)||void 0===b||b.call(t,this);(null==B?void 0:B.particleInit)&&B.particleInit(x,this);for(const[,t]of x.plugins)null===(w=t.particleCreated)||void 0===w||w.call(t,this)}isInsideCanvas(){const t=this.getRadius(),e=this.container.canvas.size;return this.position.x>=-t&&this.position.y>=-t&&this.position.y<=e.height+t&&this.position.x<=e.width+t}isVisible(){return!this.destroyed&&!this.spawning&&this.isInsideCanvas()}reset(){var t;for(const e of this.container.particles.updaters)null===(t=e.reset)||void 0===t||t.call(e,this)}_calcPosition(t,e,i,o=0){var n,a,r,l;for(const[,o]of t.plugins){const t=void 0!==o.particlePosition?o.particlePosition(e,this):void 0;if(void 0!==t)return s.create(t.x,t.y,i)}const h=k({size:t.canvas.size,position:e}),c=s.create(h.x,h.y,i),d=this.getRadius(),u=this.options.move.outModes,p=e=>{si({outMode:e,checkModes:["bounce","bounce-horizontal"],coord:c.x,maxCoord:t.canvas.size.width,setCb:t=>c.x+=t,radius:d})},v=e=>{si({outMode:e,checkModes:["bounce","bounce-vertical"],coord:c.y,maxCoord:t.canvas.size.height,setCb:t=>c.y+=t,radius:d})};return p(null!==(n=u.left)&&void 0!==n?n:u.default),p(null!==(a=u.right)&&void 0!==a?a:u.default),v(null!==(r=u.top)&&void 0!==r?r:u.default),v(null!==(l=u.bottom)&&void 0!==l?l:u.default),this._checkOverlap(c,o)?this._calcPosition(t,void 0,i,o+1):c}_calculateVelocity(){const t=x(this.direction).copy(),e=this.options.move;if("inside"===e.direction||"outside"===e.direction)return t;const i=Math.PI/180*v(e.angle.value),s=Math.PI/180*v(e.angle.offset),o={left:s-i/2,right:s+i/2};return e.straight||(t.angle+=p(g(o.left,o.right))),e.random&&"number"==typeof e.speed&&(t.length*=c()),t}_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("Particle is overlapping and can't be placed");let a=!1;for(const e of this.container.particles.array)if(w(t,e.position)<s+e.getRadius()){a=!0;break}return a}_getRollColor(t){var e;if(!t||!this.roll||!this.backColor&&!this.roll.alter)return t;const i=this.roll.horizontal&&this.roll.vertical?2:1,s=this.roll.horizontal?Math.PI/2:0;return Math.floor(((null!==(e=this.roll.angle)&&void 0!==e?e:0)+s)/(Math.PI/i))%2?this.backColor?this.backColor:this.roll.alter?Dt(t,this.roll.alter.type,this.roll.alter.value):t:t}_loadShapeData(t,e){const i=t.options[this.shape];if(i)return q({},Q(i,this.id,e))}}class ni{constructor(t,e){this.position=t,this.particle=e}}class ai{constructor(t,e){this.position={x:t,y:e}}}class ri extends ai{constructor(t,e,i){super(t,e),this.radius=i}contains(t){return w(t,this.position)<=this.radius}intersects(t){const e=t,i=t,s=this.position,o=t.position,n=Math.abs(o.x-s.x),a=Math.abs(o.y-s.y),r=this.radius;if(void 0!==i.radius){return r+i.radius>Math.sqrt(n**2+a**2)}if(void 0!==e.size){const t=e.size.width,i=e.size.height;return Math.pow(n-t,2)+Math.pow(a-i,2)<=r**2||n<=r+t&&a<=r+i||n<=t||a<=i}return!1}}class li extends ai{constructor(t,e,i,s){super(t,e),this.size={height:s,width:i}}contains(t){const e=this.size.width,i=this.size.height,s=this.position;return t.x>=s.x&&t.x<=s.x+e&&t.y>=s.y&&t.y<=s.y+i}intersects(t){t instanceof ri&&t.intersects(this);const e=this.size.width,i=this.size.height,s=this.position,o=t.position,n=t instanceof li?t.size:{width:0,height:0},a=n.width,r=n.height;return o.x<s.x+e&&o.x+a>s.x&&o.y<s.y+i&&o.y+r>s.y}}class hi{constructor(t,e){this.rectangle=t,this.capacity=e,this._points=[],this._divided=!1}insert(t){var e,i,s,o,n;return!!this.rectangle.contains(t.position)&&(this._points.length<this.capacity?(this._points.push(t),!0):(this._divided||this.subdivide(),null!==(n=(null===(e=this._NE)||void 0===e?void 0:e.insert(t))||(null===(i=this._NW)||void 0===i?void 0:i.insert(t))||(null===(s=this._SE)||void 0===s?void 0:s.insert(t))||(null===(o=this._SW)||void 0===o?void 0:o.insert(t)))&&void 0!==n&&n))}query(t,e,i){var s,o,n,a;const r=null!=i?i:[];if(!t.intersects(this.rectangle))return[];for(const i of this._points)!t.contains(i.position)&&w(t.position,i.position)>i.particle.getRadius()&&(!e||e(i.particle))||r.push(i.particle);return this._divided&&(null===(s=this._NE)||void 0===s||s.query(t,e,r),null===(o=this._NW)||void 0===o||o.query(t,e,r),null===(n=this._SE)||void 0===n||n.query(t,e,r),null===(a=this._SW)||void 0===a||a.query(t,e,r)),r}queryCircle(t,e,i){return this.query(new ri(t.x,t.y,e),i)}queryRectangle(t,e,i){return this.query(new li(t.x,t.y,e.width,e.height),i)}subdivide(){const t=this.rectangle.position.x,e=this.rectangle.position.y,i=this.rectangle.size.width,s=this.rectangle.size.height,o=this.capacity;this._NE=new hi(new li(t,e,i/2,s/2),o),this._NW=new hi(new li(t+i/2,e,i/2,s/2),o),this._SE=new hi(new li(t,e+s/2,i/2,s/2),o),this._SW=new hi(new li(t+i/2,e+s/2,i/2,s/2),o),this._divided=!0}}class ci{constructor(t,e){this.container=e,this._engine=t,this.nextId=0,this.array=[],this.zArray=[],this.pool=[],this.limit=0,this.needsSort=!1,this.lastZIndex=0,this.interactionManager=new ii(this._engine,e);const i=this.container.canvas.size;this.quadTree=new hi(new li(-i.width/4,-i.height/4,3*i.width/2,3*i.height/2),4),this.movers=this._engine.plugins.getMovers(e,!0),this.updaters=this._engine.plugins.getUpdaters(e,!0)}get count(){return this.array.length}addManualParticles(){const t=this.container,e=t.actualOptions;for(const i of e.manualParticles)this.addParticle(M({size:t.canvas.size,position:i.position}),i.options)}addParticle(t,e,i,s){const o=this.container.actualOptions.particles.number.limit;if(o>0){const t=this.count+1-o;t>0&&this.removeQuantity(t)}return this._pushParticle(t,e,i,s)}clear(){this.array=[],this.zArray=[]}destroy(){this.array=[],this.zArray=[],this.movers=[],this.updaters=[]}async draw(t){const e=this.container,i=this.container.canvas.size;this.quadTree=new hi(new li(-i.width/4,-i.height/4,3*i.width/2,3*i.height/2),4),e.canvas.clear(),await this.update(t),this.needsSort&&(this.zArray.sort(((t,e)=>e.position.z-t.position.z||t.id-e.id)),this.lastZIndex=this.zArray[this.zArray.length-1].position.z,this.needsSort=!1);for(const[,i]of e.plugins)e.canvas.drawPlugin(i,t);for(const e of this.zArray)e.draw(t)}handleClickMode(t){this.interactionManager.handleClickMode(t)}init(){var t;const e=this.container,i=e.actualOptions;this.lastZIndex=0,this.needsSort=!1;let s=!1;this.updaters=this._engine.plugins.getUpdaters(e,!0),this.interactionManager.init();for(const[,t]of e.plugins)if(void 0!==t.particlesInitialization&&(s=t.particlesInitialization()),s)break;this.interactionManager.init();for(const[,t]of e.pathGenerators)t.init(e);if(this.addManualParticles(),!s){for(const e in i.particles.groups){const s=i.particles.groups[e];for(let o=this.count,n=0;n<(null===(t=s.number)||void 0===t?void 0:t.value)&&o<i.particles.number.value;o++,n++)this.addParticle(void 0,s,e)}for(let t=this.count;t<i.particles.number.value;t++)this.addParticle()}}push(t,e,i,s){this.pushing=!0;for(let o=0;o<t;o++)this.addParticle(null==e?void 0:e.position,i,s);this.pushing=!1}async redraw(){this.clear(),this.init(),await this.draw({value:0,factor:0})}remove(t,e,i){this.removeAt(this.array.indexOf(t),void 0,e,i)}removeAt(t,e=1,i,s){if(t<0||t>this.count)return;let o=0;for(let n=t;o<e&&n<this.count;n++){const t=this.array[n];if(!t||t.group!==i)continue;t.destroy(s),this.array.splice(n--,1);const e=this.zArray.indexOf(t);this.zArray.splice(e,1),this.pool.push(t),o++,this._engine.dispatchEvent("particleRemoved",{container:this.container,data:{particle:t}})}}removeQuantity(t,e){this.removeAt(0,t,e)}setDensity(){const t=this.container.actualOptions;for(const e in t.particles.groups)this._applyDensity(t.particles.groups[e],0,e);this._applyDensity(t.particles,t.manualParticles.length)}async update(t){var e,i;const s=this.container,o=[];for(const[,t]of s.pathGenerators)t.update();for(const[,i]of s.plugins)null===(e=i.update)||void 0===e||e.call(i,t);for(const e of this.array){const n=s.canvas.resizeFactor;n&&!e.ignoresResizeRatio&&(e.position.x*=n.width,e.position.y*=n.height,e.initialPosition.x*=n.width,e.initialPosition.y*=n.height),e.ignoresResizeRatio=!1,await this.interactionManager.reset(e);for(const[,s]of this.container.plugins){if(e.destroyed)break;null===(i=s.particleUpdate)||void 0===i||i.call(s,e,t)}for(const i of this.movers)i.isEnabled(e)&&i.move(e,t);e.destroyed?o.push(e):this.quadTree.insert(new ni(e.getPosition(),e))}for(const t of o)this.remove(t);await this.interactionManager.externalInteract(t);for(const e of this.array){for(const i of this.updaters)i.update(e,t);e.destroyed||e.spawning||await this.interactionManager.particlesInteract(e,t)}delete s.canvas.resizeFactor}_applyDensity(t,e,i){var s;if(!(null===(s=t.number.density)||void 0===s?void 0:s.enable))return;const o=t.number,n=this._initDensityFactor(o.density),a=o.value,r=o.limit>0?o.limit:a,l=Math.min(a,r)*n+e,h=Math.min(this.count,this.array.filter((t=>t.group===i)).length);this.limit=o.limit*n,h<l?this.push(Math.abs(l-h),void 0,t,i):h>l&&this.removeQuantity(h-l,i)}_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.factor*s**2*t.area)}_pushParticle(t,e,i,s){try{let o=this.pool.pop();o?o.init(this.nextId,t,e,i):o=new oi(this._engine,this.nextId,this.container,t,e,i);let n=!0;if(s&&(n=s(o)),!n)return;return this.array.push(o),this.zArray.push(o),this.nextId++,this._engine.dispatchEvent("particleAdded",{container:this.container,data:{particle:o}}),o}catch(t){return void console.warn(`error adding particle: ${t}`)}}}class di{constructor(t){this.container=t}init(){const t=this.container,e=t.actualOptions;this.pixelRatio=!e.detectRetina||T()?1:window.devicePixelRatio,this.reduceFactor=1;const i=this.pixelRatio;if(t.canvas.element){const e=t.canvas.element;t.canvas.size.width=e.offsetWidth*i,t.canvas.size.height=e.offsetHeight*i}const s=e.particles;this.attractDistance=v(s.move.attract.distance)*i,this.sizeAnimationSpeed=v(s.size.animation.speed)*i,this.maxSpeed=v(s.move.gravity.maxSpeed)*i}initParticle(t){const e=t.options,i=this.pixelRatio,s=e.move.distance,o=t.retina;o.attractDistance=v(e.move.attract.distance)*i,o.moveDrift=v(e.move.drift)*i,o.moveSpeed=v(e.move.speed)*i,o.sizeAnimationSpeed=v(e.size.animation.speed)*i;const n=o.maxDistance;n.horizontal=void 0!==s.horizontal?s.horizontal*i:void 0,n.vertical=void 0!==s.vertical?s.vertical*i:void 0,o.maxSpeed=v(e.move.gravity.maxSpeed)*i}}function ui(t){return t&&!t.destroyed}function pi(t,e,...i){const s=new ei(t,e);return Ke(s,...i),s}const vi={generate:t=>{const e=t.velocity.copy();return e.angle+=e.length*Math.PI/180,e},init:()=>{},update:()=>{},reset:()=>{}};class fi{constructor(t,e,i){this.id=e,this._engine=t,this.fpsLimit=120,this.smooth=!1,this._delay=0,this.duration=0,this.lifeTime=0,this._firstStart=!0,this.started=!1,this.destroyed=!1,this._paused=!0,this.lastFrameTime=0,this.zLayers=100,this.pageHidden=!1,this._sourceOptions=i,this._initialSourceOptions=i,this.retina=new di(this),this.canvas=new Xt(this),this.particles=new ci(this._engine,this),this.frameManager=new Zt(this),this.pathGenerators=new Map,this.interactivity={mouse:{clicking:!1,inside:!1}},this.plugins=new Map,this.drawers=new Map,this._options=pi(this._engine,this),this.actualOptions=pi(this._engine,this),this._eventListeners=new Jt(this),"undefined"!=typeof IntersectionObserver&&IntersectionObserver&&(this._intersectionObserver=new IntersectionObserver((t=>this._intersectionManager(t)))),this._engine.dispatchEvent("containerBuilt",{container:this})}get options(){return this._options}get sourceOptions(){return this._sourceOptions}addClickHandler(t){if(!ui(this))return;const e=this.interactivity.element;if(!e)return;const i=(e,i,s)=>{if(!ui(this))return;const o=this.retina.pixelRatio,n={x:i.x*o,y:i.y*o},a=this.particles.quadTree.queryCircle(n,s*o);t(e,a)};let s=!1,o=!1;e.addEventListener("click",(t=>{if(!ui(this))return;const e=t,s={x:e.offsetX||e.clientX,y:e.offsetY||e.clientY};i(t,s,1)})),e.addEventListener("touchstart",(()=>{ui(this)&&(s=!0,o=!1)})),e.addEventListener("touchmove",(()=>{ui(this)&&(o=!0)})),e.addEventListener("touchend",(t=>{if(ui(this)){if(s&&!o){const e=t;let s=e.touches[e.touches.length-1];if(!s&&(s=e.changedTouches[e.changedTouches.length-1],!s))return;const o=this.canvas.element,n=o?o.getBoundingClientRect():void 0,a={x:s.clientX-(n?n.left:0),y:s.clientY-(n?n.top:0)};i(t,a,Math.max(s.radiusX,s.radiusY))}s=!1,o=!1}})),e.addEventListener("touchcancel",(()=>{ui(this)&&(s=!1,o=!1)}))}addPath(t,e,i=!1){return!(!ui(this)||!i&&this.pathGenerators.has(t))&&(this.pathGenerators.set(t,null!=e?e:vi),!0)}destroy(){if(!ui(this))return;this.stop(),this.particles.destroy(),this.canvas.destroy();for(const[,t]of this.drawers)t.destroy&&t.destroy(this);for(const t of this.drawers.keys())this.drawers.delete(t);this._engine.plugins.destroy(this),this.destroyed=!0;const t=this._engine.dom(),e=t.findIndex((t=>t===this));e>=0&&t.splice(e,1),this._engine.dispatchEvent("containerDestroyed",{container:this})}draw(t){if(!ui(this))return;let e=t;this._drawAnimationFrame=D()((async t=>{e&&(this.lastFrameTime=void 0,e=!1),await this.frameManager.nextFrame(t)}))}exportConfiguration(){return JSON.stringify(this.actualOptions,((t,e)=>{if("_engine"!==t&&"_container"!==t)return e}),2)}exportImage(t,e,i){const s=this.canvas.element;s&&s.toBlob(t,null!=e?e:"image/png",i)}exportImg(t){this.exportImage(t)}getAnimationStatus(){return!this._paused&&!this.pageHidden&&ui(this)}handleClickMode(t){if(ui(this)){this.particles.handleClickMode(t);for(const[,e]of this.plugins)e.handleClickMode&&e.handleClickMode(t)}}async init(){if(!ui(this))return;const t=this._engine.plugins.getSupportedShapes();for(const e of t){const t=this._engine.plugins.getShapeDrawer(e);t&&this.drawers.set(e,t)}this._options=pi(this._engine,this,this._initialSourceOptions,this.sourceOptions),this.actualOptions=pi(this._engine,this,this._options);const e=this._engine.plugins.getAvailablePlugins(this);for(const[t,i]of e)this.plugins.set(t,i);this.retina.init(),await this.canvas.init(),this.updateActualOptions(),this.canvas.initBackground(),this.canvas.resize(),this.zLayers=this.actualOptions.zLayers,this.duration=1e3*v(this.actualOptions.duration),this._delay=1e3*v(this.actualOptions.delay),this.lifeTime=0,this.fpsLimit=this.actualOptions.fpsLimit>0?this.actualOptions.fpsLimit:120,this.smooth=this.actualOptions.smooth;for(const[,t]of this.drawers)t.init&&await t.init(this);for(const[,t]of this.plugins)t.init&&await t.init();this._engine.dispatchEvent("containerInit",{container:this}),this.particles.init(),this.particles.setDensity();for(const[,t]of this.plugins)t.particlesSetup&&t.particlesSetup();this._engine.dispatchEvent("particlesSetup",{container:this})}async loadTheme(t){ui(this)&&(this._currentTheme=t,await this.refresh())}pause(){if(ui(this)&&(void 0!==this._drawAnimationFrame&&(A()(this._drawAnimationFrame),delete this._drawAnimationFrame),!this._paused)){for(const[,t]of this.plugins)t.pause&&t.pause();this.pageHidden||(this._paused=!0),this._engine.dispatchEvent("containerPaused",{container:this})}}play(t){if(!ui(this))return;const e=this._paused||t;if(!this._firstStart||this.actualOptions.autoPlay){if(this._paused&&(this._paused=!1),e)for(const[,t]of this.plugins)t.play&&t.play();this._engine.dispatchEvent("containerPlay",{container:this}),this.draw(e||!1)}else this._firstStart=!1}async refresh(){if(ui(this))return this.stop(),this.start()}async reset(){if(ui(this))return this._options=pi(this._engine,this),this.refresh()}setNoise(t,e,i){ui(this)&&this.setPath(t,e,i)}setPath(t,e,i){if(!t||!ui(this))return;const s=Object.assign({},vi);if("function"==typeof t)s.generate=t,e&&(s.init=e),i&&(s.update=i);else{const e=s;s.generate=t.generate||e.generate,s.init=t.init||e.init,s.update=t.update||e.update}this.addPath("default",s,!0)}async start(){ui(this)&&!this.started&&(await this.init(),this.started=!0,await new Promise((t=>{this._delayTimeout=setTimeout((async()=>{this._eventListeners.addListeners(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.observe(this.interactivity.element);for(const[,t]of this.plugins)t.start&&await t.start();this._engine.dispatchEvent("containerStarted",{container:this}),this.play(),t()}),this._delay)})))}stop(){if(ui(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.clear(),this.interactivity.element instanceof HTMLElement&&this._intersectionObserver&&this._intersectionObserver.unobserve(this.interactivity.element);for(const[,t]of this.plugins)t.stop&&t.stop();for(const t of this.plugins.keys())this.plugins.delete(t);this._sourceOptions=this._options,this._engine.dispatchEvent("containerStopped",{container:this})}}updateActualOptions(){this.actualOptions.responsive=[];const t=this.actualOptions.setResponsive(this.canvas.size.width,this.retina.pixelRatio,this._options);return this.actualOptions.setTheme(this._currentTheme),this.responsiveMaxWidth!==t&&(this.responsiveMaxWidth=t,!0)}_intersectionManager(t){if(ui(this)&&this.actualOptions.pauseOnOutsideViewport)for(const e of t)e.target===this.interactivity.element&&(e.isIntersecting?this.play:this.pause)()}}class mi{constructor(t){this._engine=t}load(t,e,i){const s={index:i,remote:!1};return"string"==typeof t?s.tagId=t:s.options=t,"number"==typeof e?s.index=e:s.options=null!=e?e:s.options,this.loadOptions(s)}async loadJSON(t,e,i){let s,o;return"number"==typeof e||void 0===e?s=t:(o=t,s=e),this.loadRemoteOptions({tagId:o,url:s,index:i,remote:!0})}async loadOptions(t){var e,i,s;const o=null!==(e=t.tagId)&&void 0!==e?e:`tsparticles${Math.floor(1e4*c())}`,{index:n,url:a,remote:r}=t,l=r?await async function(t,e){const i=Q(t,e);if(!i)return;const s=await fetch(i);if(s.ok)return s.json();console.error(`tsParticles - Error ${s.status} while retrieving config file`)}(a,n):t.options;let h=null!==(i=t.element)&&void 0!==i?i:document.getElementById(o);h||(h=document.createElement("div"),h.id=o,null===(s=document.querySelector("body"))||void 0===s||s.append(h));const d=Q(l,n),u=this._engine.dom(),p=u.findIndex((t=>t.id===o));if(p>=0){const t=this._engine.domItem(p);t&&!t.destroyed&&(t.destroy(),u.splice(p,1))}let v;if("canvas"===h.tagName.toLowerCase())v=h,v.dataset[At]="false";else{const t=h.getElementsByTagName("canvas");t.length?(v=t[0],v.dataset[At]="false"):(v=document.createElement("canvas"),v.dataset[At]="true",h.appendChild(v))}v.style.width||(v.style.width="100%"),v.style.height||(v.style.height="100%");const f=new fi(this._engine,o,d);return p>=0?u.splice(p,0,f):u.push(f),f.canvas.loadCanvas(v),await f.start(),f}async loadRemoteOptions(t){return this.loadOptions(t)}async set(t,e,i,s){const o={index:s,remote:!1};return"string"==typeof t?o.tagId=t:o.element=t,e instanceof HTMLElement?o.element=e:o.options=e,"number"==typeof i?o.index=i:o.options=null!=i?i:o.options,this.loadOptions(o)}async setJSON(t,e,i,s){let o,n,a,r;return t instanceof HTMLElement?(r=t,o=e,a=i):(n=t,r=e,o=i,a=s),this.loadRemoteOptions({tagId:n,url:o,index:a,element:r,remote:!0})}}function gi(t,e,i,s=!1){let o=e.get(t);return o&&!s||(o=[...i.values()].map((e=>e(t))),e.set(t,o)),o}class yi{constructor(t){this._engine=t,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.drawers=new Map,this.pathGenerators=new Map}addInteractor(t,e){this._initializers.interactors.set(t,e)}addParticleMover(t,e){this._initializers.movers.set(t,e)}addParticleUpdater(t,e){this._initializers.updaters.set(t,e)}addPathGenerator(t,e){this.getPathGenerator(t)||this.pathGenerators.set(t,e)}addPlugin(t){this.getPlugin(t.id)||this.plugins.push(t)}addPreset(t,e,i=!1){!i&&this.getPreset(t)||this.presets.set(t,e)}addShapeDrawer(t,e){Z(t,(t=>{this.getShapeDrawer(t)||this.drawers.set(t,e)}))}destroy(t){this.updaters.delete(t),this.movers.delete(t),this.interactors.delete(t)}getAvailablePlugins(t){const e=new Map;for(const i of this.plugins)i.needsPlugin(t.actualOptions)&&e.set(i.id,i.getPlugin(t));return e}getInteractors(t,e=!1){return gi(t,this.interactors,this._initializers.interactors,e)}getMovers(t,e=!1){return gi(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.drawers.get(t)}getSupportedShapes(){return this.drawers.keys()}getUpdaters(t,e=!1){return gi(t,this.updaters,this._initializers.updaters,e)}loadOptions(t,e){for(const i of this.plugins)i.loadOptions(t,e)}loadParticlesOptions(t,e,...i){const s=this.updaters.get(t);if(s)for(const t of s)t.loadOptions&&t.loadOptions(e,...i)}}class bi{constructor(){this.key="hsl",this.stringPrefix="hsl"}handleColor(t){var e;const i=null!==(e=t.value.hsl)&&void 0!==e?e:t.value;if(void 0!==i.h&&void 0!==i.s&&void 0!==i.l)return pt(i)}handleRangeColor(t){var e;const i=null!==(e=t.value.hsl)&&void 0!==e?e:t.value;if(void 0!==i.h&&void 0!==i.l)return pt({h:v(i.h),l:v(i.l),s:v(i.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?vt({a:e.length>4?C(e[5]):1,h:parseInt(e[1],10),l:parseInt(e[3],10),s:parseInt(e[2],10)}):void 0}}class wi{constructor(){this.key="rgb",this.stringPrefix="rgb"}handleColor(t){var e;const i=null!==(e=t.value.rgb)&&void 0!==e?e:t.value;if(void 0!==i.r)return i}handleRangeColor(t){var e;const i=null!==(e=t.value.rgb)&&void 0!==e?e:t.value;if(void 0!==i.r)return{r:v(i.r),g:v(i.g),b:v(i.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?C(e[5]):1,b:parseInt(e[3],10),g:parseInt(e[2],10),r:parseInt(e[1],10)}:void 0}}class _i{constructor(t){this.container=t,this.type="external"}}class xi{constructor(t){this.container=t,this.type="particles"}}const zi=new wi,Mi=new bi;st(zi),st(Mi);const Pi=new class{constructor(){this._domArray=[],this._eventDispatcher=new i,this._initialized=!1,this._loader=new mi(this),this.plugins=new yi(this)}addEventListener(t,e){this._eventDispatcher.addEventListener(t,e)}async addInteractor(t,e){this.plugins.addInteractor(t,e),await this.refresh()}async addMover(t,e){this.plugins.addParticleMover(t,e),await this.refresh()}async addParticleUpdater(t,e){this.plugins.addParticleUpdater(t,e),await this.refresh()}async addPathGenerator(t,e){this.plugins.addPathGenerator(t,e),await this.refresh()}async addPlugin(t){this.plugins.addPlugin(t),await this.refresh()}async addPreset(t,e,i=!1){this.plugins.addPreset(t,e,i),await this.refresh()}async addShape(t,e,i,s,o){let n;n="function"==typeof e?{afterEffect:s,destroy:o,draw:e,init:i}:e,this.plugins.addShapeDrawer(t,n),await this.refresh()}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;e.splice(t,1)}init(){this._initialized||(this._initialized=!0)}async load(t,e){return this._loader.load(t,e)}async loadFromArray(t,e,i){return this._loader.load(t,e,i)}async loadJSON(t,e,i){return this._loader.loadJSON(t,e,i)}async refresh(){for(const t of this.dom())await t.refresh()}removeEventListener(t,e){this._eventDispatcher.removeEventListener(t,e)}async set(t,e,i){return this._loader.set(t,e,i)}async setJSON(t,e,i,s){return this._loader.setJSON(t,e,i,s)}setOnClickHandler(t){const e=this.dom();if(!e.length)throw new Error("Can only set click handlers after calling tsParticles.load() or tsParticles.loadJSON()");for(const i of e)i.addClickHandler(t)}};return Pi.init(),e})()));
\No newline at end of file