tsparticles 1.39.0 → 1.39.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (953) hide show
  1. package/Core/Canvas.d.ts +1 -1
  2. package/Core/Canvas.js +27 -27
  3. package/Core/Container.d.ts +5 -5
  4. package/Core/Container.js +3 -3
  5. package/Core/Interfaces/Gradients.d.ts +2 -2
  6. package/Core/Interfaces/ICircleBouncer.d.ts +1 -1
  7. package/Core/Interfaces/IContainerPlugin.d.ts +4 -4
  8. package/Core/Interfaces/IExternalInteractor.d.ts +1 -1
  9. package/Core/Interfaces/IInteractor.d.ts +1 -1
  10. package/Core/Interfaces/IParticle.d.ts +8 -8
  11. package/Core/Interfaces/IParticleGradientAnimation.d.ts +1 -1
  12. package/Core/Interfaces/IParticleSpin.d.ts +1 -1
  13. package/Core/Interfaces/IParticlesInteractor.d.ts +2 -2
  14. package/Core/Interfaces/IPlugin.d.ts +1 -1
  15. package/Core/Loader.d.ts +1 -1
  16. package/Core/Loader.js +7 -7
  17. package/Core/Particle.d.ts +3 -3
  18. package/Core/Particle.js +31 -31
  19. package/Core/Particles.d.ts +3 -3
  20. package/Core/Particles.js +15 -15
  21. package/Core/Utils/Circle.d.ts +1 -1
  22. package/Core/Utils/CircleWarp.d.ts +1 -1
  23. package/Core/Utils/CircleWarp.js +1 -1
  24. package/Core/Utils/EventListeners.js +1 -1
  25. package/Core/Utils/ExternalInteractorBase.d.ts +1 -1
  26. package/Core/Utils/InteractionManager.d.ts +1 -1
  27. package/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
  28. package/Core/Utils/ParticlesMover.d.ts +1 -1
  29. package/Core/Utils/Plugins.d.ts +1 -1
  30. package/Core/Utils/QuadTree.d.ts +3 -3
  31. package/Core/Utils/QuadTree.js +1 -1
  32. package/Core/Utils/Rectangle.d.ts +1 -1
  33. package/Core/Utils/Vector3d.d.ts +1 -1
  34. package/Interactions/External/Attract/Attractor.d.ts +1 -1
  35. package/Interactions/External/Attract/Attractor.js +1 -1
  36. package/Interactions/External/Attract/index.d.ts +1 -1
  37. package/Interactions/External/Attract/index.js +2 -2
  38. package/Interactions/External/Bounce/Bouncer.d.ts +1 -1
  39. package/Interactions/External/Bounce/Bouncer.js +1 -1
  40. package/Interactions/External/Bounce/index.d.ts +1 -1
  41. package/Interactions/External/Bounce/index.js +2 -2
  42. package/Interactions/External/Bubble/Bubbler.d.ts +1 -1
  43. package/Interactions/External/Bubble/Bubbler.js +1 -1
  44. package/Interactions/External/Bubble/index.d.ts +1 -1
  45. package/Interactions/External/Bubble/index.js +2 -2
  46. package/Interactions/External/Connect/Connector.js +1 -1
  47. package/Interactions/External/Connect/index.d.ts +1 -1
  48. package/Interactions/External/Connect/index.js +2 -2
  49. package/Interactions/External/Grab/Grabber.d.ts +1 -1
  50. package/Interactions/External/Grab/Grabber.js +1 -1
  51. package/Interactions/External/Grab/index.d.ts +1 -1
  52. package/Interactions/External/Grab/index.js +2 -2
  53. package/Interactions/External/Repulse/Repulser.d.ts +1 -1
  54. package/Interactions/External/Repulse/Repulser.js +1 -1
  55. package/Interactions/External/Repulse/index.d.ts +1 -1
  56. package/Interactions/External/Repulse/index.js +2 -2
  57. package/Interactions/External/Trail/TrailMaker.js +1 -1
  58. package/Interactions/External/Trail/index.d.ts +1 -1
  59. package/Interactions/External/Trail/index.js +2 -2
  60. package/Interactions/Particles/Attract/Attractor.js +1 -1
  61. package/Interactions/Particles/Attract/index.d.ts +1 -1
  62. package/Interactions/Particles/Attract/index.js +2 -2
  63. package/Interactions/Particles/Collisions/index.d.ts +1 -1
  64. package/Interactions/Particles/Collisions/index.js +2 -2
  65. package/Interactions/Particles/Links/LinkParticle.d.ts +1 -1
  66. package/Interactions/Particles/Links/Linker.d.ts +1 -1
  67. package/Interactions/Particles/Links/Linker.js +1 -1
  68. package/Interactions/Particles/Links/index.d.ts +1 -1
  69. package/Interactions/Particles/Links/index.js +4 -4
  70. package/Interactions/Particles/Links/interaction.d.ts +1 -1
  71. package/Interactions/Particles/Links/interaction.js +2 -2
  72. package/Interactions/Particles/Links/plugin.d.ts +1 -1
  73. package/Interactions/Particles/Links/plugin.js +2 -2
  74. package/Options/Classes/AnimatableColor.d.ts +3 -3
  75. package/Options/Classes/AnimatableColor.js +1 -1
  76. package/Options/Classes/AnimatableGradient.d.ts +6 -6
  77. package/Options/Classes/AnimationOptions.d.ts +2 -2
  78. package/Options/Classes/Background/Background.d.ts +2 -2
  79. package/Options/Classes/BackgroundMask/BackgroundMask.d.ts +2 -2
  80. package/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -2
  81. package/Options/Classes/ColorAnimation.d.ts +1 -1
  82. package/Options/Classes/HslAnimation.d.ts +2 -2
  83. package/Options/Classes/Interactivity/Events/ClickEvent.d.ts +2 -2
  84. package/Options/Classes/Interactivity/Events/DivEvent.d.ts +1 -1
  85. package/Options/Classes/Interactivity/Events/Events.d.ts +2 -2
  86. package/Options/Classes/Interactivity/Events/HoverEvent.d.ts +3 -3
  87. package/Options/Classes/Interactivity/Events/Parallax.d.ts +1 -1
  88. package/Options/Classes/Interactivity/Interactivity.d.ts +2 -2
  89. package/Options/Classes/Interactivity/Modes/Attract.d.ts +2 -2
  90. package/Options/Classes/Interactivity/Modes/Bubble.d.ts +2 -2
  91. package/Options/Classes/Interactivity/Modes/Bubble.js +1 -1
  92. package/Options/Classes/Interactivity/Modes/BubbleBase.d.ts +1 -1
  93. package/Options/Classes/Interactivity/Modes/BubbleDiv.d.ts +1 -1
  94. package/Options/Classes/Interactivity/Modes/Connect.d.ts +2 -2
  95. package/Options/Classes/Interactivity/Modes/ConnectLinks.d.ts +1 -1
  96. package/Options/Classes/Interactivity/Modes/Grab.d.ts +2 -2
  97. package/Options/Classes/Interactivity/Modes/GrabLinks.d.ts +2 -2
  98. package/Options/Classes/Interactivity/Modes/Light.d.ts +1 -1
  99. package/Options/Classes/Interactivity/Modes/Modes.d.ts +7 -7
  100. package/Options/Classes/Interactivity/Modes/Modes.js +4 -4
  101. package/Options/Classes/Interactivity/Modes/Push.d.ts +1 -1
  102. package/Options/Classes/Interactivity/Modes/Remove.d.ts +1 -1
  103. package/Options/Classes/Interactivity/Modes/Repulse.d.ts +3 -3
  104. package/Options/Classes/Interactivity/Modes/Repulse.js +1 -1
  105. package/Options/Classes/Interactivity/Modes/RepulseBase.d.ts +2 -2
  106. package/Options/Classes/Interactivity/Modes/RepulseDiv.d.ts +1 -1
  107. package/Options/Classes/Interactivity/Modes/Slow.d.ts +1 -1
  108. package/Options/Classes/Interactivity/Modes/Trail.d.ts +2 -2
  109. package/Options/Classes/ManualParticle.d.ts +2 -2
  110. package/Options/Classes/Motion/Motion.d.ts +1 -1
  111. package/Options/Classes/Options.d.ts +7 -7
  112. package/Options/Classes/Options.js +7 -7
  113. package/Options/Classes/OptionsColor.d.ts +2 -2
  114. package/Options/Classes/Particles/Bounce/Bounce.d.ts +1 -1
  115. package/Options/Classes/Particles/Collisions/Collisions.d.ts +4 -4
  116. package/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts +2 -2
  117. package/Options/Classes/Particles/Destroy/Destroy.d.ts +1 -1
  118. package/Options/Classes/Particles/Destroy/Split.d.ts +3 -3
  119. package/Options/Classes/Particles/Life/Life.d.ts +1 -1
  120. package/Options/Classes/Particles/Links/Links.d.ts +2 -2
  121. package/Options/Classes/Particles/Links/LinksShadow.d.ts +2 -2
  122. package/Options/Classes/Particles/Links/LinksTriangle.d.ts +1 -1
  123. package/Options/Classes/Particles/Move/Attract.d.ts +2 -2
  124. package/Options/Classes/Particles/Move/Move.d.ts +5 -5
  125. package/Options/Classes/Particles/Move/Move.js +3 -3
  126. package/Options/Classes/Particles/Move/OutModes.d.ts +2 -2
  127. package/Options/Classes/Particles/Move/Path/Path.d.ts +3 -3
  128. package/Options/Classes/Particles/Move/Spin.d.ts +3 -3
  129. package/Options/Classes/Particles/Move/Trail.d.ts +2 -2
  130. package/Options/Classes/Particles/Number/Density.d.ts +1 -1
  131. package/Options/Classes/Particles/Number/ParticlesNumber.d.ts +2 -2
  132. package/Options/Classes/Particles/Opacity/Opacity.d.ts +1 -1
  133. package/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts +3 -3
  134. package/Options/Classes/Particles/Orbit/Orbit.d.ts +5 -5
  135. package/Options/Classes/Particles/Orbit/Orbit.js +2 -2
  136. package/Options/Classes/Particles/Orbit/OrbitRotation.d.ts +1 -1
  137. package/Options/Classes/Particles/ParticlesOptions.d.ts +16 -16
  138. package/Options/Classes/Particles/ParticlesOptions.js +13 -13
  139. package/Options/Classes/Particles/Repulse/Repulse.d.ts +1 -1
  140. package/Options/Classes/Particles/Roll/Roll.d.ts +2 -2
  141. package/Options/Classes/Particles/Roll/RollLight.d.ts +1 -1
  142. package/Options/Classes/Particles/Rotate/Rotate.d.ts +3 -3
  143. package/Options/Classes/Particles/Rotate/RotateAnimation.d.ts +1 -1
  144. package/Options/Classes/Particles/Shadow.d.ts +3 -3
  145. package/Options/Classes/Particles/Shape/Shape.d.ts +5 -5
  146. package/Options/Classes/Particles/Size/Size.d.ts +2 -2
  147. package/Options/Classes/Particles/Size/SizeAnimation.d.ts +3 -3
  148. package/Options/Classes/Particles/Stroke.d.ts +2 -2
  149. package/Options/Classes/Particles/Tilt/Tilt.d.ts +3 -3
  150. package/Options/Classes/Particles/Tilt/TiltAnimation.d.ts +1 -1
  151. package/Options/Classes/Particles/Twinkle/Twinkle.d.ts +1 -1
  152. package/Options/Classes/Particles/Twinkle/TwinkleValues.d.ts +2 -2
  153. package/Options/Classes/Particles/Wobble/Wobble.d.ts +2 -2
  154. package/Options/Classes/Particles/ZIndex/ZIndex.d.ts +1 -1
  155. package/Options/Classes/Random.d.ts +1 -1
  156. package/Options/Classes/Responsive.d.ts +2 -2
  157. package/Options/Classes/Theme/Theme.d.ts +2 -2
  158. package/Options/Classes/Theme/Theme.js +1 -1
  159. package/Options/Classes/Theme/ThemeDefault.d.ts +2 -2
  160. package/Options/Classes/ValueWithRandom.d.ts +2 -2
  161. package/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +1 -1
  162. package/Options/Interfaces/IAnimatableColor.d.ts +1 -1
  163. package/Options/Interfaces/IAnimatableGradient.d.ts +1 -1
  164. package/Options/Interfaces/IColorAnimation.d.ts +1 -1
  165. package/Options/Interfaces/IManualParticle.d.ts +1 -1
  166. package/Options/Interfaces/IOptions.d.ts +6 -6
  167. package/Options/Interfaces/IOptionsGradient.d.ts +2 -2
  168. package/Options/Interfaces/IResponsive.d.ts +2 -2
  169. package/Options/Interfaces/IValueWithRandom.d.ts +1 -1
  170. package/Options/Interfaces/Interactivity/Events/IEvents.d.ts +1 -1
  171. package/Options/Interfaces/Interactivity/IInteractivity.d.ts +1 -1
  172. package/Options/Interfaces/Interactivity/Modes/IBubble.d.ts +2 -2
  173. package/Options/Interfaces/Interactivity/Modes/IBubbleBase.d.ts +1 -1
  174. package/Options/Interfaces/Interactivity/Modes/IModes.d.ts +2 -2
  175. package/Options/Interfaces/Interactivity/Modes/IRepulse.d.ts +2 -2
  176. package/Options/Interfaces/Interactivity/Modes/IRepulseDiv.d.ts +1 -1
  177. package/Options/Interfaces/Particles/Destroy/ISplit.d.ts +1 -1
  178. package/Options/Interfaces/Particles/IParticles.d.ts +14 -14
  179. package/Options/Interfaces/Particles/IShadow.d.ts +1 -1
  180. package/Options/Interfaces/Particles/IStroke.d.ts +1 -1
  181. package/Options/Interfaces/Particles/Links/ILinks.d.ts +1 -1
  182. package/Options/Interfaces/Particles/Move/IMove.d.ts +5 -5
  183. package/Options/Interfaces/Particles/Move/Path/{iPath.d.ts → IPath.d.ts} +0 -0
  184. package/Options/Interfaces/Particles/Move/Path/{iPath.js → IPath.js} +0 -0
  185. package/Options/Interfaces/Particles/Orbit/IOrbit.d.ts +3 -3
  186. package/Options/Interfaces/Particles/Roll/IRoll.d.ts +1 -1
  187. package/Options/Interfaces/Particles/Rotate/IRotate.d.ts +1 -1
  188. package/Options/Interfaces/Particles/Shape/IShape.d.ts +3 -3
  189. package/Options/Interfaces/Particles/Tilt/ITilt.d.ts +1 -1
  190. package/Options/Interfaces/Theme/ITheme.d.ts +2 -2
  191. package/Plugins/Absorbers/AbsorberInstance.d.ts +5 -4
  192. package/Plugins/Absorbers/AbsorberInstance.js +18 -18
  193. package/Plugins/Absorbers/Absorbers.d.ts +3 -3
  194. package/Plugins/Absorbers/Absorbers.js +1 -1
  195. package/Plugins/Absorbers/Options/Classes/Absorber.d.ts +4 -4
  196. package/Plugins/Absorbers/Options/Classes/AbsorberSize.d.ts +2 -2
  197. package/Plugins/Absorbers/Options/Classes/AbsorberSize.js +1 -1
  198. package/Plugins/Absorbers/Options/Classes/AbsorberSizeLimit.d.ts +2 -2
  199. package/Plugins/Absorbers/Options/Interfaces/IAbsorber.d.ts +1 -2
  200. package/Plugins/Absorbers/Options/Interfaces/IAbsorberOptions.d.ts +1 -1
  201. package/Plugins/Absorbers/Options/Interfaces/IAbsorberSize.d.ts +1 -1
  202. package/Plugins/Absorbers/index.d.ts +1 -1
  203. package/Plugins/Absorbers/index.js +3 -3
  204. package/Plugins/Emitters/EmitterContainer.d.ts +2 -1
  205. package/Plugins/Emitters/EmitterInstance.d.ts +5 -3
  206. package/Plugins/Emitters/EmitterInstance.js +34 -35
  207. package/Plugins/Emitters/Emitters.d.ts +3 -3
  208. package/Plugins/Emitters/Emitters.js +11 -3
  209. package/Plugins/Emitters/Options/Classes/Emitter.d.ts +7 -7
  210. package/Plugins/Emitters/Options/Classes/Emitter.js +3 -3
  211. package/Plugins/Emitters/Options/Classes/EmitterLife.d.ts +1 -1
  212. package/Plugins/Emitters/Options/Classes/EmitterRate.d.ts +1 -1
  213. package/Plugins/Emitters/Options/Classes/EmitterSize.d.ts +1 -1
  214. package/Plugins/Emitters/Options/Interfaces/IEmitter.d.ts +6 -6
  215. package/Plugins/Emitters/Options/Interfaces/IEmitterOptions.d.ts +1 -1
  216. package/Plugins/Emitters/Options/Interfaces/IEmitterSize.d.ts +1 -1
  217. package/Plugins/Emitters/Shapes/Circle/CircleShape.d.ts +1 -1
  218. package/Plugins/Emitters/Shapes/Square/SquareShape.d.ts +1 -1
  219. package/Plugins/Emitters/index.d.ts +1 -1
  220. package/Plugins/Emitters/index.js +9 -9
  221. package/Plugins/PolygonMask/Options/Classes/PolygonMask.d.ts +5 -5
  222. package/Plugins/PolygonMask/Options/Classes/PolygonMask.js +1 -1
  223. package/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.d.ts +2 -2
  224. package/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.js +1 -1
  225. package/Plugins/PolygonMask/Options/Classes/PolygonMaskDrawStroke.d.ts +2 -2
  226. package/Plugins/PolygonMask/Options/Classes/PolygonMaskInline.d.ts +2 -2
  227. package/Plugins/PolygonMask/Options/Classes/PolygonMaskLocalSvg.d.ts +3 -3
  228. package/Plugins/PolygonMask/Options/Classes/PolygonMaskMove.d.ts +2 -2
  229. package/Plugins/PolygonMask/Options/Interfaces/IPolygonMask.d.ts +3 -3
  230. package/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskDraw.d.ts +1 -1
  231. package/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskLocalSvg.d.ts +1 -1
  232. package/Plugins/PolygonMask/PolygonMaskInstance.d.ts +3 -3
  233. package/Plugins/PolygonMask/PolygonMaskInstance.js +12 -12
  234. package/Plugins/PolygonMask/Types.d.ts +1 -1
  235. package/Plugins/PolygonMask/index.d.ts +1 -1
  236. package/Plugins/PolygonMask/index.js +3 -3
  237. package/README.md +160 -16
  238. package/Shapes/Circle/index.d.ts +1 -1
  239. package/Shapes/Circle/index.js +2 -2
  240. package/Shapes/Image/index.d.ts +1 -1
  241. package/Shapes/Image/index.js +3 -3
  242. package/Shapes/Line/index.d.ts +1 -1
  243. package/Shapes/Line/index.js +2 -2
  244. package/Shapes/Polygon/PolygonDrawer.d.ts +1 -1
  245. package/Shapes/Polygon/TriangleDrawer.d.ts +1 -1
  246. package/Shapes/Polygon/index.d.ts +3 -3
  247. package/Shapes/Polygon/index.js +7 -7
  248. package/Shapes/Square/index.d.ts +1 -1
  249. package/Shapes/Square/index.js +3 -3
  250. package/Shapes/Star/index.d.ts +1 -1
  251. package/Shapes/Star/index.js +2 -2
  252. package/Shapes/Text/index.d.ts +1 -1
  253. package/Shapes/Text/index.js +2 -2
  254. package/Types/ShapeData.d.ts +1 -1
  255. package/Types/ShapeDrawerFunctions.d.ts +1 -1
  256. package/Updaters/Angle/index.d.ts +1 -1
  257. package/Updaters/Angle/index.js +2 -2
  258. package/Updaters/Color/index.d.ts +1 -1
  259. package/Updaters/Color/index.js +2 -2
  260. package/Updaters/Life/index.d.ts +1 -1
  261. package/Updaters/Life/index.js +2 -2
  262. package/Updaters/Opacity/index.d.ts +1 -1
  263. package/Updaters/Opacity/index.js +2 -2
  264. package/Updaters/OutModes/IBounceData.d.ts +1 -1
  265. package/Updaters/OutModes/OutOfCanvasUpdater.js +9 -9
  266. package/Updaters/OutModes/index.d.ts +1 -1
  267. package/Updaters/OutModes/index.js +2 -2
  268. package/Updaters/Roll/index.d.ts +1 -1
  269. package/Updaters/Roll/index.js +2 -2
  270. package/Updaters/Size/index.d.ts +1 -1
  271. package/Updaters/Size/index.js +2 -2
  272. package/Updaters/StrokeColor/index.d.ts +1 -1
  273. package/Updaters/StrokeColor/index.js +2 -2
  274. package/Updaters/Tilt/index.d.ts +1 -1
  275. package/Updaters/Tilt/index.js +2 -2
  276. package/Updaters/Wobble/index.d.ts +1 -1
  277. package/Updaters/Wobble/index.js +2 -2
  278. package/Utils/CanvasUtils.d.ts +2 -3
  279. package/Utils/CanvasUtils.js +1 -1
  280. package/Utils/ColorUtils.js +1 -1
  281. package/Utils/NumberUtils.d.ts +2 -2
  282. package/Utils/Utils.d.ts +3 -3
  283. package/browser/Core/Canvas.d.ts +1 -1
  284. package/browser/Core/Canvas.js +1 -1
  285. package/browser/Core/Container.d.ts +5 -5
  286. package/browser/Core/Container.js +3 -3
  287. package/browser/Core/Interfaces/Gradients.d.ts +2 -2
  288. package/browser/Core/Interfaces/ICircleBouncer.d.ts +1 -1
  289. package/browser/Core/Interfaces/IContainerPlugin.d.ts +4 -4
  290. package/browser/Core/Interfaces/IExternalInteractor.d.ts +1 -1
  291. package/browser/Core/Interfaces/IInteractor.d.ts +1 -1
  292. package/browser/Core/Interfaces/IParticle.d.ts +8 -8
  293. package/browser/Core/Interfaces/IParticleGradientAnimation.d.ts +1 -1
  294. package/browser/Core/Interfaces/IParticleSpin.d.ts +1 -1
  295. package/browser/Core/Interfaces/IParticlesInteractor.d.ts +2 -2
  296. package/browser/Core/Interfaces/IPlugin.d.ts +1 -1
  297. package/browser/Core/Loader.d.ts +1 -1
  298. package/browser/Core/Loader.js +1 -1
  299. package/browser/Core/Particle.d.ts +3 -3
  300. package/browser/Core/Particle.js +2 -2
  301. package/browser/Core/Particles.d.ts +3 -3
  302. package/browser/Core/Particles.js +2 -2
  303. package/browser/Core/Utils/Circle.d.ts +1 -1
  304. package/browser/Core/Utils/CircleWarp.d.ts +1 -1
  305. package/browser/Core/Utils/CircleWarp.js +1 -1
  306. package/browser/Core/Utils/EventListeners.js +1 -1
  307. package/browser/Core/Utils/ExternalInteractorBase.d.ts +1 -1
  308. package/browser/Core/Utils/InteractionManager.d.ts +1 -1
  309. package/browser/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
  310. package/browser/Core/Utils/ParticlesMover.d.ts +1 -1
  311. package/browser/Core/Utils/Plugins.d.ts +1 -1
  312. package/browser/Core/Utils/QuadTree.d.ts +3 -3
  313. package/browser/Core/Utils/QuadTree.js +1 -1
  314. package/browser/Core/Utils/Rectangle.d.ts +1 -1
  315. package/browser/Core/Utils/Vector3d.d.ts +1 -1
  316. package/browser/Interactions/External/Attract/Attractor.d.ts +1 -1
  317. package/browser/Interactions/External/Attract/Attractor.js +1 -1
  318. package/browser/Interactions/External/Attract/index.d.ts +1 -1
  319. package/browser/Interactions/External/Attract/index.js +2 -2
  320. package/browser/Interactions/External/Bounce/Bouncer.d.ts +1 -1
  321. package/browser/Interactions/External/Bounce/Bouncer.js +1 -1
  322. package/browser/Interactions/External/Bounce/index.d.ts +1 -1
  323. package/browser/Interactions/External/Bounce/index.js +2 -2
  324. package/browser/Interactions/External/Bubble/Bubbler.d.ts +1 -1
  325. package/browser/Interactions/External/Bubble/Bubbler.js +1 -1
  326. package/browser/Interactions/External/Bubble/index.d.ts +1 -1
  327. package/browser/Interactions/External/Bubble/index.js +2 -2
  328. package/browser/Interactions/External/Connect/Connector.js +1 -1
  329. package/browser/Interactions/External/Connect/index.d.ts +1 -1
  330. package/browser/Interactions/External/Connect/index.js +2 -2
  331. package/browser/Interactions/External/Grab/Grabber.d.ts +1 -1
  332. package/browser/Interactions/External/Grab/Grabber.js +1 -1
  333. package/browser/Interactions/External/Grab/index.d.ts +1 -1
  334. package/browser/Interactions/External/Grab/index.js +2 -2
  335. package/browser/Interactions/External/Repulse/Repulser.d.ts +1 -1
  336. package/browser/Interactions/External/Repulse/Repulser.js +1 -1
  337. package/browser/Interactions/External/Repulse/index.d.ts +1 -1
  338. package/browser/Interactions/External/Repulse/index.js +2 -2
  339. package/browser/Interactions/External/Trail/TrailMaker.js +1 -1
  340. package/browser/Interactions/External/Trail/index.d.ts +1 -1
  341. package/browser/Interactions/External/Trail/index.js +2 -2
  342. package/browser/Interactions/Particles/Attract/Attractor.js +1 -1
  343. package/browser/Interactions/Particles/Attract/index.d.ts +1 -1
  344. package/browser/Interactions/Particles/Attract/index.js +2 -2
  345. package/browser/Interactions/Particles/Collisions/index.d.ts +1 -1
  346. package/browser/Interactions/Particles/Collisions/index.js +2 -2
  347. package/browser/Interactions/Particles/Links/LinkParticle.d.ts +1 -1
  348. package/browser/Interactions/Particles/Links/Linker.d.ts +1 -1
  349. package/browser/Interactions/Particles/Links/Linker.js +1 -1
  350. package/browser/Interactions/Particles/Links/index.d.ts +1 -1
  351. package/browser/Interactions/Particles/Links/index.js +4 -4
  352. package/browser/Interactions/Particles/Links/interaction.d.ts +1 -1
  353. package/browser/Interactions/Particles/Links/interaction.js +2 -2
  354. package/browser/Interactions/Particles/Links/plugin.d.ts +1 -1
  355. package/browser/Interactions/Particles/Links/plugin.js +2 -2
  356. package/browser/Options/Classes/AnimatableColor.d.ts +3 -3
  357. package/browser/Options/Classes/AnimatableColor.js +1 -1
  358. package/browser/Options/Classes/AnimatableGradient.d.ts +6 -6
  359. package/browser/Options/Classes/AnimationOptions.d.ts +2 -2
  360. package/browser/Options/Classes/Background/Background.d.ts +2 -2
  361. package/browser/Options/Classes/BackgroundMask/BackgroundMask.d.ts +2 -2
  362. package/browser/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -2
  363. package/browser/Options/Classes/ColorAnimation.d.ts +1 -1
  364. package/browser/Options/Classes/HslAnimation.d.ts +2 -2
  365. package/browser/Options/Classes/Interactivity/Events/ClickEvent.d.ts +2 -2
  366. package/browser/Options/Classes/Interactivity/Events/DivEvent.d.ts +1 -1
  367. package/browser/Options/Classes/Interactivity/Events/Events.d.ts +2 -2
  368. package/browser/Options/Classes/Interactivity/Events/HoverEvent.d.ts +3 -3
  369. package/browser/Options/Classes/Interactivity/Events/Parallax.d.ts +1 -1
  370. package/browser/Options/Classes/Interactivity/Interactivity.d.ts +2 -2
  371. package/browser/Options/Classes/Interactivity/Modes/Attract.d.ts +2 -2
  372. package/browser/Options/Classes/Interactivity/Modes/Bubble.d.ts +2 -2
  373. package/browser/Options/Classes/Interactivity/Modes/Bubble.js +1 -1
  374. package/browser/Options/Classes/Interactivity/Modes/BubbleBase.d.ts +1 -1
  375. package/browser/Options/Classes/Interactivity/Modes/BubbleDiv.d.ts +1 -1
  376. package/browser/Options/Classes/Interactivity/Modes/Connect.d.ts +2 -2
  377. package/browser/Options/Classes/Interactivity/Modes/ConnectLinks.d.ts +1 -1
  378. package/browser/Options/Classes/Interactivity/Modes/Grab.d.ts +2 -2
  379. package/browser/Options/Classes/Interactivity/Modes/GrabLinks.d.ts +2 -2
  380. package/browser/Options/Classes/Interactivity/Modes/Light.d.ts +1 -1
  381. package/browser/Options/Classes/Interactivity/Modes/Modes.d.ts +7 -7
  382. package/browser/Options/Classes/Interactivity/Modes/Modes.js +4 -4
  383. package/browser/Options/Classes/Interactivity/Modes/Push.d.ts +1 -1
  384. package/browser/Options/Classes/Interactivity/Modes/Remove.d.ts +1 -1
  385. package/browser/Options/Classes/Interactivity/Modes/Repulse.d.ts +3 -3
  386. package/browser/Options/Classes/Interactivity/Modes/Repulse.js +1 -1
  387. package/browser/Options/Classes/Interactivity/Modes/RepulseBase.d.ts +2 -2
  388. package/browser/Options/Classes/Interactivity/Modes/RepulseDiv.d.ts +1 -1
  389. package/browser/Options/Classes/Interactivity/Modes/Slow.d.ts +1 -1
  390. package/browser/Options/Classes/Interactivity/Modes/Trail.d.ts +2 -2
  391. package/browser/Options/Classes/ManualParticle.d.ts +2 -2
  392. package/browser/Options/Classes/Motion/Motion.d.ts +1 -1
  393. package/browser/Options/Classes/Options.d.ts +7 -7
  394. package/browser/Options/Classes/Options.js +7 -7
  395. package/browser/Options/Classes/OptionsColor.d.ts +2 -2
  396. package/browser/Options/Classes/Particles/Bounce/Bounce.d.ts +1 -1
  397. package/browser/Options/Classes/Particles/Collisions/Collisions.d.ts +4 -4
  398. package/browser/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts +2 -2
  399. package/browser/Options/Classes/Particles/Destroy/Destroy.d.ts +1 -1
  400. package/browser/Options/Classes/Particles/Destroy/Split.d.ts +3 -3
  401. package/browser/Options/Classes/Particles/Life/Life.d.ts +1 -1
  402. package/browser/Options/Classes/Particles/Links/Links.d.ts +2 -2
  403. package/browser/Options/Classes/Particles/Links/LinksShadow.d.ts +2 -2
  404. package/browser/Options/Classes/Particles/Links/LinksTriangle.d.ts +1 -1
  405. package/browser/Options/Classes/Particles/Move/Attract.d.ts +2 -2
  406. package/browser/Options/Classes/Particles/Move/Move.d.ts +5 -5
  407. package/browser/Options/Classes/Particles/Move/Move.js +3 -3
  408. package/browser/Options/Classes/Particles/Move/OutModes.d.ts +2 -2
  409. package/browser/Options/Classes/Particles/Move/Path/Path.d.ts +3 -3
  410. package/browser/Options/Classes/Particles/Move/Spin.d.ts +3 -3
  411. package/browser/Options/Classes/Particles/Move/Trail.d.ts +2 -2
  412. package/browser/Options/Classes/Particles/Number/Density.d.ts +1 -1
  413. package/browser/Options/Classes/Particles/Number/ParticlesNumber.d.ts +2 -2
  414. package/browser/Options/Classes/Particles/Opacity/Opacity.d.ts +1 -1
  415. package/browser/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts +3 -3
  416. package/browser/Options/Classes/Particles/Orbit/Orbit.d.ts +5 -5
  417. package/browser/Options/Classes/Particles/Orbit/Orbit.js +2 -2
  418. package/browser/Options/Classes/Particles/Orbit/OrbitRotation.d.ts +1 -1
  419. package/browser/Options/Classes/Particles/ParticlesOptions.d.ts +16 -16
  420. package/browser/Options/Classes/Particles/ParticlesOptions.js +13 -13
  421. package/browser/Options/Classes/Particles/Repulse/Repulse.d.ts +1 -1
  422. package/browser/Options/Classes/Particles/Roll/Roll.d.ts +2 -2
  423. package/browser/Options/Classes/Particles/Roll/RollLight.d.ts +1 -1
  424. package/browser/Options/Classes/Particles/Rotate/Rotate.d.ts +3 -3
  425. package/browser/Options/Classes/Particles/Rotate/RotateAnimation.d.ts +1 -1
  426. package/browser/Options/Classes/Particles/Shadow.d.ts +3 -3
  427. package/browser/Options/Classes/Particles/Shape/Shape.d.ts +5 -5
  428. package/browser/Options/Classes/Particles/Size/Size.d.ts +2 -2
  429. package/browser/Options/Classes/Particles/Size/SizeAnimation.d.ts +3 -3
  430. package/browser/Options/Classes/Particles/Stroke.d.ts +2 -2
  431. package/browser/Options/Classes/Particles/Tilt/Tilt.d.ts +3 -3
  432. package/browser/Options/Classes/Particles/Tilt/TiltAnimation.d.ts +1 -1
  433. package/browser/Options/Classes/Particles/Twinkle/Twinkle.d.ts +1 -1
  434. package/browser/Options/Classes/Particles/Twinkle/TwinkleValues.d.ts +2 -2
  435. package/browser/Options/Classes/Particles/Wobble/Wobble.d.ts +2 -2
  436. package/browser/Options/Classes/Particles/ZIndex/ZIndex.d.ts +1 -1
  437. package/browser/Options/Classes/Random.d.ts +1 -1
  438. package/browser/Options/Classes/Responsive.d.ts +2 -2
  439. package/browser/Options/Classes/Theme/Theme.d.ts +2 -2
  440. package/browser/Options/Classes/Theme/Theme.js +1 -1
  441. package/browser/Options/Classes/Theme/ThemeDefault.d.ts +2 -2
  442. package/browser/Options/Classes/ValueWithRandom.d.ts +2 -2
  443. package/browser/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +1 -1
  444. package/browser/Options/Interfaces/IAnimatableColor.d.ts +1 -1
  445. package/browser/Options/Interfaces/IAnimatableGradient.d.ts +1 -1
  446. package/browser/Options/Interfaces/IColorAnimation.d.ts +1 -1
  447. package/browser/Options/Interfaces/IColorAnimation.js +0 -4
  448. package/browser/Options/Interfaces/IManualParticle.d.ts +1 -1
  449. package/browser/Options/Interfaces/IOptions.d.ts +6 -6
  450. package/browser/Options/Interfaces/IOptionsGradient.d.ts +2 -2
  451. package/browser/Options/Interfaces/IResponsive.d.ts +2 -2
  452. package/browser/Options/Interfaces/IValueWithRandom.d.ts +1 -1
  453. package/browser/Options/Interfaces/Interactivity/Events/IEvents.d.ts +1 -1
  454. package/browser/Options/Interfaces/Interactivity/IInteractivity.d.ts +1 -1
  455. package/browser/Options/Interfaces/Interactivity/Modes/IBubble.d.ts +2 -2
  456. package/browser/Options/Interfaces/Interactivity/Modes/IBubbleBase.d.ts +1 -1
  457. package/browser/Options/Interfaces/Interactivity/Modes/IModes.d.ts +2 -2
  458. package/browser/Options/Interfaces/Interactivity/Modes/IRepulse.d.ts +2 -2
  459. package/browser/Options/Interfaces/Interactivity/Modes/IRepulseDiv.d.ts +1 -1
  460. package/browser/Options/Interfaces/Particles/Destroy/ISplit.d.ts +1 -1
  461. package/browser/Options/Interfaces/Particles/IParticles.d.ts +14 -14
  462. package/browser/Options/Interfaces/Particles/IShadow.d.ts +1 -1
  463. package/browser/Options/Interfaces/Particles/IStroke.d.ts +1 -1
  464. package/browser/Options/Interfaces/Particles/Links/ILinks.d.ts +1 -1
  465. package/browser/Options/Interfaces/Particles/Move/IMove.d.ts +5 -5
  466. package/browser/Options/Interfaces/Particles/Move/Path/{iPath.d.ts → IPath.d.ts} +0 -0
  467. package/browser/Options/Interfaces/Particles/Move/Path/{iPath.js → IPath.js} +0 -0
  468. package/browser/Options/Interfaces/Particles/Orbit/IOrbit.d.ts +3 -3
  469. package/browser/Options/Interfaces/Particles/Roll/IRoll.d.ts +1 -1
  470. package/browser/Options/Interfaces/Particles/Rotate/IRotate.d.ts +1 -1
  471. package/browser/Options/Interfaces/Particles/Shape/IShape.d.ts +3 -3
  472. package/browser/Options/Interfaces/Particles/Tilt/ITilt.d.ts +1 -1
  473. package/browser/Options/Interfaces/Theme/ITheme.d.ts +2 -2
  474. package/browser/Plugins/Absorbers/AbsorberInstance.d.ts +5 -4
  475. package/browser/Plugins/Absorbers/AbsorberInstance.js +18 -18
  476. package/browser/Plugins/Absorbers/Absorbers.d.ts +3 -3
  477. package/browser/Plugins/Absorbers/Absorbers.js +1 -1
  478. package/browser/Plugins/Absorbers/Options/Classes/Absorber.d.ts +4 -4
  479. package/browser/Plugins/Absorbers/Options/Classes/AbsorberSize.d.ts +2 -2
  480. package/browser/Plugins/Absorbers/Options/Classes/AbsorberSize.js +1 -1
  481. package/browser/Plugins/Absorbers/Options/Classes/AbsorberSizeLimit.d.ts +2 -2
  482. package/browser/Plugins/Absorbers/Options/Interfaces/IAbsorber.d.ts +1 -2
  483. package/browser/Plugins/Absorbers/Options/Interfaces/IAbsorberOptions.d.ts +1 -1
  484. package/browser/Plugins/Absorbers/Options/Interfaces/IAbsorberSize.d.ts +1 -1
  485. package/browser/Plugins/Absorbers/index.d.ts +1 -1
  486. package/browser/Plugins/Absorbers/index.js +3 -3
  487. package/browser/Plugins/Emitters/EmitterContainer.d.ts +2 -1
  488. package/browser/Plugins/Emitters/EmitterInstance.d.ts +5 -3
  489. package/browser/Plugins/Emitters/EmitterInstance.js +34 -35
  490. package/browser/Plugins/Emitters/Emitters.d.ts +3 -3
  491. package/browser/Plugins/Emitters/Emitters.js +11 -3
  492. package/browser/Plugins/Emitters/Options/Classes/Emitter.d.ts +7 -7
  493. package/browser/Plugins/Emitters/Options/Classes/Emitter.js +3 -3
  494. package/browser/Plugins/Emitters/Options/Classes/EmitterLife.d.ts +1 -1
  495. package/browser/Plugins/Emitters/Options/Classes/EmitterRate.d.ts +1 -1
  496. package/browser/Plugins/Emitters/Options/Classes/EmitterSize.d.ts +1 -1
  497. package/browser/Plugins/Emitters/Options/Interfaces/IEmitter.d.ts +6 -6
  498. package/browser/Plugins/Emitters/Options/Interfaces/IEmitterOptions.d.ts +1 -1
  499. package/browser/Plugins/Emitters/Options/Interfaces/IEmitterSize.d.ts +1 -1
  500. package/browser/Plugins/Emitters/Shapes/Circle/CircleShape.d.ts +1 -1
  501. package/browser/Plugins/Emitters/Shapes/Square/SquareShape.d.ts +1 -1
  502. package/browser/Plugins/Emitters/index.d.ts +1 -1
  503. package/browser/Plugins/Emitters/index.js +9 -9
  504. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMask.d.ts +5 -5
  505. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMask.js +1 -1
  506. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.d.ts +2 -2
  507. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.js +1 -1
  508. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskDrawStroke.d.ts +2 -2
  509. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskInline.d.ts +2 -2
  510. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskLocalSvg.d.ts +3 -3
  511. package/browser/Plugins/PolygonMask/Options/Classes/PolygonMaskMove.d.ts +2 -2
  512. package/browser/Plugins/PolygonMask/Options/Interfaces/IPolygonMask.d.ts +3 -3
  513. package/browser/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskDraw.d.ts +1 -1
  514. package/browser/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskLocalSvg.d.ts +1 -1
  515. package/browser/Plugins/PolygonMask/PolygonMaskInstance.d.ts +3 -3
  516. package/browser/Plugins/PolygonMask/PolygonMaskInstance.js +2 -2
  517. package/browser/Plugins/PolygonMask/Types.d.ts +1 -1
  518. package/browser/Plugins/PolygonMask/index.d.ts +1 -1
  519. package/browser/Plugins/PolygonMask/index.js +3 -3
  520. package/browser/Shapes/Circle/index.d.ts +1 -1
  521. package/browser/Shapes/Circle/index.js +2 -2
  522. package/browser/Shapes/Image/index.d.ts +1 -1
  523. package/browser/Shapes/Image/index.js +3 -3
  524. package/browser/Shapes/Line/index.d.ts +1 -1
  525. package/browser/Shapes/Line/index.js +2 -2
  526. package/browser/Shapes/Polygon/PolygonDrawer.d.ts +1 -1
  527. package/browser/Shapes/Polygon/TriangleDrawer.d.ts +1 -1
  528. package/browser/Shapes/Polygon/index.d.ts +3 -3
  529. package/browser/Shapes/Polygon/index.js +7 -7
  530. package/browser/Shapes/Square/index.d.ts +1 -1
  531. package/browser/Shapes/Square/index.js +3 -3
  532. package/browser/Shapes/Star/index.d.ts +1 -1
  533. package/browser/Shapes/Star/index.js +2 -2
  534. package/browser/Shapes/Text/index.d.ts +1 -1
  535. package/browser/Shapes/Text/index.js +3 -3
  536. package/browser/Types/ShapeData.d.ts +1 -1
  537. package/browser/Types/ShapeDrawerFunctions.d.ts +1 -1
  538. package/browser/Updaters/Angle/index.d.ts +1 -1
  539. package/browser/Updaters/Angle/index.js +2 -2
  540. package/browser/Updaters/Color/index.d.ts +1 -1
  541. package/browser/Updaters/Color/index.js +2 -2
  542. package/browser/Updaters/Life/index.d.ts +1 -1
  543. package/browser/Updaters/Life/index.js +2 -2
  544. package/browser/Updaters/Opacity/index.d.ts +1 -1
  545. package/browser/Updaters/Opacity/index.js +2 -2
  546. package/browser/Updaters/OutModes/IBounceData.d.ts +1 -1
  547. package/browser/Updaters/OutModes/OutOfCanvasUpdater.js +1 -1
  548. package/browser/Updaters/OutModes/index.d.ts +1 -1
  549. package/browser/Updaters/OutModes/index.js +2 -2
  550. package/browser/Updaters/Roll/index.d.ts +1 -1
  551. package/browser/Updaters/Roll/index.js +2 -2
  552. package/browser/Updaters/Size/index.d.ts +1 -1
  553. package/browser/Updaters/Size/index.js +2 -2
  554. package/browser/Updaters/StrokeColor/index.d.ts +1 -1
  555. package/browser/Updaters/StrokeColor/index.js +2 -2
  556. package/browser/Updaters/Tilt/index.d.ts +1 -1
  557. package/browser/Updaters/Tilt/index.js +2 -2
  558. package/browser/Updaters/Wobble/index.d.ts +1 -1
  559. package/browser/Updaters/Wobble/index.js +2 -2
  560. package/browser/Utils/CanvasUtils.d.ts +2 -3
  561. package/browser/Utils/CanvasUtils.js +1 -1
  562. package/browser/Utils/ColorUtils.js +1 -1
  563. package/browser/Utils/NumberUtils.d.ts +2 -2
  564. package/browser/Utils/Utils.d.ts +3 -3
  565. package/browser/Utils/Utils.js +1 -1
  566. package/browser/engine.d.ts +2 -2
  567. package/browser/full.d.ts +1 -1
  568. package/browser/full.js +14 -14
  569. package/browser/index.d.ts +1 -1
  570. package/browser/index.engine.d.ts +1 -1
  571. package/browser/index.engine.js +1 -1
  572. package/browser/index.js +1 -1
  573. package/browser/index.slim.d.ts +1 -1
  574. package/browser/index.slim.js +1 -1
  575. package/browser/pjs.d.ts +1 -1
  576. package/browser/slim.d.ts +1 -1
  577. package/browser/slim.js +40 -40
  578. package/engine.d.ts +2 -2
  579. package/esm/Core/Canvas.d.ts +1 -1
  580. package/esm/Core/Canvas.js +1 -1
  581. package/esm/Core/Container.d.ts +5 -5
  582. package/esm/Core/Container.js +3 -3
  583. package/esm/Core/Interfaces/Gradients.d.ts +2 -2
  584. package/esm/Core/Interfaces/ICircleBouncer.d.ts +1 -1
  585. package/esm/Core/Interfaces/IContainerPlugin.d.ts +4 -4
  586. package/esm/Core/Interfaces/IExternalInteractor.d.ts +1 -1
  587. package/esm/Core/Interfaces/IInteractor.d.ts +1 -1
  588. package/esm/Core/Interfaces/IParticle.d.ts +8 -8
  589. package/esm/Core/Interfaces/IParticleGradientAnimation.d.ts +1 -1
  590. package/esm/Core/Interfaces/IParticleSpin.d.ts +1 -1
  591. package/esm/Core/Interfaces/IParticlesInteractor.d.ts +2 -2
  592. package/esm/Core/Interfaces/IPlugin.d.ts +1 -1
  593. package/esm/Core/Loader.d.ts +1 -1
  594. package/esm/Core/Loader.js +1 -1
  595. package/esm/Core/Particle.d.ts +3 -3
  596. package/esm/Core/Particle.js +2 -2
  597. package/esm/Core/Particles.d.ts +3 -3
  598. package/esm/Core/Particles.js +2 -2
  599. package/esm/Core/Utils/Circle.d.ts +1 -1
  600. package/esm/Core/Utils/CircleWarp.d.ts +1 -1
  601. package/esm/Core/Utils/CircleWarp.js +1 -1
  602. package/esm/Core/Utils/EventListeners.js +1 -1
  603. package/esm/Core/Utils/ExternalInteractorBase.d.ts +1 -1
  604. package/esm/Core/Utils/InteractionManager.d.ts +1 -1
  605. package/esm/Core/Utils/ParticlesInteractorBase.d.ts +1 -1
  606. package/esm/Core/Utils/ParticlesMover.d.ts +1 -1
  607. package/esm/Core/Utils/Plugins.d.ts +1 -1
  608. package/esm/Core/Utils/QuadTree.d.ts +3 -3
  609. package/esm/Core/Utils/QuadTree.js +1 -1
  610. package/esm/Core/Utils/Rectangle.d.ts +1 -1
  611. package/esm/Core/Utils/Vector3d.d.ts +1 -1
  612. package/esm/Interactions/External/Attract/Attractor.d.ts +1 -1
  613. package/esm/Interactions/External/Attract/Attractor.js +1 -1
  614. package/esm/Interactions/External/Attract/index.d.ts +1 -1
  615. package/esm/Interactions/External/Attract/index.js +2 -2
  616. package/esm/Interactions/External/Bounce/Bouncer.d.ts +1 -1
  617. package/esm/Interactions/External/Bounce/Bouncer.js +1 -1
  618. package/esm/Interactions/External/Bounce/index.d.ts +1 -1
  619. package/esm/Interactions/External/Bounce/index.js +2 -2
  620. package/esm/Interactions/External/Bubble/Bubbler.d.ts +1 -1
  621. package/esm/Interactions/External/Bubble/Bubbler.js +1 -1
  622. package/esm/Interactions/External/Bubble/index.d.ts +1 -1
  623. package/esm/Interactions/External/Bubble/index.js +2 -2
  624. package/esm/Interactions/External/Connect/Connector.js +1 -1
  625. package/esm/Interactions/External/Connect/index.d.ts +1 -1
  626. package/esm/Interactions/External/Connect/index.js +2 -2
  627. package/esm/Interactions/External/Grab/Grabber.d.ts +1 -1
  628. package/esm/Interactions/External/Grab/Grabber.js +1 -1
  629. package/esm/Interactions/External/Grab/index.d.ts +1 -1
  630. package/esm/Interactions/External/Grab/index.js +2 -2
  631. package/esm/Interactions/External/Repulse/Repulser.d.ts +1 -1
  632. package/esm/Interactions/External/Repulse/Repulser.js +1 -1
  633. package/esm/Interactions/External/Repulse/index.d.ts +1 -1
  634. package/esm/Interactions/External/Repulse/index.js +2 -2
  635. package/esm/Interactions/External/Trail/TrailMaker.js +1 -1
  636. package/esm/Interactions/External/Trail/index.d.ts +1 -1
  637. package/esm/Interactions/External/Trail/index.js +2 -2
  638. package/esm/Interactions/Particles/Attract/Attractor.js +1 -1
  639. package/esm/Interactions/Particles/Attract/index.d.ts +1 -1
  640. package/esm/Interactions/Particles/Attract/index.js +2 -2
  641. package/esm/Interactions/Particles/Collisions/index.d.ts +1 -1
  642. package/esm/Interactions/Particles/Collisions/index.js +2 -2
  643. package/esm/Interactions/Particles/Links/LinkParticle.d.ts +1 -1
  644. package/esm/Interactions/Particles/Links/Linker.d.ts +1 -1
  645. package/esm/Interactions/Particles/Links/Linker.js +1 -1
  646. package/esm/Interactions/Particles/Links/index.d.ts +1 -1
  647. package/esm/Interactions/Particles/Links/index.js +4 -4
  648. package/esm/Interactions/Particles/Links/interaction.d.ts +1 -1
  649. package/esm/Interactions/Particles/Links/interaction.js +2 -2
  650. package/esm/Interactions/Particles/Links/plugin.d.ts +1 -1
  651. package/esm/Interactions/Particles/Links/plugin.js +2 -2
  652. package/esm/Options/Classes/AnimatableColor.d.ts +3 -3
  653. package/esm/Options/Classes/AnimatableColor.js +1 -1
  654. package/esm/Options/Classes/AnimatableGradient.d.ts +6 -6
  655. package/esm/Options/Classes/AnimationOptions.d.ts +2 -2
  656. package/esm/Options/Classes/Background/Background.d.ts +2 -2
  657. package/esm/Options/Classes/BackgroundMask/BackgroundMask.d.ts +2 -2
  658. package/esm/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts +2 -2
  659. package/esm/Options/Classes/ColorAnimation.d.ts +1 -1
  660. package/esm/Options/Classes/HslAnimation.d.ts +2 -2
  661. package/esm/Options/Classes/Interactivity/Events/ClickEvent.d.ts +2 -2
  662. package/esm/Options/Classes/Interactivity/Events/DivEvent.d.ts +1 -1
  663. package/esm/Options/Classes/Interactivity/Events/Events.d.ts +2 -2
  664. package/esm/Options/Classes/Interactivity/Events/HoverEvent.d.ts +3 -3
  665. package/esm/Options/Classes/Interactivity/Events/Parallax.d.ts +1 -1
  666. package/esm/Options/Classes/Interactivity/Interactivity.d.ts +2 -2
  667. package/esm/Options/Classes/Interactivity/Modes/Attract.d.ts +2 -2
  668. package/esm/Options/Classes/Interactivity/Modes/Bubble.d.ts +2 -2
  669. package/esm/Options/Classes/Interactivity/Modes/Bubble.js +1 -1
  670. package/esm/Options/Classes/Interactivity/Modes/BubbleBase.d.ts +1 -1
  671. package/esm/Options/Classes/Interactivity/Modes/BubbleDiv.d.ts +1 -1
  672. package/esm/Options/Classes/Interactivity/Modes/Connect.d.ts +2 -2
  673. package/esm/Options/Classes/Interactivity/Modes/ConnectLinks.d.ts +1 -1
  674. package/esm/Options/Classes/Interactivity/Modes/Grab.d.ts +2 -2
  675. package/esm/Options/Classes/Interactivity/Modes/GrabLinks.d.ts +2 -2
  676. package/esm/Options/Classes/Interactivity/Modes/Light.d.ts +1 -1
  677. package/esm/Options/Classes/Interactivity/Modes/Modes.d.ts +7 -7
  678. package/esm/Options/Classes/Interactivity/Modes/Modes.js +4 -4
  679. package/esm/Options/Classes/Interactivity/Modes/Push.d.ts +1 -1
  680. package/esm/Options/Classes/Interactivity/Modes/Remove.d.ts +1 -1
  681. package/esm/Options/Classes/Interactivity/Modes/Repulse.d.ts +3 -3
  682. package/esm/Options/Classes/Interactivity/Modes/Repulse.js +1 -1
  683. package/esm/Options/Classes/Interactivity/Modes/RepulseBase.d.ts +2 -2
  684. package/esm/Options/Classes/Interactivity/Modes/RepulseDiv.d.ts +1 -1
  685. package/esm/Options/Classes/Interactivity/Modes/Slow.d.ts +1 -1
  686. package/esm/Options/Classes/Interactivity/Modes/Trail.d.ts +2 -2
  687. package/esm/Options/Classes/ManualParticle.d.ts +2 -2
  688. package/esm/Options/Classes/Motion/Motion.d.ts +1 -1
  689. package/esm/Options/Classes/Options.d.ts +7 -7
  690. package/esm/Options/Classes/Options.js +7 -7
  691. package/esm/Options/Classes/OptionsColor.d.ts +2 -2
  692. package/esm/Options/Classes/Particles/Bounce/Bounce.d.ts +1 -1
  693. package/esm/Options/Classes/Particles/Collisions/Collisions.d.ts +4 -4
  694. package/esm/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts +2 -2
  695. package/esm/Options/Classes/Particles/Destroy/Destroy.d.ts +1 -1
  696. package/esm/Options/Classes/Particles/Destroy/Split.d.ts +3 -3
  697. package/esm/Options/Classes/Particles/Life/Life.d.ts +1 -1
  698. package/esm/Options/Classes/Particles/Links/Links.d.ts +2 -2
  699. package/esm/Options/Classes/Particles/Links/LinksShadow.d.ts +2 -2
  700. package/esm/Options/Classes/Particles/Links/LinksTriangle.d.ts +1 -1
  701. package/esm/Options/Classes/Particles/Move/Attract.d.ts +2 -2
  702. package/esm/Options/Classes/Particles/Move/Move.d.ts +5 -5
  703. package/esm/Options/Classes/Particles/Move/Move.js +3 -3
  704. package/esm/Options/Classes/Particles/Move/OutModes.d.ts +2 -2
  705. package/esm/Options/Classes/Particles/Move/Path/Path.d.ts +3 -3
  706. package/esm/Options/Classes/Particles/Move/Spin.d.ts +3 -3
  707. package/esm/Options/Classes/Particles/Move/Trail.d.ts +2 -2
  708. package/esm/Options/Classes/Particles/Number/Density.d.ts +1 -1
  709. package/esm/Options/Classes/Particles/Number/ParticlesNumber.d.ts +2 -2
  710. package/esm/Options/Classes/Particles/Opacity/Opacity.d.ts +1 -1
  711. package/esm/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts +3 -3
  712. package/esm/Options/Classes/Particles/Orbit/Orbit.d.ts +5 -5
  713. package/esm/Options/Classes/Particles/Orbit/Orbit.js +2 -2
  714. package/esm/Options/Classes/Particles/Orbit/OrbitRotation.d.ts +1 -1
  715. package/esm/Options/Classes/Particles/ParticlesOptions.d.ts +16 -16
  716. package/esm/Options/Classes/Particles/ParticlesOptions.js +13 -13
  717. package/esm/Options/Classes/Particles/Repulse/Repulse.d.ts +1 -1
  718. package/esm/Options/Classes/Particles/Roll/Roll.d.ts +2 -2
  719. package/esm/Options/Classes/Particles/Roll/RollLight.d.ts +1 -1
  720. package/esm/Options/Classes/Particles/Rotate/Rotate.d.ts +3 -3
  721. package/esm/Options/Classes/Particles/Rotate/RotateAnimation.d.ts +1 -1
  722. package/esm/Options/Classes/Particles/Shadow.d.ts +3 -3
  723. package/esm/Options/Classes/Particles/Shape/Shape.d.ts +5 -5
  724. package/esm/Options/Classes/Particles/Size/Size.d.ts +2 -2
  725. package/esm/Options/Classes/Particles/Size/SizeAnimation.d.ts +3 -3
  726. package/esm/Options/Classes/Particles/Stroke.d.ts +2 -2
  727. package/esm/Options/Classes/Particles/Tilt/Tilt.d.ts +3 -3
  728. package/esm/Options/Classes/Particles/Tilt/TiltAnimation.d.ts +1 -1
  729. package/esm/Options/Classes/Particles/Twinkle/Twinkle.d.ts +1 -1
  730. package/esm/Options/Classes/Particles/Twinkle/TwinkleValues.d.ts +2 -2
  731. package/esm/Options/Classes/Particles/Wobble/Wobble.d.ts +2 -2
  732. package/esm/Options/Classes/Particles/ZIndex/ZIndex.d.ts +1 -1
  733. package/esm/Options/Classes/Random.d.ts +1 -1
  734. package/esm/Options/Classes/Responsive.d.ts +2 -2
  735. package/esm/Options/Classes/Theme/Theme.d.ts +2 -2
  736. package/esm/Options/Classes/Theme/Theme.js +1 -1
  737. package/esm/Options/Classes/Theme/ThemeDefault.d.ts +2 -2
  738. package/esm/Options/Classes/ValueWithRandom.d.ts +2 -2
  739. package/esm/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts +1 -1
  740. package/esm/Options/Interfaces/IAnimatableColor.d.ts +1 -1
  741. package/esm/Options/Interfaces/IAnimatableGradient.d.ts +1 -1
  742. package/esm/Options/Interfaces/IColorAnimation.d.ts +1 -1
  743. package/esm/Options/Interfaces/IManualParticle.d.ts +1 -1
  744. package/esm/Options/Interfaces/IOptions.d.ts +6 -6
  745. package/esm/Options/Interfaces/IOptionsGradient.d.ts +2 -2
  746. package/esm/Options/Interfaces/IResponsive.d.ts +2 -2
  747. package/esm/Options/Interfaces/IValueWithRandom.d.ts +1 -1
  748. package/esm/Options/Interfaces/Interactivity/Events/IEvents.d.ts +1 -1
  749. package/esm/Options/Interfaces/Interactivity/IInteractivity.d.ts +1 -1
  750. package/esm/Options/Interfaces/Interactivity/Modes/IBubble.d.ts +2 -2
  751. package/esm/Options/Interfaces/Interactivity/Modes/IBubbleBase.d.ts +1 -1
  752. package/esm/Options/Interfaces/Interactivity/Modes/IModes.d.ts +2 -2
  753. package/esm/Options/Interfaces/Interactivity/Modes/IRepulse.d.ts +2 -2
  754. package/esm/Options/Interfaces/Interactivity/Modes/IRepulseDiv.d.ts +1 -1
  755. package/esm/Options/Interfaces/Particles/Destroy/ISplit.d.ts +1 -1
  756. package/esm/Options/Interfaces/Particles/IParticles.d.ts +14 -14
  757. package/esm/Options/Interfaces/Particles/IShadow.d.ts +1 -1
  758. package/esm/Options/Interfaces/Particles/IStroke.d.ts +1 -1
  759. package/esm/Options/Interfaces/Particles/Links/ILinks.d.ts +1 -1
  760. package/esm/Options/Interfaces/Particles/Move/IMove.d.ts +5 -5
  761. package/esm/Options/Interfaces/Particles/Move/Path/{iPath.d.ts → IPath.d.ts} +0 -0
  762. package/esm/Options/Interfaces/Particles/Move/Path/{iPath.js → IPath.js} +0 -0
  763. package/esm/Options/Interfaces/Particles/Orbit/IOrbit.d.ts +3 -3
  764. package/esm/Options/Interfaces/Particles/Roll/IRoll.d.ts +1 -1
  765. package/esm/Options/Interfaces/Particles/Rotate/IRotate.d.ts +1 -1
  766. package/esm/Options/Interfaces/Particles/Shape/IShape.d.ts +3 -3
  767. package/esm/Options/Interfaces/Particles/Tilt/ITilt.d.ts +1 -1
  768. package/esm/Options/Interfaces/Theme/ITheme.d.ts +2 -2
  769. package/esm/Plugins/Absorbers/AbsorberInstance.d.ts +5 -4
  770. package/esm/Plugins/Absorbers/AbsorberInstance.js +18 -18
  771. package/esm/Plugins/Absorbers/Absorbers.d.ts +3 -3
  772. package/esm/Plugins/Absorbers/Absorbers.js +1 -1
  773. package/esm/Plugins/Absorbers/Options/Classes/Absorber.d.ts +4 -4
  774. package/esm/Plugins/Absorbers/Options/Classes/AbsorberSize.d.ts +2 -2
  775. package/esm/Plugins/Absorbers/Options/Classes/AbsorberSize.js +1 -1
  776. package/esm/Plugins/Absorbers/Options/Classes/AbsorberSizeLimit.d.ts +2 -2
  777. package/esm/Plugins/Absorbers/Options/Interfaces/IAbsorber.d.ts +1 -2
  778. package/esm/Plugins/Absorbers/Options/Interfaces/IAbsorberOptions.d.ts +1 -1
  779. package/esm/Plugins/Absorbers/Options/Interfaces/IAbsorberSize.d.ts +1 -1
  780. package/esm/Plugins/Absorbers/index.d.ts +1 -1
  781. package/esm/Plugins/Absorbers/index.js +3 -3
  782. package/esm/Plugins/Emitters/EmitterContainer.d.ts +2 -1
  783. package/esm/Plugins/Emitters/EmitterInstance.d.ts +5 -3
  784. package/esm/Plugins/Emitters/EmitterInstance.js +34 -35
  785. package/esm/Plugins/Emitters/Emitters.d.ts +3 -3
  786. package/esm/Plugins/Emitters/Emitters.js +11 -3
  787. package/esm/Plugins/Emitters/Options/Classes/Emitter.d.ts +7 -7
  788. package/esm/Plugins/Emitters/Options/Classes/Emitter.js +3 -3
  789. package/esm/Plugins/Emitters/Options/Classes/EmitterLife.d.ts +1 -1
  790. package/esm/Plugins/Emitters/Options/Classes/EmitterRate.d.ts +1 -1
  791. package/esm/Plugins/Emitters/Options/Classes/EmitterSize.d.ts +1 -1
  792. package/esm/Plugins/Emitters/Options/Interfaces/IEmitter.d.ts +6 -6
  793. package/esm/Plugins/Emitters/Options/Interfaces/IEmitterOptions.d.ts +1 -1
  794. package/esm/Plugins/Emitters/Options/Interfaces/IEmitterSize.d.ts +1 -1
  795. package/esm/Plugins/Emitters/Shapes/Circle/CircleShape.d.ts +1 -1
  796. package/esm/Plugins/Emitters/Shapes/Square/SquareShape.d.ts +1 -1
  797. package/esm/Plugins/Emitters/index.d.ts +1 -1
  798. package/esm/Plugins/Emitters/index.js +9 -9
  799. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMask.d.ts +5 -5
  800. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMask.js +1 -1
  801. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.d.ts +2 -2
  802. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskDraw.js +1 -1
  803. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskDrawStroke.d.ts +2 -2
  804. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskInline.d.ts +2 -2
  805. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskLocalSvg.d.ts +3 -3
  806. package/esm/Plugins/PolygonMask/Options/Classes/PolygonMaskMove.d.ts +2 -2
  807. package/esm/Plugins/PolygonMask/Options/Interfaces/IPolygonMask.d.ts +3 -3
  808. package/esm/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskDraw.d.ts +1 -1
  809. package/esm/Plugins/PolygonMask/Options/Interfaces/IPolygonMaskLocalSvg.d.ts +1 -1
  810. package/esm/Plugins/PolygonMask/PolygonMaskInstance.d.ts +3 -3
  811. package/esm/Plugins/PolygonMask/PolygonMaskInstance.js +2 -2
  812. package/esm/Plugins/PolygonMask/Types.d.ts +1 -1
  813. package/esm/Plugins/PolygonMask/index.d.ts +1 -1
  814. package/esm/Plugins/PolygonMask/index.js +3 -3
  815. package/esm/Shapes/Circle/index.d.ts +1 -1
  816. package/esm/Shapes/Circle/index.js +2 -2
  817. package/esm/Shapes/Image/index.d.ts +1 -1
  818. package/esm/Shapes/Image/index.js +3 -3
  819. package/esm/Shapes/Line/index.d.ts +1 -1
  820. package/esm/Shapes/Line/index.js +2 -2
  821. package/esm/Shapes/Polygon/PolygonDrawer.d.ts +1 -1
  822. package/esm/Shapes/Polygon/TriangleDrawer.d.ts +1 -1
  823. package/esm/Shapes/Polygon/index.d.ts +3 -3
  824. package/esm/Shapes/Polygon/index.js +7 -7
  825. package/esm/Shapes/Square/index.d.ts +1 -1
  826. package/esm/Shapes/Square/index.js +3 -3
  827. package/esm/Shapes/Star/index.d.ts +1 -1
  828. package/esm/Shapes/Star/index.js +2 -2
  829. package/esm/Shapes/Text/index.d.ts +1 -1
  830. package/esm/Shapes/Text/index.js +3 -3
  831. package/esm/Types/ShapeData.d.ts +1 -1
  832. package/esm/Types/ShapeDrawerFunctions.d.ts +1 -1
  833. package/esm/Updaters/Angle/index.d.ts +1 -1
  834. package/esm/Updaters/Angle/index.js +2 -2
  835. package/esm/Updaters/Color/index.d.ts +1 -1
  836. package/esm/Updaters/Color/index.js +2 -2
  837. package/esm/Updaters/Life/index.d.ts +1 -1
  838. package/esm/Updaters/Life/index.js +2 -2
  839. package/esm/Updaters/Opacity/index.d.ts +1 -1
  840. package/esm/Updaters/Opacity/index.js +2 -2
  841. package/esm/Updaters/OutModes/IBounceData.d.ts +1 -1
  842. package/esm/Updaters/OutModes/OutOfCanvasUpdater.js +1 -1
  843. package/esm/Updaters/OutModes/index.d.ts +1 -1
  844. package/esm/Updaters/OutModes/index.js +2 -2
  845. package/esm/Updaters/Roll/index.d.ts +1 -1
  846. package/esm/Updaters/Roll/index.js +2 -2
  847. package/esm/Updaters/Size/index.d.ts +1 -1
  848. package/esm/Updaters/Size/index.js +2 -2
  849. package/esm/Updaters/StrokeColor/index.d.ts +1 -1
  850. package/esm/Updaters/StrokeColor/index.js +2 -2
  851. package/esm/Updaters/Tilt/index.d.ts +1 -1
  852. package/esm/Updaters/Tilt/index.js +2 -2
  853. package/esm/Updaters/Wobble/index.d.ts +1 -1
  854. package/esm/Updaters/Wobble/index.js +2 -2
  855. package/esm/Utils/CanvasUtils.d.ts +2 -3
  856. package/esm/Utils/CanvasUtils.js +1 -1
  857. package/esm/Utils/ColorUtils.js +1 -1
  858. package/esm/Utils/NumberUtils.d.ts +2 -2
  859. package/esm/Utils/Utils.d.ts +3 -3
  860. package/esm/Utils/Utils.js +1 -1
  861. package/esm/engine.d.ts +2 -2
  862. package/esm/full.d.ts +1 -1
  863. package/esm/full.js +14 -14
  864. package/esm/index.d.ts +1 -1
  865. package/esm/index.engine.d.ts +1 -1
  866. package/esm/index.engine.js +1 -1
  867. package/esm/index.js +1 -1
  868. package/esm/index.slim.d.ts +1 -1
  869. package/esm/index.slim.js +1 -1
  870. package/esm/pjs.d.ts +1 -1
  871. package/esm/slim.d.ts +1 -1
  872. package/esm/slim.js +40 -40
  873. package/full.d.ts +1 -1
  874. package/full.js +14 -14
  875. package/index.d.ts +1 -1
  876. package/index.engine.d.ts +1 -1
  877. package/index.engine.js +1 -1
  878. package/index.js +1 -1
  879. package/index.slim.d.ts +1 -1
  880. package/index.slim.js +1 -1
  881. package/package.json +1 -1
  882. package/pjs.d.ts +1 -1
  883. package/report.html +2 -2
  884. package/report.slim.html +2 -2
  885. package/slim.d.ts +1 -1
  886. package/slim.js +40 -40
  887. package/tsparticles.engine.js +2359 -2359
  888. package/tsparticles.engine.min.js +2 -2
  889. package/tsparticles.interaction.external.attract.js +3943 -3943
  890. package/tsparticles.interaction.external.attract.min.js +2 -2
  891. package/tsparticles.interaction.external.bounce.js +4058 -4058
  892. package/tsparticles.interaction.external.bounce.min.js +2 -2
  893. package/tsparticles.interaction.external.bubble.js +3886 -3886
  894. package/tsparticles.interaction.external.bubble.min.js +2 -2
  895. package/tsparticles.interaction.external.connect.js +4040 -4040
  896. package/tsparticles.interaction.external.connect.min.js +2 -2
  897. package/tsparticles.interaction.external.grab.js +4040 -4040
  898. package/tsparticles.interaction.external.grab.min.js +2 -2
  899. package/tsparticles.interaction.external.repulse.js +4058 -4058
  900. package/tsparticles.interaction.external.repulse.min.js +2 -2
  901. package/tsparticles.interaction.external.trail.js +4040 -4040
  902. package/tsparticles.interaction.external.trail.min.js +2 -2
  903. package/tsparticles.interaction.particles.attract.js +4042 -4042
  904. package/tsparticles.interaction.particles.attract.min.js +2 -2
  905. package/tsparticles.interaction.particles.collisions.js +882 -882
  906. package/tsparticles.interaction.particles.collisions.min.js +1 -1
  907. package/tsparticles.interaction.particles.links.js +4002 -4002
  908. package/tsparticles.interaction.particles.links.min.js +2 -2
  909. package/tsparticles.js +6215 -6209
  910. package/tsparticles.min.js +2 -2
  911. package/tsparticles.pathseg.min.js +1 -1
  912. package/tsparticles.plugins.absorbers.js +1027 -1028
  913. package/tsparticles.plugins.absorbers.min.js +2 -2
  914. package/tsparticles.plugins.emitters.js +1636 -1629
  915. package/tsparticles.plugins.emitters.min.js +2 -2
  916. package/tsparticles.plugins.polygonMask.js +2620 -2620
  917. package/tsparticles.plugins.polygonMask.min.js +2 -2
  918. package/tsparticles.shape.circle.js +2 -2
  919. package/tsparticles.shape.circle.min.js +1 -1
  920. package/tsparticles.shape.image.js +883 -883
  921. package/tsparticles.shape.image.min.js +1 -1
  922. package/tsparticles.shape.line.js +2 -2
  923. package/tsparticles.shape.line.min.js +1 -1
  924. package/tsparticles.shape.polygon.js +7 -7
  925. package/tsparticles.shape.polygon.min.js +1 -1
  926. package/tsparticles.shape.square.js +3 -3
  927. package/tsparticles.shape.square.min.js +1 -1
  928. package/tsparticles.shape.star.js +2 -2
  929. package/tsparticles.shape.star.min.js +1 -1
  930. package/tsparticles.shape.text.js +882 -882
  931. package/tsparticles.shape.text.min.js +1 -1
  932. package/tsparticles.slim.js +3561 -3561
  933. package/tsparticles.slim.min.js +2 -2
  934. package/tsparticles.updater.angle.js +882 -882
  935. package/tsparticles.updater.angle.min.js +1 -1
  936. package/tsparticles.updater.color.js +882 -882
  937. package/tsparticles.updater.color.min.js +1 -1
  938. package/tsparticles.updater.life.js +882 -882
  939. package/tsparticles.updater.life.min.js +1 -1
  940. package/tsparticles.updater.opacity.js +882 -882
  941. package/tsparticles.updater.opacity.min.js +1 -1
  942. package/tsparticles.updater.outModes.js +882 -882
  943. package/tsparticles.updater.outModes.min.js +1 -1
  944. package/tsparticles.updater.roll.js +882 -882
  945. package/tsparticles.updater.roll.min.js +1 -1
  946. package/tsparticles.updater.size.js +882 -882
  947. package/tsparticles.updater.size.min.js +1 -1
  948. package/tsparticles.updater.strokeColor.js +882 -882
  949. package/tsparticles.updater.strokeColor.min.js +1 -1
  950. package/tsparticles.updater.tilt.js +882 -882
  951. package/tsparticles.updater.tilt.min.js +1 -1
  952. package/tsparticles.updater.wobble.js +882 -882
  953. package/tsparticles.updater.wobble.min.js +1 -1
