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
@@ -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;
@@ -1,9 +1,9 @@
1
+ import { EventListeners, FrameManager, Plugins, Vector } from "./Utils";
2
+ import { animate, cancelAnimation, getRangeValue } from "../Utils";
1
3
  import { Canvas } from "./Canvas";
4
+ import { Options } from "../Options/Classes/Options";
2
5
  import { Particles } from "./Particles";
3
6
  import { Retina } from "./Retina";
4
- import { EventListeners, FrameManager, Plugins, Vector } from "./Utils";
5
- import { Options } from "../Options/Classes/Options";
6
- import { animate, cancelAnimation, getRangeValue } from "../Utils";
7
7
  export class Container {
8
8
  constructor(id, sourceOptions, ...presets) {
9
9
  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;
@@ -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;
@@ -1,6 +1,6 @@
1
+ import { Constants } from "./Utils";
1
2
  import { Container } from "./Container";
2
3
  import { itemFromArray } from "../Utils";
3
- import { Constants } from "./Utils";
4
4
  const tsParticlesDom = [];
5
5
  function fetchError(statusCode) {
6
6
  console.error(`Error tsParticles - fetch status: ${statusCode}`);
@@ -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;
@@ -1,7 +1,7 @@
1
+ import { Plugins, Vector, Vector3d } from "./Utils";
2
+ import { alterHsl, clamp, colorToRgb, deepExtend, getDistance, getHslFromAnimation, getParticleBaseVelocity, getParticleDirectionAngle, getRangeMax, getRangeMin, getRangeValue, getValue, isInArray, itemFromArray, randomInRange, setRangeValue, } from "../Utils";
1
3
  import { ParticlesOptions } from "../Options/Classes/Particles/ParticlesOptions";
2
4
  import { Shape } from "../Options/Classes/Particles/Shape/Shape";
3
- import { alterHsl, clamp, colorToRgb, deepExtend, getDistance, getHslFromAnimation, getParticleBaseVelocity, getParticleDirectionAngle, getRangeMax, getRangeMin, getRangeValue, getValue, isInArray, itemFromArray, randomInRange, setRangeValue, } from "../Utils";
4
- import { Plugins, Vector, Vector3d } from "./Utils";
5
5
  const fixOutMode = (data) => {
6
6
  if (isInArray(data.outMode, data.checkModes) || isInArray(data.outMode, data.checkModes)) {
7
7
  if (data.coord > data.maxCoord - data.radius * 2) {
@@ -1,9 +1,9 @@
1
+ import type { ICoordinates, IDelta, IMouseData, IParticle, IRgb } from "./Interfaces";
2
+ import { QuadTree } from "./Utils";
1
3
  import type { Container } from "./Container";
4
+ import type { IParticles } from "../Options/Interfaces/Particles/IParticles";
2
5
  import { Particle } from "./Particle";
3
6
  import type { RecursivePartial } from "../Types";
4
- import type { IParticles } from "../Options/Interfaces/Particles/IParticles";
5
- import type { ICoordinates, IDelta, IMouseData, IParticle, IRgb } from "./Interfaces";
6
- import { QuadTree } from "./Utils";
7
7
  export declare class Particles {
8
8
  private readonly container;
9
9
  get count(): number;
@@ -1,7 +1,7 @@
1
- import { Particle } from "./Particle";
1
+ import { InteractionManager, ParticlesMover, Plugins, Point, QuadTree, Rectangle } from "./Utils";
2
2
  import { getRangeMax, getRangeMin, getRangeValue, randomInRange, setRangeValue } from "../Utils";
3
+ import { Particle } from "./Particle";
3
4
  import { ParticlesOptions } from "../Options/Classes/Particles/ParticlesOptions";
4
- import { InteractionManager, ParticlesMover, Plugins, Point, QuadTree, Rectangle } from "./Utils";
5
5
  export class Particles {
6
6
  constructor(container) {
7
7
  this.container = container;
@@ -1,5 +1,5 @@
1
- import { Range } from "./Range";
2
1
  import type { ICoordinates } from "../Interfaces";
2
+ import { Range } from "./Range";
3
3
  export declare class Circle extends Range {
4
4
  readonly radius: number;
5
5
  constructor(x: number, y: number, radius: number);
@@ -1,6 +1,6 @@
1
- import { Range } from "./Range";
2
1
  import type { ICoordinates, IDimension } from "../Interfaces";
3
2
  import { Circle } from "./Circle";
3
+ import { Range } from "./Range";
4
4
  export declare class CircleWarp extends Circle {
5
5
  private readonly canvasSize;
6
6
  constructor(x: number, y: number, radius: number, canvasSize: IDimension);
@@ -1,5 +1,5 @@
1
- import { Rectangle } from "./Rectangle";
2
1
  import { Circle } from "./Circle";
2
+ import { Rectangle } from "./Rectangle";
3
3
  export class CircleWarp extends Circle {
4
4
  constructor(x, y, radius, canvasSize) {
5
5
  super(x, y, radius);
@@ -1,5 +1,5 @@
1
- import { Constants } from "./Constants";
2
1
  import { isSsr, itemFromArray } from "../../Utils";
2
+ import { Constants } from "./Constants";
3
3
  function manageListener(element, event, handler, add, options) {
4
4
  if (add) {
5
5
  let addOptions = { passive: true };
@@ -1,7 +1,7 @@
1
1
  import type { IDelta, IExternalInteractor } from "../Interfaces";
2
- import type { Particle } from "../Particle";
3
2
  import type { Container } from "../Container";
4
3
  import { InteractorType } from "../../Enums";
4
+ import type { Particle } from "../Particle";
5
5
  export declare abstract class ExternalInteractorBase implements IExternalInteractor {
6
6
  protected readonly container: Container;
7
7
  protected constructor(container: Container);
@@ -1,6 +1,6 @@
1
+ import type { IDelta } from "../Interfaces";
1
2
  import type { Container } from "../Container";
2
3
  import type { Particle } from "../Particle";
3
- import type { IDelta } from "../Interfaces";
4
4
  export declare class InteractionManager {
5
5
  private readonly container;
6
6
  private readonly externalInteractors;
@@ -1,7 +1,7 @@
1
1
  import type { IDelta, IParticlesInteractor } from "../Interfaces";
2
- import type { Particle } from "../Particle";
3
2
  import type { Container } from "../Container";
4
3
  import { InteractorType } from "../../Enums";
4
+ import type { Particle } from "../Particle";
5
5
  export declare abstract class ParticlesInteractorBase implements IParticlesInteractor {
6
6
  protected readonly container: Container;
7
7
  protected constructor(container: Container);
@@ -1,6 +1,6 @@
1
1
  import type { Container } from "../Container";
2
- import type { Particle } from "../Particle";
3
2
  import type { IDelta } from "../Interfaces";
3
+ import type { Particle } from "../Particle";
4
4
  export declare class ParticlesMover {
5
5
  private readonly container;
6
6
  constructor(container: Container);
@@ -1,8 +1,8 @@
1
- import type { RecursivePartial } from "../../Types";
2
1
  import type { IContainerPlugin, IInteractor, IMovePathGenerator, IParticleUpdater, IPlugin, IShapeDrawer } from "../Interfaces";
3
2
  import type { Container } from "../Container";
4
3
  import type { IOptions } from "../../Options/Interfaces/IOptions";
5
4
  import type { Options } from "../../Options/Classes/Options";
5
+ import type { RecursivePartial } from "../../Types";
6
6
  export declare class Plugins {
7
7
  static getPlugin(plugin: string): IPlugin | undefined;
8
8
  static addPlugin(plugin: IPlugin): void;
@@ -1,9 +1,9 @@
1
+ import type { ICoordinates, IDimension } from "../Interfaces";
2
+ import type { Container } from "../Container";
1
3
  import type { Particle } from "../Particle";
2
- import type { Range } from "./Range";
3
4
  import type { Point } from "./Point";
5
+ import type { Range } from "./Range";
4
6
  import { Rectangle } from "./Rectangle";
5
- import type { ICoordinates, IDimension } from "../Interfaces";
6
- import type { Container } from "../Container";
7
7
  export declare class QuadTree {
8
8
  readonly rectangle: Rectangle;
9
9
  readonly capacity: number;
@@ -1,6 +1,6 @@
1
- import { Rectangle } from "./Rectangle";
2
1
  import { Circle } from "./Circle";
3
2
  import { CircleWarp } from "./CircleWarp";
3
+ import { Rectangle } from "./Rectangle";
4
4
  import { getDistance } from "../../Utils";
5
5
  export class QuadTree {
6
6
  constructor(rectangle, capacity) {
@@ -1,5 +1,5 @@
1
- import { Range } from "./Range";
2
1
  import type { ICoordinates, IDimension } from "../Interfaces";
2
+ import { Range } from "./Range";
3
3
  export declare class Rectangle extends Range {
4
4
  readonly size: IDimension;
5
5
  constructor(x: number, y: number, width: number, height: number);
@@ -1,5 +1,5 @@
1
- import { Vector } from "./Vector";
2
1
  import type { ICoordinates3d } from "../Interfaces";
2
+ import { Vector } from "./Vector";
3
3
  export declare class Vector3d extends Vector implements ICoordinates3d {
4
4
  static clone(source: Vector3d): Vector3d;
5
5
  static create(x: number | ICoordinates3d, y?: number, z?: number): Vector3d;
@@ -1,5 +1,5 @@
1
- import type { Container } from "../../../Core";
2
1
  import { ExternalInteractorBase } from "../../../Core";
2
+ import type { Container } from "../../../Core";
3
3
  export declare class Attractor extends ExternalInteractorBase {
4
4
  constructor(container: Container);
5
5
  isEnabled(): boolean;
@@ -1,5 +1,5 @@
1
- import { getDistances, calcEasing, clamp, isInArray } from "../../../Utils";
2
1
  import { Circle, Constants, ExternalInteractorBase, Vector } from "../../../Core";
2
+ import { calcEasing, clamp, getDistances, isInArray } from "../../../Utils";
3
3
  export class Attractor extends ExternalInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalAttractInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalAttractInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Attractor } from "./Attractor";
2
- export async function loadExternalAttractInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalAttract", (container) => new Attractor(container));
2
+ export async function loadExternalAttractInteraction(engine) {
3
+ await engine.addInteractor("externalAttract", (container) => new Attractor(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import type { Container } from "../../../Core";
2
1
  import { ExternalInteractorBase } from "../../../Core";
2
+ import type { Container } from "../../../Core";
3
3
  export declare class Bouncer extends ExternalInteractorBase {
4
4
  constructor(container: Container);
5
5
  isEnabled(): boolean;
@@ -1,5 +1,5 @@
1
- import { calculateBounds, circleBounce, circleBounceDataFromParticle, divModeExecute, isDivModeEnabled, isInArray, rectBounce, } from "../../../Utils";
2
1
  import { Circle, Constants, ExternalInteractorBase, Rectangle, Vector } from "../../../Core";
2
+ import { calculateBounds, circleBounce, circleBounceDataFromParticle, divModeExecute, isDivModeEnabled, isInArray, rectBounce, } from "../../../Utils";
3
3
  export class Bouncer extends ExternalInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalBounceInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalBounceInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Bouncer } from "./Bouncer";
2
- export async function loadExternalBounceInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalBounce", (container) => new Bouncer(container));
2
+ export async function loadExternalBounceInteraction(engine) {
3
+ await engine.addInteractor("externalBounce", (container) => new Bouncer(container));
4
4
  }
@@ -1,6 +1,6 @@
1
+ import { ExternalInteractorBase } from "../../../Core";
1
2
  import type { Container } from "../../../Core";
2
3
  import type { Particle } from "../../../Core";
3
- import { ExternalInteractorBase } from "../../../Core";
4
4
  export declare class Bubbler extends ExternalInteractorBase {
5
5
  constructor(container: Container);
6
6
  isEnabled(): boolean;
@@ -1,5 +1,5 @@
1
+ import { Circle, Constants, ExternalInteractorBase, Rectangle } from "../../../Core";
1
2
  import { clamp, colorMix, colorToHsl, divMode, divModeExecute, getDistance, getRangeMax, isDivModeEnabled, isInArray, itemFromArray, rgbToHsl, } from "../../../Utils";
2
- import { ExternalInteractorBase, Circle, Constants, Rectangle } from "../../../Core";
3
3
  function calculateBubbleValue(particleValue, modeValue, optionsValue, ratio) {
4
4
  if (modeValue >= optionsValue) {
5
5
  const value = particleValue + (modeValue - optionsValue) * ratio;
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalBubbleInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalBubbleInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Bubbler } from "./Bubbler";
2
- export async function loadExternalBubbleInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalBubble", (container) => new Bubbler(container));
2
+ export async function loadExternalBubbleInteraction(engine) {
3
+ await engine.addInteractor("externalBubble", (container) => new Bubbler(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import { isInArray } from "../../../Utils";
2
1
  import { ExternalInteractorBase } from "../../../Core";
2
+ import { isInArray } from "../../../Utils";
3
3
  export class Connector extends ExternalInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalConnectInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalConnectInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Connector } from "./Connector";
2
- export async function loadExternalConnectInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalConnect", (container) => new Connector(container));
2
+ export async function loadExternalConnectInteraction(engine) {
3
+ await engine.addInteractor("externalConnect", (container) => new Connector(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import type { Container } from "../../../Core";
2
1
  import { ExternalInteractorBase } from "../../../Core";
2
+ import type { Container } from "../../../Core";
3
3
  export declare class Grabber extends ExternalInteractorBase {
4
4
  constructor(container: Container);
5
5
  isEnabled(): boolean;
@@ -1,5 +1,5 @@
1
- import { getLinkRandomColor, getLinkColor, getDistance, isInArray } from "../../../Utils";
2
1
  import { Constants, ExternalInteractorBase } from "../../../Core";
2
+ import { getDistance, getLinkColor, getLinkRandomColor, isInArray } from "../../../Utils";
3
3
  export class Grabber extends ExternalInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalGrabInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalGrabInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Grabber } from "./Grabber";
2
- export async function loadExternalGrabInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalGrab", (container) => new Grabber(container));
2
+ export async function loadExternalGrabInteraction(engine) {
3
+ await engine.addInteractor("externalGrab", (container) => new Grabber(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import type { Container } from "../../../Core";
2
1
  import { ExternalInteractorBase } from "../../../Core";
2
+ import type { Container } from "../../../Core";
3
3
  export declare class Repulser extends ExternalInteractorBase {
4
4
  constructor(container: Container);
5
5
  isEnabled(): boolean;
@@ -1,5 +1,5 @@
1
- import { calcEasing, clamp, divMode, divModeExecute, getDistances, isDivModeEnabled, isInArray } from "../../../Utils";
2
1
  import { Circle, Constants, ExternalInteractorBase, Rectangle, Vector } from "../../../Core";
2
+ import { calcEasing, clamp, divMode, divModeExecute, getDistances, isDivModeEnabled, isInArray } from "../../../Utils";
3
3
  export class Repulser extends ExternalInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalRepulseInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalRepulseInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Repulser } from "./Repulser";
2
- export async function loadExternalRepulseInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalRepulse", (container) => new Repulser(container));
2
+ export async function loadExternalRepulseInteraction(engine) {
3
+ await engine.addInteractor("externalRepulse", (container) => new Repulser(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import { isInArray } from "../../../Utils";
2
1
  import { ExternalInteractorBase } from "../../../Core";
2
+ import { isInArray } from "../../../Utils";
3
3
  export class TrailMaker extends ExternalInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadExternalTrailInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadExternalTrailInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { TrailMaker } from "./TrailMaker";
2
- export async function loadExternalTrailInteraction(tsParticles) {
3
- await tsParticles.addInteractor("externalTrail", (container) => new TrailMaker(container));
2
+ export async function loadExternalTrailInteraction(engine) {
3
+ await engine.addInteractor("externalTrail", (container) => new TrailMaker(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import { getDistances } from "../../../Utils";
2
1
  import { ParticlesInteractorBase } from "../../../Core";
2
+ import { getDistances } from "../../../Utils";
3
3
  export class Attractor extends ParticlesInteractorBase {
4
4
  constructor(container) {
5
5
  super(container);
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadParticlesAttractInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadParticlesAttractInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Attractor } from "./Attractor";
2
- export async function loadParticlesAttractInteraction(tsParticles) {
3
- await tsParticles.addInteractor("particlesAttract", (container) => new Attractor(container));
2
+ export async function loadParticlesAttractInteraction(engine) {
3
+ await engine.addInteractor("particlesAttract", (container) => new Attractor(container));
4
4
  }
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadParticlesCollisionsInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadParticlesCollisionsInteraction(engine: Engine): Promise<void>;
@@ -1,4 +1,4 @@
1
1
  import { Collider } from "./Collider";
2
- export async function loadParticlesCollisionsInteraction(tsParticles) {
3
- await tsParticles.addInteractor("particlesCollisions", (container) => new Collider(container));
2
+ export async function loadParticlesCollisionsInteraction(engine) {
3
+ await engine.addInteractor("particlesCollisions", (container) => new Collider(container));
4
4
  }
@@ -1,5 +1,5 @@
1
- import type { Particle } from "../../../Core";
2
1
  import type { ILink } from "./ILink";
2
+ import type { Particle } from "../../../Core";
3
3
  export declare type LinkParticle = Particle & {
4
4
  links: ILink[];
5
5
  };
@@ -1,5 +1,5 @@
1
- import type { Container, Particle } from "../../../Core";
2
1
  import { ParticlesInteractorBase } from "../../../Core";
2
+ import type { Container, Particle } from "../../../Core";
3
3
  import type { LinkParticle } from "./LinkParticle";
4
4
  export declare class Linker extends ParticlesInteractorBase {
5
5
  constructor(container: Container);
@@ -1,5 +1,5 @@
1
- import { getDistance, getLinkRandomColor } from "../../../Utils";
2
1
  import { Circle, CircleWarp, ParticlesInteractorBase } from "../../../Core";
2
+ import { getDistance, getLinkRandomColor } from "../../../Utils";
3
3
  function getLinkDistance(pos1, pos2, optDistance, canvasSize, warp) {
4
4
  let distance = getDistance(pos1, pos2);
5
5
  if (!warp || distance <= optDistance) {
@@ -1,2 +1,2 @@
1
1
  import type { Engine } from "../../../engine";
2
- export declare function loadParticlesLinksInteraction(tsParticles: Engine): Promise<void>;
2
+ export declare function loadParticlesLinksInteraction(engine: Engine): Promise<void>;