package/Core/Canvas.d.ts CHANGED
@@ -1,6 +1,6 @@
1
+ import type { IContainerPlugin, ICoordinates, IDelta, IDimension, IParticle, IRgb } from "./Interfaces";
1
2
  import type { Container } from "./Container";
2
3
  import type { Particle } from "./Particle";
3
- import type { IContainerPlugin, ICoordinates, IDelta, IDimension, IParticle, IRgb } from "./Interfaces";
4
4
  export declare class Canvas {
5
5
  private readonly container;
6
6
  element?: HTMLCanvasElement;
package/Core/Canvas.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Canvas = void 0;
4
- const Utils_1 = require("./Utils");
5
- const Utils_2 = require("../Utils");
4
+ const Utils_1 = require("../Utils");
5
+ const Utils_2 = require("./Utils");
6
6
  class Canvas {
7
7
  constructor(container) {
8
8
  this.container = container;
@@ -27,11 +27,11 @@ class Canvas {
27
27
  (_a = this.element) === null || _a === void 0 ? void 0 : _a.remove();
28
28
  }
29
29
  this.generatedCanvas =
30
- canvas.dataset && Utils_1.Constants.generatedAttribute in canvas.dataset
31
- ? canvas.dataset[Utils_1.Constants.generatedAttribute] === "true"
30
+ canvas.dataset && Utils_2.Constants.generatedAttribute in canvas.dataset
31
+ ? canvas.dataset[Utils_2.Constants.generatedAttribute] === "true"
32
32
  : this.generatedCanvas;
33
33
  this.element = canvas;
34
- this.originalStyle = (0, Utils_2.deepExtend)({}, this.element.style);
34
+ this.originalStyle = (0, Utils_1.deepExtend)({}, this.element.style);
35
35
  this.size.height = canvas.offsetHeight;
36
36
  this.size.width = canvas.offsetWidth;
37
37
  this.context = this.element.getContext("2d");
@@ -44,15 +44,15 @@ class Canvas {
44
44
  (_a = this.element) === null || _a === void 0 ? void 0 : _a.remove();
45
45
  }
46
46
  this.draw((ctx) => {
47
- (0, Utils_2.clear)(ctx, this.size);
47
+ (0, Utils_1.clear)(ctx, this.size);
48
48
  });
49
49
  }
50
50
  paint() {
51
51
  const options = this.container.actualOptions;
52
52
  this.draw((ctx) => {
53
53
  if (options.backgroundMask.enable && options.backgroundMask.cover && this.coverColor) {
54
- (0, Utils_2.clear)(ctx, this.size);
55
- this.paintBase((0, Utils_2.getStyleFromRgb)(this.coverColor, this.coverColor.a));
54
+ (0, Utils_1.clear)(ctx, this.size);
55
+ this.paintBase((0, Utils_1.getStyleFromRgb)(this.coverColor, this.coverColor.a));
56
56
  }
57
57
  else {
58
58
  this.paintBase();
@@ -66,11 +66,11 @@ class Canvas {
66
66
  this.paint();
67
67
  }
68
68
  else if (trail.enable && trail.length > 0 && this.trailFillColor) {
69
- this.paintBase((0, Utils_2.getStyleFromRgb)(this.trailFillColor, 1 / trail.length));
69
+ this.paintBase((0, Utils_1.getStyleFromRgb)(this.trailFillColor, 1 / trail.length));
70
70
  }
71
71
  else {
72
72
  this.draw((ctx) => {
73
- (0, Utils_2.clear)(ctx, this.size);
73
+ (0, Utils_1.clear)(ctx, this.size);
74
74
  });
75
75
  }
76
76
  }
@@ -122,7 +122,7 @@ class Canvas {
122
122
  }
123
123
  const pos1 = p1.getPosition();
124
124
  const pos2 = p2.getPosition();
125
- (0, Utils_2.drawConnectLine)(ctx, (_a = p1.retina.linksWidth) !== null && _a !== void 0 ? _a : this.container.retina.linksWidth, lineStyle, pos1, pos2);
125
+ (0, Utils_1.drawConnectLine)(ctx, (_a = p1.retina.linksWidth) !== null && _a !== void 0 ? _a : this.container.retina.linksWidth, lineStyle, pos1, pos2);
126
126
  });
127
127
  }
128
128
  drawGrabLine(particle, lineColor, opacity, mousePos) {
@@ -130,7 +130,7 @@ class Canvas {
130
130
  this.draw((ctx) => {
131
131
  var _a;
132
132
  const beginPos = particle.getPosition();
133
- (0, Utils_2.drawGrabLine)(ctx, (_a = particle.retina.linksWidth) !== null && _a !== void 0 ? _a : container.retina.linksWidth, beginPos, mousePos, lineColor, opacity);
133
+ (0, Utils_1.drawGrabLine)(ctx, (_a = particle.retina.linksWidth) !== null && _a !== void 0 ? _a : container.retina.linksWidth, beginPos, mousePos, lineColor, opacity);
134
134
  });
135
135
  }
136
136
  drawParticle(particle, delta) {
@@ -148,7 +148,7 @@ class Canvas {
148
148
  const twinkle = pOptions.twinkle.particles;
149
149
  const twinkling = twinkle.enable && Math.random() < twinkle.frequency;
150
150
  if (!fColor || !sColor) {
151
- const twinkleRgb = (0, Utils_2.colorToHsl)(twinkle.color);
151
+ const twinkleRgb = (0, Utils_1.colorToHsl)(twinkle.color);
152
152
  if (!fColor) {
153
153
  fColor = twinkling && twinkleRgb !== undefined ? twinkleRgb : pfColor ? pfColor : undefined;
154
154
  }
@@ -163,14 +163,14 @@ class Canvas {
163
163
  const opacity = twinkling ? twinkle.opacity : (_d = (_b = particle.bubble.opacity) !== null && _b !== void 0 ? _b : (_c = particle.opacity) === null || _c === void 0 ? void 0 : _c.value) !== null && _d !== void 0 ? _d : 1;
164
164
  const strokeOpacity = (_f = (_e = particle.stroke) === null || _e === void 0 ? void 0 : _e.opacity) !== null && _f !== void 0 ? _f : opacity;
165
165
  const zOpacity = opacity * zOpacityFactor;
166
- const fillColorValue = fColor ? (0, Utils_2.getStyleFromHsl)(fColor, zOpacity) : undefined;
166
+ const fillColorValue = fColor ? (0, Utils_1.getStyleFromHsl)(fColor, zOpacity) : undefined;
167
167
  if (!fillColorValue && !sColor) {
168
168
  return;
169
169
  }
170
170
  this.draw((ctx) => {
171
171
  const zSizeFactor = (1 - particle.zIndexFactor) ** zIndexOptions.sizeRate;
172
172
  const zStrokeOpacity = strokeOpacity * zOpacityFactor;
173
- const strokeColorValue = sColor ? (0, Utils_2.getStyleFromHsl)(sColor, zStrokeOpacity) : fillColorValue;
173
+ const strokeColorValue = sColor ? (0, Utils_1.getStyleFromHsl)(sColor, zStrokeOpacity) : fillColorValue;
174
174
  if (radius <= 0) {
175
175
  return;
176
176
  }
@@ -180,7 +180,7 @@ class Canvas {
180
180
  updater.beforeDraw(particle);
181
181
  }
182
182
  }
183
- (0, Utils_2.drawParticle)(this.container, ctx, particle, delta, fillColorValue, strokeColorValue, options.backgroundMask.enable, options.backgroundMask.composite, radius * zSizeFactor, zOpacity, particle.options.shadow, particle.gradient);
183
+ (0, Utils_1.drawParticle)(this.container, ctx, particle, delta, fillColorValue, strokeColorValue, options.backgroundMask.enable, options.backgroundMask.composite, radius * zSizeFactor, zOpacity, particle.options.shadow, particle.gradient);
184
184
  for (const updater of container.particles.updaters) {
185
185
  if (updater.afterDraw) {
186
186
  updater.afterDraw(particle);
@@ -190,12 +190,12 @@ class Canvas {
190
190
  }
191
191
  drawPlugin(plugin, delta) {
192
192
  this.draw((ctx) => {
193
- (0, Utils_2.drawPlugin)(ctx, plugin, delta);
193
+ (0, Utils_1.drawPlugin)(ctx, plugin, delta);
194
194
  });
195
195
  }
196
196
  drawParticlePlugin(plugin, particle, delta) {
197
197
  this.draw((ctx) => {
198
- (0, Utils_2.drawParticlePlugin)(ctx, plugin, particle, delta);
198
+ (0, Utils_1.drawParticlePlugin)(ctx, plugin, particle, delta);
199
199
  });
200
200
  }
201
201
  initBackground() {
@@ -207,8 +207,8 @@ class Canvas {
207
207
  return;
208
208
  }
209
209
  if (background.color) {
210
- const color = (0, Utils_2.colorToRgb)(background.color);
211
- elementStyle.backgroundColor = color ? (0, Utils_2.getStyleFromRgb)(color, background.opacity) : "";
210
+ const color = (0, Utils_1.colorToRgb)(background.color);
211
+ elementStyle.backgroundColor = color ? (0, Utils_1.getStyleFromRgb)(color, background.opacity) : "";
212
212
  }
213
213
  else {
214
214
  elementStyle.backgroundColor = "";
@@ -228,7 +228,7 @@ class Canvas {
228
228
  const options = this.container.actualOptions;
229
229
  const cover = options.backgroundMask.cover;
230
230
  const color = cover.color;
231
- const coverRgb = (0, Utils_2.colorToRgb)(color);
231
+ const coverRgb = (0, Utils_1.colorToRgb)(color);
232
232
  if (coverRgb) {
233
233
  this.coverColor = {
234
234
  r: coverRgb.r,
@@ -241,7 +241,7 @@ class Canvas {
241
241
  initTrail() {
242
242
  const options = this.container.actualOptions;
243
243
  const trail = options.particles.move.trail;
244
- const fillColor = (0, Utils_2.colorToRgb)(trail.fillColor);
244
+ const fillColor = (0, Utils_1.colorToRgb)(trail.fillColor);
245
245
  if (fillColor) {
246
246
  const trail = options.particles.move.trail;
247
247
  this.trailFillColor = {
@@ -257,10 +257,10 @@ class Canvas {
257
257
  let sColor;
258
258
  for (const [, plugin] of this.container.plugins) {
259
259
  if (!fColor && plugin.particleFillColor) {
260
- fColor = (0, Utils_2.colorToHsl)(plugin.particleFillColor(particle));
260
+ fColor = (0, Utils_1.colorToHsl)(plugin.particleFillColor(particle));
261
261
  }
262
262
  if (!sColor && plugin.particleStrokeColor) {
263
- sColor = (0, Utils_2.colorToHsl)(plugin.particleStrokeColor(particle));
263
+ sColor = (0, Utils_1.colorToHsl)(plugin.particleStrokeColor(particle));
264
264
  }
265
265
  if (fColor && sColor) {
266
266
  break;
@@ -275,7 +275,7 @@ class Canvas {
275
275
  }
276
276
  const originalStyle = this.originalStyle;
277
277
  if (options.fullScreen.enable) {
278
- this.originalStyle = (0, Utils_2.deepExtend)({}, element.style);
278
+ this.originalStyle = (0, Utils_1.deepExtend)({}, element.style);
279
279
  element.style.setProperty("position", "fixed", "important");
280
280
  element.style.setProperty("z-index", options.fullScreen.zIndex.toString(10), "important");
281
281
  element.style.setProperty("top", "0", "important");
@@ -304,14 +304,14 @@ class Canvas {
304
304
  }
305
305
  paintBase(baseColor) {
306
306
  this.draw((ctx) => {
307
- (0, Utils_2.paintBase)(ctx, this.size, baseColor);
307
+ (0, Utils_1.paintBase)(ctx, this.size, baseColor);
308
308
  });
309
309
  }
310
310
  lineStyle(p1, p2) {
311
311
  return this.draw((ctx) => {
312
312
  const options = this.container.actualOptions;
313
313
  const connectOptions = options.interactivity.modes.connect;
314
- return (0, Utils_2.gradient)(ctx, p1, p2, connectOptions.links.opacity);
314
+ return (0, Utils_1.gradient)(ctx, p1, p2, connectOptions.links.opacity);
315
315
  });
316
316
  }
317
317
  }
@@ -1,12 +1,12 @@
1
+ import { FrameManager, Vector } from "./Utils";
2
+ import type { IAttract, IBubble, IContainerInteractivity, IContainerPlugin, IMovePathGenerator, IRepulse, IShapeDrawer } from "./Interfaces";
1
3
  import { Canvas } from "./Canvas";
2
- import { Particles } from "./Particles";
3
- import { Retina } from "./Retina";
4
4
  import type { IOptions } from "../Options/Interfaces/IOptions";
5
- import { FrameManager, Vector } from "./Utils";
6
- import type { RecursivePartial } from "../Types";
7
5
  import { Options } from "../Options/Classes/Options";
8
6
  import { Particle } from "./Particle";
9
- import type { IAttract, IBubble, IContainerInteractivity, IContainerPlugin, IMovePathGenerator, IRepulse, IShapeDrawer } from "./Interfaces";
7
+ import { Particles } from "./Particles";
8
+ import type { RecursivePartial } from "../Types";
9
+ import { Retina } from "./Retina";
10
10
  export declare class Container {
11
11
  readonly id: string;
12
12
  started: boolean;
package/Core/Container.js CHANGED
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Container = void 0;
4
+ const Utils_1 = require("./Utils");
5
+ const Utils_2 = require("../Utils");
4
6
  const Canvas_1 = require("./Canvas");
7
+ const Options_1 = require("../Options/Classes/Options");
5
8
  const Particles_1 = require("./Particles");
6
9
  const Retina_1 = require("./Retina");
7
- const Utils_1 = require("./Utils");
8
- const Options_1 = require("../Options/Classes/Options");
9
- const Utils_2 = require("../Utils");
10
10
  class Container {
11
11
  constructor(id, sourceOptions, ...presets) {
12
12
  this.id = id;
@@ -1,7 +1,7 @@
1
- import type { IColor } from "./Colors";
2
1
  import type { GradientType, RotateDirectionAlt } from "../../Enums";
3
- import type { RotateDirection } from "../../Enums";
2
+ import type { IColor } from "./Colors";
4
3
  import type { RangeValue } from "../../Types";
4
+ import type { RotateDirection } from "../../Enums";
5
5
  export interface IGradientColorOpacity {
6
6
  value: RangeValue;
7
7
  }
@@ -1,5 +1,5 @@
1
- import type { Vector } from "../Utils";
2
1
  import type { ICoordinates } from "./ICoordinates";
2
+ import type { Vector } from "../Utils";
3
3
  export interface ICircleBouncer {
4
4
  position: ICoordinates;
5
5
  velocity: Vector;
@@ -1,10 +1,10 @@
1
+ import type { ClickMode, OutModeDirection } from "../../Enums";
2
+ import type { IColor } from "./Colors";
1
3
  import type { ICoordinates } from "./ICoordinates";
4
+ import type { IDelta } from "./IDelta";
5
+ import type { IOptions } from "../../Options/Interfaces/IOptions";
2
6
  import type { Particle } from "../Particle";
3
- import type { ClickMode, OutModeDirection } from "../../Enums";
4
7
  import type { RecursivePartial } from "../../Types";
5
- import type { IOptions } from "../../Options/Interfaces/IOptions";
6
- import type { IDelta } from "./IDelta";
7
- import type { IColor } from "./Colors";
8
8
  export interface IContainerPlugin {
9
9
  clickPositionValid?: (position: ICoordinates) => boolean;
10
10
  draw?: (context: CanvasRenderingContext2D, delta: IDelta) => void;
@@ -1,5 +1,5 @@
1
- import type { IInteractor } from "./IInteractor";
2
1
  import type { IDelta } from "./IDelta";
2
+ import type { IInteractor } from "./IInteractor";
3
3
  export interface IExternalInteractor extends IInteractor {
4
4
  isEnabled(): boolean;
5
5
  interact(delta: IDelta): void;
@@ -1,5 +1,5 @@
1
- import type { Particle } from "../Particle";
2
1
  import type { InteractorType } from "../../Enums";
2
+ import type { Particle } from "../Particle";
3
3
  export interface IInteractor {
4
4
  type: InteractorType;
5
5
  reset(particle: Particle): void;
@@ -1,17 +1,17 @@
1
- import type { IStroke } from "../../Options/Interfaces/Particles/IStroke";
2
- import type { ICoordinates3d } from "./ICoordinates";
3
- import type { ShapeType } from "../../Enums";
1
+ import type { IHsl, IRgb } from "./Colors";
4
2
  import type { IParticleTiltValueAnimation, IParticleValueAnimation } from "./IParticleValueAnimation";
5
- import type { IShapeValues } from "./IShapeValues";
6
3
  import type { IBubbleParticleData } from "./IBubbleParticleData";
7
- import type { IParticles } from "../../Options/Interfaces/Particles/IParticles";
8
- import type { IHsl, IRgb } from "./Colors";
9
- import type { IParticleHslAnimation } from "./IParticleHslAnimation";
10
- import type { Vector } from "../Utils";
4
+ import type { ICoordinates3d } from "./ICoordinates";
11
5
  import type { IParticleGradientAnimation } from "./IParticleGradientAnimation";
6
+ import type { IParticleHslAnimation } from "./IParticleHslAnimation";
12
7
  import type { IParticleRetinaProps } from "./IParticleRetinaProps";
13
8
  import type { IParticleRoll } from "./IParticleRoll";
14
9
  import type { IParticleWobble } from "./IParticleWobble";
10
+ import type { IParticles } from "../../Options/Interfaces/Particles/IParticles";
11
+ import type { IShapeValues } from "./IShapeValues";
12
+ import type { IStroke } from "../../Options/Interfaces/Particles/IStroke";
13
+ import type { ShapeType } from "../../Enums";
14
+ import type { Vector } from "../Utils";
15
15
  export interface IParticle {
16
16
  misplaced: boolean;
17
17
  randomIndexData?: number;
@@ -1,6 +1,6 @@
1
- import type { IParticleValueAnimation } from "./IParticleValueAnimation";
2
1
  import type { GradientType } from "../../Enums";
3
2
  import type { IParticleGradientColorAnimation } from "./IParticleGradientColorAnimation";
3
+ import type { IParticleValueAnimation } from "./IParticleValueAnimation";
4
4
  export interface IParticleGradientAnimation {
5
5
  angle: IParticleValueAnimation<number>;
6
6
  type: GradientType;
@@ -1,5 +1,5 @@
1
- import type { RotateDirection } from "../../Enums";
2
1
  import type { ICoordinates } from "./ICoordinates";
2
+ import type { RotateDirection } from "../../Enums";
3
3
  export interface IParticleSpin {
4
4
  acceleration: number;
5
5
  angle: number;
@@ -1,6 +1,6 @@
1
- import type { Particle } from "../Particle";
2
- import type { IInteractor } from "./IInteractor";
3
1
  import type { IDelta } from "./IDelta";
2
+ import type { IInteractor } from "./IInteractor";
3
+ import type { Particle } from "../Particle";
4
4
  export interface IParticlesInteractor extends IInteractor {
5
5
  isEnabled(particle: Particle): boolean;
6
6
  interact(particle: Particle, delta: IDelta): void;
@@ -1,8 +1,8 @@
1
1
  import type { Container } from "../Container";
2
2
  import type { IContainerPlugin } from "./IContainerPlugin";
3
3
  import type { IOptions } from "../../Options/Interfaces/IOptions";
4
- import type { RecursivePartial } from "../../Types";
5
4
  import type { Options } from "../../Options/Classes/Options";
5
+ import type { RecursivePartial } from "../../Types";
6
6
  export interface IPlugin {
7
7
  readonly id: string;
8
8
  needsPlugin(options?: RecursivePartial<IOptions>): boolean;
package/Core/Loader.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Container } from "./Container";
2
2
  import type { IOptions } from "../Options/Interfaces/IOptions";
3
- import type { RecursivePartial } from "../Types";
4
3
  import type { Particle } from "./Particle";
4
+ import type { RecursivePartial } from "../Types";
5
5
  import type { SingleOrMultiple } from "../Types";
6
6
  interface LoaderParams {
7
7
  element?: HTMLElement;
package/Core/Loader.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Loader = void 0;
4
+ const Utils_1 = require("./Utils");
4
5
  const Container_1 = require("./Container");
5
- const Utils_1 = require("../Utils");
6
- const Utils_2 = require("./Utils");
6
+ const Utils_2 = require("../Utils");
7
7
  const tsParticlesDom = [];
8
8
  function fetchError(statusCode) {
9
9
  console.error(`Error tsParticles - fetch status: ${statusCode}`);
@@ -31,7 +31,7 @@ class Loader {
31
31
  domContainer.id = tagId;
32
32
  (_c = document.querySelector("body")) === null || _c === void 0 ? void 0 : _c.append(domContainer);
33
33
  }
34
- const currentOptions = options instanceof Array ? (0, Utils_1.itemFromArray)(options, index) : options;
34
+ const currentOptions = options instanceof Array ? (0, Utils_2.itemFromArray)(options, index) : options;
35
35
  const dom = Loader.dom();
36
36
  const oldIndex = dom.findIndex((v) => v.id === tagId);
37
37
  if (oldIndex >= 0) {
@@ -44,17 +44,17 @@ class Loader {
44
44
  let canvasEl;
45
45
  if (domContainer.tagName.toLowerCase() === "canvas") {
46
46
  canvasEl = domContainer;
47
- canvasEl.dataset[Utils_2.Constants.generatedAttribute] = "false";
47
+ canvasEl.dataset[Utils_1.Constants.generatedAttribute] = "false";
48
48
  }
49
49
  else {
50
50
  const existingCanvases = domContainer.getElementsByTagName("canvas");
51
51
  if (existingCanvases.length) {
52
52
  canvasEl = existingCanvases[0];
53
- canvasEl.dataset[Utils_2.Constants.generatedAttribute] = "false";
53
+ canvasEl.dataset[Utils_1.Constants.generatedAttribute] = "false";
54
54
  }
55
55
  else {
56
56
  canvasEl = document.createElement("canvas");
57
- canvasEl.dataset[Utils_2.Constants.generatedAttribute] = "true";
57
+ canvasEl.dataset[Utils_1.Constants.generatedAttribute] = "true";
58
58
  canvasEl.style.width = "100%";
59
59
  canvasEl.style.height = "100%";
60
60
  domContainer.appendChild(canvasEl);
@@ -73,7 +73,7 @@ class Loader {
73
73
  }
74
74
  static async loadRemoteOptions(params) {
75
75
  const { url: jsonUrl, index } = params;
76
- const url = jsonUrl instanceof Array ? (0, Utils_1.itemFromArray)(jsonUrl, index) : jsonUrl;
76
+ const url = jsonUrl instanceof Array ? (0, Utils_2.itemFromArray)(jsonUrl, index) : jsonUrl;
77
77
  if (!url) {
78
78
  return;
79
79
  }
@@ -1,11 +1,11 @@
1
+ import { ShapeType } from "../Enums";
2
+ import type { IBubbleParticleData, ICoordinates, ICoordinates3d, IDelta, IHsl, IParticle, IParticleGradientAnimation, IParticleHslAnimation, IParticleLife, IParticleNumericValueAnimation, IParticleRetinaProps, IParticleRoll, IParticleSpin, IParticleTiltValueAnimation, IParticleValueAnimation, IParticleWobble, IRgb, IShapeValues } from "./Interfaces";
3
+ import { Vector, Vector3d } from "./Utils";
1
4
  import type { Container } from "./Container";
2
5
  import type { IParticles } from "../Options/Interfaces/Particles/IParticles";
3
6
  import { ParticlesOptions } from "../Options/Classes/Particles/ParticlesOptions";
4
- import { ShapeType } from "../Enums";
5
7
  import type { RecursivePartial } from "../Types";
6
8
  import type { Stroke } from "../Options/Classes/Particles/Stroke";
7
- import { Vector, Vector3d } from "./Utils";
8
- import type { IBubbleParticleData, ICoordinates, ICoordinates3d, IDelta, IHsl, IParticle, IParticleGradientAnimation, IParticleHslAnimation, IParticleLife, IParticleNumericValueAnimation, IParticleSpin, IParticleTiltValueAnimation, IParticleValueAnimation, IRgb, IShapeValues, IParticleRetinaProps, IParticleRoll, IParticleWobble } from "./Interfaces";
9
9
  export declare class Particle implements IParticle {
10
10
  readonly id: number;
11
11
  readonly container: Container;
package/Core/Particle.js CHANGED
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Particle = void 0;
4
+ const Utils_1 = require("./Utils");
5
+ const Utils_2 = require("../Utils");
4
6
  const ParticlesOptions_1 = require("../Options/Classes/Particles/ParticlesOptions");
5
7
  const Shape_1 = require("../Options/Classes/Particles/Shape/Shape");
6
- const Utils_1 = require("../Utils");
7
- const Utils_2 = require("./Utils");
8
8
  const fixOutMode = (data) => {
9
- if ((0, Utils_1.isInArray)(data.outMode, data.checkModes) || (0, Utils_1.isInArray)(data.outMode, data.checkModes)) {
9
+ if ((0, Utils_2.isInArray)(data.outMode, data.checkModes) || (0, Utils_2.isInArray)(data.outMode, data.checkModes)) {
10
10
  if (data.coord > data.maxCoord - data.radius * 2) {
11
11
  data.setCb(-data.radius);
12
12
  }
@@ -37,13 +37,13 @@ class Particle {
37
37
  particlesOptions.load(mainOptions.particles);
38
38
  const shapeType = particlesOptions.shape.type;
39
39
  const reduceDuplicates = particlesOptions.reduceDuplicates;
40
- this.shape = shapeType instanceof Array ? (0, Utils_1.itemFromArray)(shapeType, this.id, reduceDuplicates) : shapeType;
40
+ this.shape = shapeType instanceof Array ? (0, Utils_2.itemFromArray)(shapeType, this.id, reduceDuplicates) : shapeType;
41
41
  if (overrideOptions === null || overrideOptions === void 0 ? void 0 : overrideOptions.shape) {
42
42
  if (overrideOptions.shape.type) {
43
43
  const overrideShapeType = overrideOptions.shape.type;
44
44
  this.shape =
45
45
  overrideShapeType instanceof Array
46
- ? (0, Utils_1.itemFromArray)(overrideShapeType, this.id, reduceDuplicates)
46
+ ? (0, Utils_2.itemFromArray)(overrideShapeType, this.id, reduceDuplicates)
47
47
  : overrideShapeType;
48
48
  }
49
49
  const shapeOptions = new Shape_1.Shape();
@@ -64,15 +64,15 @@ class Particle {
64
64
  this.fill = (_d = (_c = this.shapeData) === null || _c === void 0 ? void 0 : _c.fill) !== null && _d !== void 0 ? _d : this.fill;
65
65
  this.close = (_f = (_e = this.shapeData) === null || _e === void 0 ? void 0 : _e.close) !== null && _f !== void 0 ? _f : this.close;
66
66
  this.options = particlesOptions;
67
- this.pathDelay = (0, Utils_1.getValue)(this.options.move.path.delay) * 1000;
68
- const zIndexValue = (0, Utils_1.getRangeValue)(this.options.zIndex.value);
67
+ this.pathDelay = (0, Utils_2.getValue)(this.options.move.path.delay) * 1000;
68
+ const zIndexValue = (0, Utils_2.getRangeValue)(this.options.zIndex.value);
69
69
  container.retina.initParticle(this);
70
70
  const sizeOptions = this.options.size, sizeRange = sizeOptions.value;
71
71
  this.size = {
72
72
  enable: sizeOptions.animation.enable,
73
- value: (0, Utils_1.getValue)(sizeOptions) * container.retina.pixelRatio,
74
- max: (0, Utils_1.getRangeMax)(sizeRange) * pxRatio,
75
- min: (0, Utils_1.getRangeMin)(sizeRange) * pxRatio,
73
+ value: (0, Utils_2.getValue)(sizeOptions) * container.retina.pixelRatio,
74
+ max: (0, Utils_2.getRangeMax)(sizeRange) * pxRatio,
75
+ min: (0, Utils_2.getRangeMin)(sizeRange) * pxRatio,
76
76
  loops: 0,
77
77
  maxLoops: sizeOptions.animation.count,
78
78
  };
@@ -85,7 +85,7 @@ class Particle {
85
85
  this.size.status = 0;
86
86
  break;
87
87
  case "random":
88
- this.size.value = (0, Utils_1.randomInRange)(this.size) * pxRatio;
88
+ this.size.value = (0, Utils_2.randomInRange)(this.size) * pxRatio;
89
89
  this.size.status = Math.random() >= 0.5 ? 0 : 1;
90
90
  break;
91
91
  case "max":
@@ -101,16 +101,16 @@ class Particle {
101
101
  this.size.velocity *= Math.random();
102
102
  }
103
103
  }
104
- this.direction = (0, Utils_1.getParticleDirectionAngle)(this.options.move.direction);
104
+ this.direction = (0, Utils_2.getParticleDirectionAngle)(this.options.move.direction);
105
105
  this.bubble = {
106
106
  inRange: false,
107
107
  };
108
108
  this.initialVelocity = this.calculateVelocity();
109
109
  this.velocity = this.initialVelocity.copy();
110
- this.moveDecay = 1 - (0, Utils_1.getRangeValue)(this.options.move.decay);
111
- this.position = this.calcPosition(container, position, (0, Utils_1.clamp)(zIndexValue, 0, container.zLayers));
110
+ this.moveDecay = 1 - (0, Utils_2.getRangeValue)(this.options.move.decay);
111
+ this.position = this.calcPosition(container, position, (0, Utils_2.clamp)(zIndexValue, 0, container.zLayers));
112
112
  this.initialPosition = this.position.copy();
113
- this.offset = Utils_2.Vector.origin;
113
+ this.offset = Utils_1.Vector.origin;
114
114
  const particles = container.particles;
115
115
  particles.needsSort = particles.needsSort || particles.lastZIndex < this.position.z;
116
116
  particles.lastZIndex = this.position.z;
@@ -118,7 +118,7 @@ class Particle {
118
118
  this.sides = 24;
119
119
  let drawer = container.drawers.get(this.shape);
120
120
  if (!drawer) {
121
- drawer = Utils_2.Plugins.getShapeDrawer(this.shape);
121
+ drawer = Utils_1.Plugins.getShapeDrawer(this.shape);
122
122
  if (drawer) {
123
123
  container.drawers.set(this.shape, drawer);
124
124
  }
@@ -139,16 +139,16 @@ class Particle {
139
139
  y: (spinPos.y / 100) * container.canvas.size.height,
140
140
  };
141
141
  const pos = this.getPosition();
142
- const distance = (0, Utils_1.getDistance)(pos, spinCenter);
142
+ const distance = (0, Utils_2.getDistance)(pos, spinCenter);
143
143
  this.spin = {
144
144
  center: spinCenter,
145
145
  direction: this.velocity.x >= 0 ? "clockwise" : "counter-clockwise",
146
146
  angle: this.velocity.angle,
147
147
  radius: distance,
148
- acceleration: (_j = this.retina.spinAcceleration) !== null && _j !== void 0 ? _j : (0, Utils_1.getRangeValue)(this.options.move.spin.acceleration),
148
+ acceleration: (_j = this.retina.spinAcceleration) !== null && _j !== void 0 ? _j : (0, Utils_2.getRangeValue)(this.options.move.spin.acceleration),
149
149
  };
150
150
  }
151
- this.shadowColor = (0, Utils_1.colorToRgb)(this.options.shadow.color);
151
+ this.shadowColor = (0, Utils_2.colorToRgb)(this.options.shadow.color);
152
152
  for (const updater of container.particles.updaters) {
153
153
  if (updater.init) {
154
154
  updater.init(this);
@@ -197,7 +197,7 @@ class Particle {
197
197
  }
198
198
  getFillColor() {
199
199
  var _a, _b, _c;
200
- const color = (_a = this.bubble.color) !== null && _a !== void 0 ? _a : (0, Utils_1.getHslFromAnimation)(this.color);
200
+ const color = (_a = this.bubble.color) !== null && _a !== void 0 ? _a : (0, Utils_2.getHslFromAnimation)(this.color);
201
201
  if (color && this.roll && (this.backColor || this.roll.alter)) {
202
202
  const rolled = Math.floor(((_c = (_b = this.roll) === null || _b === void 0 ? void 0 : _b.angle) !== null && _c !== void 0 ? _c : 0) / (Math.PI / 2)) % 2;
203
203
  if (rolled) {
@@ -205,7 +205,7 @@ class Particle {
205
205
  return this.backColor;
206
206
  }
207
207
  if (this.roll.alter) {
208
- return (0, Utils_1.alterHsl)(color, this.roll.alter.type, this.roll.alter.value);
208
+ return (0, Utils_2.alterHsl)(color, this.roll.alter.type, this.roll.alter.value);
209
209
  }
210
210
  }
211
211
  }
@@ -213,7 +213,7 @@ class Particle {
213
213
  }
214
214
  getStrokeColor() {
215
215
  var _a, _b;
216
- return (_b = (_a = this.bubble.color) !== null && _a !== void 0 ? _a : (0, Utils_1.getHslFromAnimation)(this.strokeColor)) !== null && _b !== void 0 ? _b : this.getFillColor();
216
+ return (_b = (_a = this.bubble.color) !== null && _a !== void 0 ? _a : (0, Utils_2.getHslFromAnimation)(this.strokeColor)) !== null && _b !== void 0 ? _b : this.getFillColor();
217
217
  }
218
218
  destroy(override) {
219
219
  this.destroyed = true;
@@ -247,7 +247,7 @@ class Particle {
247
247
  if (splitOptions.count >= 0 && this.splitCount++ > splitOptions.count) {
248
248
  return;
249
249
  }
250
- const rate = (0, Utils_1.getRangeValue)(splitOptions.rate.value);
250
+ const rate = (0, Utils_2.getRangeValue)(splitOptions.rate.value);
251
251
  for (let i = 0; i < rate; i++) {
252
252
  this.container.particles.addSplitParticle(this);
253
253
  }
@@ -257,11 +257,11 @@ class Particle {
257
257
  for (const [, plugin] of container.plugins) {
258
258
  const pluginPos = plugin.particlePosition !== undefined ? plugin.particlePosition(position, this) : undefined;
259
259
  if (pluginPos !== undefined) {
260
- return Utils_2.Vector3d.create(pluginPos.x, pluginPos.y, zIndex);
260
+ return Utils_1.Vector3d.create(pluginPos.x, pluginPos.y, zIndex);
261
261
  }
262
262
  }
263
263
  const canvasSize = container.canvas.size;
264
- const pos = Utils_2.Vector3d.create((_a = position === null || position === void 0 ? void 0 : position.x) !== null && _a !== void 0 ? _a : Math.random() * canvasSize.width, (_b = position === null || position === void 0 ? void 0 : position.y) !== null && _b !== void 0 ? _b : Math.random() * canvasSize.height, zIndex);
264
+ const pos = Utils_1.Vector3d.create((_a = position === null || position === void 0 ? void 0 : position.x) !== null && _a !== void 0 ? _a : Math.random() * canvasSize.width, (_b = position === null || position === void 0 ? void 0 : position.y) !== null && _b !== void 0 ? _b : Math.random() * canvasSize.height, zIndex);
265
265
  const radius = this.getRadius();
266
266
  const outModes = this.options.move.outModes, fixHorizontal = (outMode) => {
267
267
  fixOutMode({
@@ -307,7 +307,7 @@ class Particle {
307
307
  }
308
308
  let overlaps = false;
309
309
  for (const particle of this.container.particles.array) {
310
- if ((0, Utils_1.getDistance)(pos, particle.position) < radius + particle.getRadius()) {
310
+ if ((0, Utils_2.getDistance)(pos, particle.position) < radius + particle.getRadius()) {
311
311
  overlaps = true;
312
312
  break;
313
313
  }
@@ -315,7 +315,7 @@ class Particle {
315
315
  return overlaps;
316
316
  }
317
317
  calculateVelocity() {
318
- const baseVelocity = (0, Utils_1.getParticleBaseVelocity)(this.direction);
318
+ const baseVelocity = (0, Utils_2.getParticleBaseVelocity)(this.direction);
319
319
  const res = baseVelocity.copy();
320
320
  const moveOptions = this.options.move;
321
321
  const rad = (Math.PI / 180) * moveOptions.angle.value;
@@ -325,7 +325,7 @@ class Particle {
325
325
  right: radOffset + rad / 2,
326
326
  };
327
327
  if (!moveOptions.straight) {
328
- res.angle += (0, Utils_1.randomInRange)((0, Utils_1.setRangeValue)(range.left, range.right));
328
+ res.angle += (0, Utils_2.randomInRange)((0, Utils_2.setRangeValue)(range.left, range.right));
329
329
  }
330
330
  if (moveOptions.random && typeof moveOptions.speed === "number") {
331
331
  res.length *= Math.random();
@@ -335,7 +335,7 @@ class Particle {
335
335
  loadShapeData(shapeOptions, reduceDuplicates) {
336
336
  const shapeData = shapeOptions.options[this.shape];
337
337
  if (shapeData) {
338
- return (0, Utils_1.deepExtend)({}, shapeData instanceof Array ? (0, Utils_1.itemFromArray)(shapeData, this.id, reduceDuplicates) : shapeData);
338
+ return (0, Utils_2.deepExtend)({}, shapeData instanceof Array ? (0, Utils_2.itemFromArray)(shapeData, this.id, reduceDuplicates) : shapeData);
339
339
  }
340
340
  }
341
341
  loadLife() {
@@ -344,13 +344,13 @@ class Particle {
344
344
  const lifeOptions = particlesOptions.life;
345
345
  const life = {
346
346
  delay: container.retina.reduceFactor
347
- ? (((0, Utils_1.getRangeValue)(lifeOptions.delay.value) * (lifeOptions.delay.sync ? 1 : Math.random())) /
347
+ ? (((0, Utils_2.getRangeValue)(lifeOptions.delay.value) * (lifeOptions.delay.sync ? 1 : Math.random())) /
348
348
  container.retina.reduceFactor) *
349
349
  1000
350
350
  : 0,
351
351
  delayTime: 0,
352
352
  duration: container.retina.reduceFactor
353
- ? (((0, Utils_1.getRangeValue)(lifeOptions.duration.value) * (lifeOptions.duration.sync ? 1 : Math.random())) /
353
+ ? (((0, Utils_2.getRangeValue)(lifeOptions.duration.value) * (lifeOptions.duration.sync ? 1 : Math.random())) /
354
354
  container.retina.reduceFactor) *
355
355
  1000
356
356
  : 0,