@tsparticles/configs 4.0.0-beta.1 → 4.0.0-beta.10

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 (752) hide show
  1. package/README.md +18 -0
  2. package/browser/a/absorbers.js +6 -4
  3. package/browser/a/amongUs.js +10 -8
  4. package/browser/b/backgroundMask.js +6 -4
  5. package/browser/b/backgroundMaskImage.js +6 -4
  6. package/browser/b/basic.js +10 -8
  7. package/browser/b/big.js +43 -41
  8. package/browser/b/bigBlend.js +43 -41
  9. package/browser/b/bigBlendCombo.js +43 -41
  10. package/browser/b/bigBlendParticle.js +43 -41
  11. package/browser/b/blackHole.js +6 -4
  12. package/browser/b/bubble.js +6 -4
  13. package/browser/c/cardSuits.js +24 -16
  14. package/browser/c/cards.js +10 -8
  15. package/browser/c/cardsRolling.js +10 -8
  16. package/browser/c/chars.js +16 -8
  17. package/browser/c/clickConfetti.js +7 -4
  18. package/browser/c/clickPause.js +6 -4
  19. package/browser/c/collisionsAbsorb.js +5 -3
  20. package/browser/c/collisionsBounce.js +6 -4
  21. package/browser/c/collisionsDestroy.js +6 -4
  22. package/browser/c/colorAnimation.js +41 -39
  23. package/browser/c/connect.js +10 -8
  24. package/browser/c/curlNoise.js +10 -8
  25. package/browser/d/delay.js +10 -8
  26. package/browser/d/delayColor.js +13 -11
  27. package/browser/d/delayOpacity.js +7 -4
  28. package/browser/d/delaySize.js +7 -4
  29. package/browser/d/delayStrokeColor.js +16 -14
  30. package/browser/d/destroy.js +6 -4
  31. package/browser/d/disappearing.js +7 -4
  32. package/browser/d/divEvents.js +6 -4
  33. package/browser/e/effectBubble.js +10 -8
  34. package/browser/e/effectFilter.js +50 -0
  35. package/browser/e/effectParticles.js +15 -11
  36. package/browser/e/effectTrail.js +10 -8
  37. package/browser/e/effectTrailTransform.js +10 -8
  38. package/browser/e/emitter.js +30 -20
  39. package/browser/e/emitterAbsorber.js +12 -8
  40. package/browser/e/emitterAngled.js +6 -4
  41. package/browser/e/emitterImageShape.js +23 -21
  42. package/browser/e/emitterPaths.js +6 -4
  43. package/browser/e/emitterShapes.js +6 -4
  44. package/browser/e/emitterSpawnColor.js +4 -2
  45. package/browser/e/emitterTextShape.js +23 -21
  46. package/browser/e/emitterTextStrokeShape.js +23 -21
  47. package/browser/e/index.js +2 -0
  48. package/browser/f/fallingConfetti.js +46 -44
  49. package/browser/f/fireworks.js +54 -48
  50. package/browser/f/fireworks2.js +53 -48
  51. package/browser/f/fireworks3.js +208 -0
  52. package/browser/f/fireworksMask.js +15 -10
  53. package/browser/f/fontawesome.js +10 -8
  54. package/browser/f/forward.js +10 -8
  55. package/browser/f/index.js +2 -0
  56. package/browser/g/grabRandomColor.js +10 -8
  57. package/browser/g/gravity.js +21 -17
  58. package/browser/g/groups.js +6 -4
  59. package/browser/g/growing.js +7 -4
  60. package/browser/h/hexagonPath.js +9 -7
  61. package/browser/h/hollowknight.js +6 -4
  62. package/browser/h/hyperspace.js +7 -4
  63. package/browser/i/infection.js +6 -4
  64. package/browser/l/lch.js +10 -8
  65. package/browser/l/life.js +10 -8
  66. package/browser/l/lightHover.js +10 -8
  67. package/browser/l/linkTriangles.js +10 -8
  68. package/browser/l/localPolygonMask.js +6 -4
  69. package/browser/m/manual.js +10 -8
  70. package/browser/m/matrix.js +17 -15
  71. package/browser/m/motionDisable.js +10 -8
  72. package/browser/m/motionReduce.js +10 -8
  73. package/browser/m/mouseAttract.js +10 -8
  74. package/browser/m/mouseBounce.js +10 -8
  75. package/browser/m/mouseCannon.js +6 -4
  76. package/browser/m/mouseDrag.js +10 -8
  77. package/browser/m/mouseDragMomentum.js +10 -8
  78. package/browser/m/mouseFollow.js +6 -4
  79. package/browser/m/mouseParticle.js +10 -8
  80. package/browser/m/mouseParticle2.js +10 -8
  81. package/browser/m/mouseTrail.js +20 -16
  82. package/browser/m/mouseTrailNoise.js +11 -8
  83. package/browser/m/moveAngle.js +10 -8
  84. package/browser/m/moveDistance.js +9 -7
  85. package/browser/m/moveInside.js +10 -8
  86. package/browser/m/moveOutside.js +10 -8
  87. package/browser/m/multipleClickEmitters.js +10 -6
  88. package/browser/m/multiplePolygonMasks.js +6 -4
  89. package/browser/n/namedColors.js +6 -4
  90. package/browser/n/nasa.js +5 -3
  91. package/browser/n/noClear.js +57 -55
  92. package/browser/n/nyancat.js +6 -4
  93. package/browser/n/nyancat2.js +6 -4
  94. package/browser/o/oklch.js +10 -8
  95. package/browser/o/orbit.js +6 -4
  96. package/browser/p/parallax.js +6 -4
  97. package/browser/p/pathBranches.js +43 -41
  98. package/browser/p/pathBranchesInertia.js +43 -41
  99. package/browser/p/pathBrownian.js +43 -41
  100. package/browser/p/pathGrid.js +43 -41
  101. package/browser/p/pathLevy.js +43 -41
  102. package/browser/p/pathMaze.js +43 -41
  103. package/browser/p/pathPolygonMask.js +6 -4
  104. package/browser/p/pathSpiral.js +43 -41
  105. package/browser/p/pathSvg.js +43 -41
  106. package/browser/p/pathZigZag.js +43 -41
  107. package/browser/p/plasma.js +6 -4
  108. package/browser/p/poisson.js +6 -4
  109. package/browser/p/polygonMask.js +6 -4
  110. package/browser/p/polygons.js +21 -13
  111. package/browser/p/pop.js +6 -4
  112. package/browser/palettes.js +8 -1255
  113. package/browser/r/random.js +6 -4
  114. package/browser/r/randomShapes.js +31 -21
  115. package/browser/r/reactBubbles.js +6 -4
  116. package/browser/r/reactDefaults.js +6 -4
  117. package/browser/r/reactMultipleImages.js +6 -4
  118. package/browser/r/reactNightSky.js +6 -4
  119. package/browser/r/reactPolygonMask.js +6 -4
  120. package/browser/r/reactSimple.js +13 -11
  121. package/browser/r/reactSnow.js +6 -4
  122. package/browser/r/reduceDuplicates.js +6 -4
  123. package/browser/r/repulse.js +10 -8
  124. package/browser/r/repulseBack.js +6 -4
  125. package/browser/r/repulseBounce.js +6 -4
  126. package/browser/r/repulseCirc.js +6 -4
  127. package/browser/r/repulseCubic.js +6 -4
  128. package/browser/r/repulseElastic.js +6 -4
  129. package/browser/r/repulseExpo.js +6 -4
  130. package/browser/r/repulseGaussian.js +6 -4
  131. package/browser/r/repulseQuart.js +6 -4
  132. package/browser/r/repulseQuint.js +6 -4
  133. package/browser/r/repulseSigmoid.js +6 -4
  134. package/browser/r/repulseSine.js +6 -4
  135. package/browser/r/repulseSmoothstep.js +6 -4
  136. package/browser/r/responsive.js +18 -12
  137. package/browser/r/ring.js +6 -4
  138. package/browser/s/seaAnemone.js +5 -3
  139. package/browser/s/shadow.js +5 -3
  140. package/browser/s/shapeArrow.js +8 -6
  141. package/browser/s/shapeCog.js +6 -4
  142. package/browser/s/shapeHeart.js +10 -8
  143. package/browser/s/shapeInfinity.js +13 -11
  144. package/browser/s/shapeMultilineText.js +10 -8
  145. package/browser/s/shapeOptions.js +6 -4
  146. package/browser/s/shapePath.js +10 -8
  147. package/browser/s/shapeRoundedPolygon.js +10 -8
  148. package/browser/s/shapeRoundedRect.js +10 -8
  149. package/browser/s/shapeSpiral.js +13 -11
  150. package/browser/s/shapeSquircle.js +10 -8
  151. package/browser/s/slow.js +6 -4
  152. package/browser/s/snow.js +5 -3
  153. package/browser/s/soundsAudio.js +9 -7
  154. package/browser/s/soundsLoop.js +10 -8
  155. package/browser/s/soundsMelodies.js +10 -8
  156. package/browser/s/soundsMelodyLoop.js +10 -8
  157. package/browser/s/soundsNotes.js +10 -8
  158. package/browser/s/speedDecay.js +12 -8
  159. package/browser/s/spin.js +10 -8
  160. package/browser/s/star.js +6 -4
  161. package/browser/s/strokeAnimation.js +19 -17
  162. package/browser/s/style.js +10 -8
  163. package/browser/s/svgReplace.js +6 -4
  164. package/browser/t/test.js +6 -4
  165. package/browser/t/themes.js +48 -32
  166. package/browser/t/tilt.js +10 -7
  167. package/browser/t/trail.js +6 -4
  168. package/browser/t/trailImage.js +6 -4
  169. package/browser/t/triangles.js +12 -8
  170. package/browser/t/twinkle.js +6 -4
  171. package/browser/v/vibrate.js +6 -4
  172. package/browser/v/virus.js +6 -4
  173. package/browser/w/warp.js +6 -4
  174. package/browser/w/wobble.js +10 -7
  175. package/browser/w/wobbleBig.js +10 -7
  176. package/browser/z/zIndex.js +6 -4
  177. package/cjs/a/absorbers.js +6 -4
  178. package/cjs/a/amongUs.js +10 -8
  179. package/cjs/b/backgroundMask.js +6 -4
  180. package/cjs/b/backgroundMaskImage.js +6 -4
  181. package/cjs/b/basic.js +10 -8
  182. package/cjs/b/big.js +43 -41
  183. package/cjs/b/bigBlend.js +43 -41
  184. package/cjs/b/bigBlendCombo.js +43 -41
  185. package/cjs/b/bigBlendParticle.js +43 -41
  186. package/cjs/b/blackHole.js +6 -4
  187. package/cjs/b/bubble.js +6 -4
  188. package/cjs/c/cardSuits.js +24 -16
  189. package/cjs/c/cards.js +10 -8
  190. package/cjs/c/cardsRolling.js +10 -8
  191. package/cjs/c/chars.js +16 -8
  192. package/cjs/c/clickConfetti.js +7 -4
  193. package/cjs/c/clickPause.js +6 -4
  194. package/cjs/c/collisionsAbsorb.js +5 -3
  195. package/cjs/c/collisionsBounce.js +6 -4
  196. package/cjs/c/collisionsDestroy.js +6 -4
  197. package/cjs/c/colorAnimation.js +41 -39
  198. package/cjs/c/connect.js +10 -8
  199. package/cjs/c/curlNoise.js +10 -8
  200. package/cjs/d/delay.js +10 -8
  201. package/cjs/d/delayColor.js +13 -11
  202. package/cjs/d/delayOpacity.js +7 -4
  203. package/cjs/d/delaySize.js +7 -4
  204. package/cjs/d/delayStrokeColor.js +16 -14
  205. package/cjs/d/destroy.js +6 -4
  206. package/cjs/d/disappearing.js +7 -4
  207. package/cjs/d/divEvents.js +6 -4
  208. package/cjs/e/effectBubble.js +10 -8
  209. package/cjs/e/effectFilter.js +50 -0
  210. package/cjs/e/effectParticles.js +15 -11
  211. package/cjs/e/effectTrail.js +10 -8
  212. package/cjs/e/effectTrailTransform.js +10 -8
  213. package/cjs/e/emitter.js +30 -20
  214. package/cjs/e/emitterAbsorber.js +12 -8
  215. package/cjs/e/emitterAngled.js +6 -4
  216. package/cjs/e/emitterImageShape.js +23 -21
  217. package/cjs/e/emitterPaths.js +6 -4
  218. package/cjs/e/emitterShapes.js +6 -4
  219. package/cjs/e/emitterSpawnColor.js +4 -2
  220. package/cjs/e/emitterTextShape.js +23 -21
  221. package/cjs/e/emitterTextStrokeShape.js +23 -21
  222. package/cjs/e/index.js +2 -0
  223. package/cjs/f/fallingConfetti.js +46 -44
  224. package/cjs/f/fireworks.js +54 -48
  225. package/cjs/f/fireworks2.js +53 -48
  226. package/cjs/f/fireworks3.js +208 -0
  227. package/cjs/f/fireworksMask.js +15 -10
  228. package/cjs/f/fontawesome.js +10 -8
  229. package/cjs/f/forward.js +10 -8
  230. package/cjs/f/index.js +2 -0
  231. package/cjs/g/grabRandomColor.js +10 -8
  232. package/cjs/g/gravity.js +21 -17
  233. package/cjs/g/groups.js +6 -4
  234. package/cjs/g/growing.js +7 -4
  235. package/cjs/h/hexagonPath.js +9 -7
  236. package/cjs/h/hollowknight.js +6 -4
  237. package/cjs/h/hyperspace.js +7 -4
  238. package/cjs/i/infection.js +6 -4
  239. package/cjs/l/lch.js +10 -8
  240. package/cjs/l/life.js +10 -8
  241. package/cjs/l/lightHover.js +10 -8
  242. package/cjs/l/linkTriangles.js +10 -8
  243. package/cjs/l/localPolygonMask.js +6 -4
  244. package/cjs/m/manual.js +10 -8
  245. package/cjs/m/matrix.js +17 -15
  246. package/cjs/m/motionDisable.js +10 -8
  247. package/cjs/m/motionReduce.js +10 -8
  248. package/cjs/m/mouseAttract.js +10 -8
  249. package/cjs/m/mouseBounce.js +10 -8
  250. package/cjs/m/mouseCannon.js +6 -4
  251. package/cjs/m/mouseDrag.js +10 -8
  252. package/cjs/m/mouseDragMomentum.js +10 -8
  253. package/cjs/m/mouseFollow.js +6 -4
  254. package/cjs/m/mouseParticle.js +10 -8
  255. package/cjs/m/mouseParticle2.js +10 -8
  256. package/cjs/m/mouseTrail.js +20 -16
  257. package/cjs/m/mouseTrailNoise.js +11 -8
  258. package/cjs/m/moveAngle.js +10 -8
  259. package/cjs/m/moveDistance.js +9 -7
  260. package/cjs/m/moveInside.js +10 -8
  261. package/cjs/m/moveOutside.js +10 -8
  262. package/cjs/m/multipleClickEmitters.js +10 -6
  263. package/cjs/m/multiplePolygonMasks.js +6 -4
  264. package/cjs/n/namedColors.js +6 -4
  265. package/cjs/n/nasa.js +5 -3
  266. package/cjs/n/noClear.js +57 -55
  267. package/cjs/n/nyancat.js +6 -4
  268. package/cjs/n/nyancat2.js +6 -4
  269. package/cjs/o/oklch.js +10 -8
  270. package/cjs/o/orbit.js +6 -4
  271. package/cjs/p/parallax.js +6 -4
  272. package/cjs/p/pathBranches.js +43 -41
  273. package/cjs/p/pathBranchesInertia.js +43 -41
  274. package/cjs/p/pathBrownian.js +43 -41
  275. package/cjs/p/pathGrid.js +43 -41
  276. package/cjs/p/pathLevy.js +43 -41
  277. package/cjs/p/pathMaze.js +43 -41
  278. package/cjs/p/pathPolygonMask.js +6 -4
  279. package/cjs/p/pathSpiral.js +43 -41
  280. package/cjs/p/pathSvg.js +43 -41
  281. package/cjs/p/pathZigZag.js +43 -41
  282. package/cjs/p/plasma.js +6 -4
  283. package/cjs/p/poisson.js +6 -4
  284. package/cjs/p/polygonMask.js +6 -4
  285. package/cjs/p/polygons.js +21 -13
  286. package/cjs/p/pop.js +6 -4
  287. package/cjs/palettes.js +8 -1255
  288. package/cjs/r/random.js +6 -4
  289. package/cjs/r/randomShapes.js +31 -21
  290. package/cjs/r/reactBubbles.js +6 -4
  291. package/cjs/r/reactDefaults.js +6 -4
  292. package/cjs/r/reactMultipleImages.js +6 -4
  293. package/cjs/r/reactNightSky.js +6 -4
  294. package/cjs/r/reactPolygonMask.js +6 -4
  295. package/cjs/r/reactSimple.js +13 -11
  296. package/cjs/r/reactSnow.js +6 -4
  297. package/cjs/r/reduceDuplicates.js +6 -4
  298. package/cjs/r/repulse.js +10 -8
  299. package/cjs/r/repulseBack.js +6 -4
  300. package/cjs/r/repulseBounce.js +6 -4
  301. package/cjs/r/repulseCirc.js +6 -4
  302. package/cjs/r/repulseCubic.js +6 -4
  303. package/cjs/r/repulseElastic.js +6 -4
  304. package/cjs/r/repulseExpo.js +6 -4
  305. package/cjs/r/repulseGaussian.js +6 -4
  306. package/cjs/r/repulseQuart.js +6 -4
  307. package/cjs/r/repulseQuint.js +6 -4
  308. package/cjs/r/repulseSigmoid.js +6 -4
  309. package/cjs/r/repulseSine.js +6 -4
  310. package/cjs/r/repulseSmoothstep.js +6 -4
  311. package/cjs/r/responsive.js +18 -12
  312. package/cjs/r/ring.js +6 -4
  313. package/cjs/s/seaAnemone.js +5 -3
  314. package/cjs/s/shadow.js +5 -3
  315. package/cjs/s/shapeArrow.js +8 -6
  316. package/cjs/s/shapeCog.js +6 -4
  317. package/cjs/s/shapeHeart.js +10 -8
  318. package/cjs/s/shapeInfinity.js +13 -11
  319. package/cjs/s/shapeMultilineText.js +10 -8
  320. package/cjs/s/shapeOptions.js +6 -4
  321. package/cjs/s/shapePath.js +10 -8
  322. package/cjs/s/shapeRoundedPolygon.js +10 -8
  323. package/cjs/s/shapeRoundedRect.js +10 -8
  324. package/cjs/s/shapeSpiral.js +13 -11
  325. package/cjs/s/shapeSquircle.js +10 -8
  326. package/cjs/s/slow.js +6 -4
  327. package/cjs/s/snow.js +5 -3
  328. package/cjs/s/soundsAudio.js +9 -7
  329. package/cjs/s/soundsLoop.js +10 -8
  330. package/cjs/s/soundsMelodies.js +10 -8
  331. package/cjs/s/soundsMelodyLoop.js +10 -8
  332. package/cjs/s/soundsNotes.js +10 -8
  333. package/cjs/s/speedDecay.js +12 -8
  334. package/cjs/s/spin.js +10 -8
  335. package/cjs/s/star.js +6 -4
  336. package/cjs/s/strokeAnimation.js +19 -17
  337. package/cjs/s/style.js +10 -8
  338. package/cjs/s/svgReplace.js +6 -4
  339. package/cjs/t/test.js +6 -4
  340. package/cjs/t/themes.js +48 -32
  341. package/cjs/t/tilt.js +10 -7
  342. package/cjs/t/trail.js +6 -4
  343. package/cjs/t/trailImage.js +6 -4
  344. package/cjs/t/triangles.js +12 -8
  345. package/cjs/t/twinkle.js +6 -4
  346. package/cjs/v/vibrate.js +6 -4
  347. package/cjs/v/virus.js +6 -4
  348. package/cjs/w/warp.js +6 -4
  349. package/cjs/w/wobble.js +10 -7
  350. package/cjs/w/wobbleBig.js +10 -7
  351. package/cjs/z/zIndex.js +6 -4
  352. package/esm/a/absorbers.js +6 -4
  353. package/esm/a/amongUs.js +10 -8
  354. package/esm/b/backgroundMask.js +6 -4
  355. package/esm/b/backgroundMaskImage.js +6 -4
  356. package/esm/b/basic.js +10 -8
  357. package/esm/b/big.js +43 -41
  358. package/esm/b/bigBlend.js +43 -41
  359. package/esm/b/bigBlendCombo.js +43 -41
  360. package/esm/b/bigBlendParticle.js +43 -41
  361. package/esm/b/blackHole.js +6 -4
  362. package/esm/b/bubble.js +6 -4
  363. package/esm/c/cardSuits.js +24 -16
  364. package/esm/c/cards.js +10 -8
  365. package/esm/c/cardsRolling.js +10 -8
  366. package/esm/c/chars.js +16 -8
  367. package/esm/c/clickConfetti.js +7 -4
  368. package/esm/c/clickPause.js +6 -4
  369. package/esm/c/collisionsAbsorb.js +5 -3
  370. package/esm/c/collisionsBounce.js +6 -4
  371. package/esm/c/collisionsDestroy.js +6 -4
  372. package/esm/c/colorAnimation.js +41 -39
  373. package/esm/c/connect.js +10 -8
  374. package/esm/c/curlNoise.js +10 -8
  375. package/esm/d/delay.js +10 -8
  376. package/esm/d/delayColor.js +13 -11
  377. package/esm/d/delayOpacity.js +7 -4
  378. package/esm/d/delaySize.js +7 -4
  379. package/esm/d/delayStrokeColor.js +16 -14
  380. package/esm/d/destroy.js +6 -4
  381. package/esm/d/disappearing.js +7 -4
  382. package/esm/d/divEvents.js +6 -4
  383. package/esm/e/effectBubble.js +10 -8
  384. package/esm/e/effectFilter.js +50 -0
  385. package/esm/e/effectParticles.js +15 -11
  386. package/esm/e/effectTrail.js +10 -8
  387. package/esm/e/effectTrailTransform.js +10 -8
  388. package/esm/e/emitter.js +30 -20
  389. package/esm/e/emitterAbsorber.js +12 -8
  390. package/esm/e/emitterAngled.js +6 -4
  391. package/esm/e/emitterImageShape.js +23 -21
  392. package/esm/e/emitterPaths.js +6 -4
  393. package/esm/e/emitterShapes.js +6 -4
  394. package/esm/e/emitterSpawnColor.js +4 -2
  395. package/esm/e/emitterTextShape.js +23 -21
  396. package/esm/e/emitterTextStrokeShape.js +23 -21
  397. package/esm/e/index.js +2 -0
  398. package/esm/f/fallingConfetti.js +46 -44
  399. package/esm/f/fireworks.js +54 -48
  400. package/esm/f/fireworks2.js +53 -48
  401. package/esm/f/fireworks3.js +208 -0
  402. package/esm/f/fireworksMask.js +15 -10
  403. package/esm/f/fontawesome.js +10 -8
  404. package/esm/f/forward.js +10 -8
  405. package/esm/f/index.js +2 -0
  406. package/esm/g/grabRandomColor.js +10 -8
  407. package/esm/g/gravity.js +21 -17
  408. package/esm/g/groups.js +6 -4
  409. package/esm/g/growing.js +7 -4
  410. package/esm/h/hexagonPath.js +9 -7
  411. package/esm/h/hollowknight.js +6 -4
  412. package/esm/h/hyperspace.js +7 -4
  413. package/esm/i/infection.js +6 -4
  414. package/esm/l/lch.js +10 -8
  415. package/esm/l/life.js +10 -8
  416. package/esm/l/lightHover.js +10 -8
  417. package/esm/l/linkTriangles.js +10 -8
  418. package/esm/l/localPolygonMask.js +6 -4
  419. package/esm/m/manual.js +10 -8
  420. package/esm/m/matrix.js +17 -15
  421. package/esm/m/motionDisable.js +10 -8
  422. package/esm/m/motionReduce.js +10 -8
  423. package/esm/m/mouseAttract.js +10 -8
  424. package/esm/m/mouseBounce.js +10 -8
  425. package/esm/m/mouseCannon.js +6 -4
  426. package/esm/m/mouseDrag.js +10 -8
  427. package/esm/m/mouseDragMomentum.js +10 -8
  428. package/esm/m/mouseFollow.js +6 -4
  429. package/esm/m/mouseParticle.js +10 -8
  430. package/esm/m/mouseParticle2.js +10 -8
  431. package/esm/m/mouseTrail.js +20 -16
  432. package/esm/m/mouseTrailNoise.js +11 -8
  433. package/esm/m/moveAngle.js +10 -8
  434. package/esm/m/moveDistance.js +9 -7
  435. package/esm/m/moveInside.js +10 -8
  436. package/esm/m/moveOutside.js +10 -8
  437. package/esm/m/multipleClickEmitters.js +10 -6
  438. package/esm/m/multiplePolygonMasks.js +6 -4
  439. package/esm/n/namedColors.js +6 -4
  440. package/esm/n/nasa.js +5 -3
  441. package/esm/n/noClear.js +57 -55
  442. package/esm/n/nyancat.js +6 -4
  443. package/esm/n/nyancat2.js +6 -4
  444. package/esm/o/oklch.js +10 -8
  445. package/esm/o/orbit.js +6 -4
  446. package/esm/p/parallax.js +6 -4
  447. package/esm/p/pathBranches.js +43 -41
  448. package/esm/p/pathBranchesInertia.js +43 -41
  449. package/esm/p/pathBrownian.js +43 -41
  450. package/esm/p/pathGrid.js +43 -41
  451. package/esm/p/pathLevy.js +43 -41
  452. package/esm/p/pathMaze.js +43 -41
  453. package/esm/p/pathPolygonMask.js +6 -4
  454. package/esm/p/pathSpiral.js +43 -41
  455. package/esm/p/pathSvg.js +43 -41
  456. package/esm/p/pathZigZag.js +43 -41
  457. package/esm/p/plasma.js +6 -4
  458. package/esm/p/poisson.js +6 -4
  459. package/esm/p/polygonMask.js +6 -4
  460. package/esm/p/polygons.js +21 -13
  461. package/esm/p/pop.js +6 -4
  462. package/esm/palettes.js +8 -1255
  463. package/esm/r/random.js +6 -4
  464. package/esm/r/randomShapes.js +31 -21
  465. package/esm/r/reactBubbles.js +6 -4
  466. package/esm/r/reactDefaults.js +6 -4
  467. package/esm/r/reactMultipleImages.js +6 -4
  468. package/esm/r/reactNightSky.js +6 -4
  469. package/esm/r/reactPolygonMask.js +6 -4
  470. package/esm/r/reactSimple.js +13 -11
  471. package/esm/r/reactSnow.js +6 -4
  472. package/esm/r/reduceDuplicates.js +6 -4
  473. package/esm/r/repulse.js +10 -8
  474. package/esm/r/repulseBack.js +6 -4
  475. package/esm/r/repulseBounce.js +6 -4
  476. package/esm/r/repulseCirc.js +6 -4
  477. package/esm/r/repulseCubic.js +6 -4
  478. package/esm/r/repulseElastic.js +6 -4
  479. package/esm/r/repulseExpo.js +6 -4
  480. package/esm/r/repulseGaussian.js +6 -4
  481. package/esm/r/repulseQuart.js +6 -4
  482. package/esm/r/repulseQuint.js +6 -4
  483. package/esm/r/repulseSigmoid.js +6 -4
  484. package/esm/r/repulseSine.js +6 -4
  485. package/esm/r/repulseSmoothstep.js +6 -4
  486. package/esm/r/responsive.js +18 -12
  487. package/esm/r/ring.js +6 -4
  488. package/esm/s/seaAnemone.js +5 -3
  489. package/esm/s/shadow.js +5 -3
  490. package/esm/s/shapeArrow.js +8 -6
  491. package/esm/s/shapeCog.js +6 -4
  492. package/esm/s/shapeHeart.js +10 -8
  493. package/esm/s/shapeInfinity.js +13 -11
  494. package/esm/s/shapeMultilineText.js +10 -8
  495. package/esm/s/shapeOptions.js +6 -4
  496. package/esm/s/shapePath.js +10 -8
  497. package/esm/s/shapeRoundedPolygon.js +10 -8
  498. package/esm/s/shapeRoundedRect.js +10 -8
  499. package/esm/s/shapeSpiral.js +13 -11
  500. package/esm/s/shapeSquircle.js +10 -8
  501. package/esm/s/slow.js +6 -4
  502. package/esm/s/snow.js +5 -3
  503. package/esm/s/soundsAudio.js +9 -7
  504. package/esm/s/soundsLoop.js +10 -8
  505. package/esm/s/soundsMelodies.js +10 -8
  506. package/esm/s/soundsMelodyLoop.js +10 -8
  507. package/esm/s/soundsNotes.js +10 -8
  508. package/esm/s/speedDecay.js +12 -8
  509. package/esm/s/spin.js +10 -8
  510. package/esm/s/star.js +6 -4
  511. package/esm/s/strokeAnimation.js +19 -17
  512. package/esm/s/style.js +10 -8
  513. package/esm/s/svgReplace.js +6 -4
  514. package/esm/t/test.js +6 -4
  515. package/esm/t/themes.js +48 -32
  516. package/esm/t/tilt.js +10 -7
  517. package/esm/t/trail.js +6 -4
  518. package/esm/t/trailImage.js +6 -4
  519. package/esm/t/triangles.js +12 -8
  520. package/esm/t/twinkle.js +6 -4
  521. package/esm/v/vibrate.js +6 -4
  522. package/esm/v/virus.js +6 -4
  523. package/esm/w/warp.js +6 -4
  524. package/esm/w/wobble.js +10 -7
  525. package/esm/w/wobbleBig.js +10 -7
  526. package/esm/z/zIndex.js +6 -4
  527. package/package.json +4 -5
  528. package/report.html +1 -1
  529. package/tsparticles.configs.bundle.js +1 -1
  530. package/tsparticles.configs.js +193 -173
  531. package/tsparticles.configs.min.js +6 -6
  532. package/types/e/effectFilter.d.ts +3 -0
  533. package/types/e/index.d.ts +1 -0
  534. package/types/f/fireworks3.d.ts +3 -0
  535. package/types/f/index.d.ts +1 -0
  536. package/types/index.d.ts +2 -0
  537. package/umd/a/absorbers.js +0 -83
  538. package/umd/a/amongUs.js +0 -143
  539. package/umd/a/index.js +0 -21
  540. package/umd/b/backgroundMask.js +0 -97
  541. package/umd/b/backgroundMaskImage.js +0 -85
  542. package/umd/b/basic.js +0 -82
  543. package/umd/b/big.js +0 -96
  544. package/umd/b/bigBlend.js +0 -97
  545. package/umd/b/bigBlendCombo.js +0 -101
  546. package/umd/b/bigBlendParticle.js +0 -97
  547. package/umd/b/blackHole.js +0 -81
  548. package/umd/b/bubble.js +0 -102
  549. package/umd/b/index.js +0 -35
  550. package/umd/bundle.js +0 -27
  551. package/umd/c/cardSuits.js +0 -104
  552. package/umd/c/cards.js +0 -75
  553. package/umd/c/cardsRolling.js +0 -103
  554. package/umd/c/chars.js +0 -106
  555. package/umd/c/clickConfetti.js +0 -182
  556. package/umd/c/clickPause.js +0 -92
  557. package/umd/c/collisionsAbsorb.js +0 -94
  558. package/umd/c/collisionsBounce.js +0 -91
  559. package/umd/c/collisionsDestroy.js +0 -95
  560. package/umd/c/colorAnimation.js +0 -87
  561. package/umd/c/connect.js +0 -126
  562. package/umd/c/curlNoise.js +0 -65
  563. package/umd/c/index.js +0 -39
  564. package/umd/d/dataImages.js +0 -125
  565. package/umd/d/delay.js +0 -83
  566. package/umd/d/delayColor.js +0 -55
  567. package/umd/d/delayOpacity.js +0 -53
  568. package/umd/d/delaySize.js +0 -53
  569. package/umd/d/delayStrokeColor.js +0 -57
  570. package/umd/d/destroy.js +0 -93
  571. package/umd/d/disappearing.js +0 -101
  572. package/umd/d/divEvents.js +0 -125
  573. package/umd/d/index.js +0 -35
  574. package/umd/e/effectBubble.js +0 -93
  575. package/umd/e/effectParticles.js +0 -108
  576. package/umd/e/effectTrail.js +0 -70
  577. package/umd/e/effectTrailTransform.js +0 -72
  578. package/umd/e/emitter.js +0 -280
  579. package/umd/e/emitterAbsorber.js +0 -155
  580. package/umd/e/emitterAngled.js +0 -72
  581. package/umd/e/emitterImageShape.js +0 -111
  582. package/umd/e/emitterImages.js +0 -145
  583. package/umd/e/emitterPaths.js +0 -104
  584. package/umd/e/emitterShapes.js +0 -95
  585. package/umd/e/emitterSpawnColor.js +0 -221
  586. package/umd/e/emitterTextShape.js +0 -114
  587. package/umd/e/emitterTextStrokeShape.js +0 -114
  588. package/umd/e/index.js +0 -45
  589. package/umd/f/fallingConfetti.js +0 -152
  590. package/umd/f/fireworks.js +0 -235
  591. package/umd/f/fireworks2.js +0 -240
  592. package/umd/f/fireworksMask.js +0 -212
  593. package/umd/f/fontawesome.js +0 -111
  594. package/umd/f/forward.js +0 -101
  595. package/umd/f/index.js +0 -29
  596. package/umd/g/gifs.js +0 -63
  597. package/umd/g/grabRandomColor.js +0 -98
  598. package/umd/g/gradients.js +0 -188
  599. package/umd/g/gravity.js +0 -133
  600. package/umd/g/groups.js +0 -81
  601. package/umd/g/growing.js +0 -84
  602. package/umd/g/index.js +0 -29
  603. package/umd/h/hexagonPath.js +0 -88
  604. package/umd/h/hollowknight.js +0 -131
  605. package/umd/h/hyperspace.js +0 -80
  606. package/umd/h/index.js +0 -23
  607. package/umd/i/imageMask.js +0 -73
  608. package/umd/i/images.js +0 -226
  609. package/umd/i/imagesDirections.js +0 -122
  610. package/umd/i/index.js +0 -25
  611. package/umd/i/infection.js +0 -93
  612. package/umd/index.js +0 -86
  613. package/umd/j/index.js +0 -13
  614. package/umd/k/index.js +0 -13
  615. package/umd/l/index.js +0 -27
  616. package/umd/l/lch.js +0 -82
  617. package/umd/l/life.js +0 -95
  618. package/umd/l/lightHover.js +0 -85
  619. package/umd/l/linkTriangles.js +0 -102
  620. package/umd/l/localPolygonMask.js +0 -101
  621. package/umd/m/index.js +0 -57
  622. package/umd/m/manual.js +0 -98
  623. package/umd/m/matrix.js +0 -87
  624. package/umd/m/motionDisable.js +0 -86
  625. package/umd/m/motionReduce.js +0 -104
  626. package/umd/m/mouseAttract.js +0 -102
  627. package/umd/m/mouseBounce.js +0 -97
  628. package/umd/m/mouseCannon.js +0 -112
  629. package/umd/m/mouseDrag.js +0 -60
  630. package/umd/m/mouseDragMomentum.js +0 -65
  631. package/umd/m/mouseFollow.js +0 -78
  632. package/umd/m/mouseParticle.js +0 -65
  633. package/umd/m/mouseParticle2.js +0 -76
  634. package/umd/m/mouseTrail.js +0 -137
  635. package/umd/m/mouseTrailNoise.js +0 -151
  636. package/umd/m/moveAngle.js +0 -98
  637. package/umd/m/moveDistance.js +0 -98
  638. package/umd/m/moveInside.js +0 -57
  639. package/umd/m/moveOutside.js +0 -57
  640. package/umd/m/multipleClickEmitters.js +0 -120
  641. package/umd/m/multiplePolygonMasks.js +0 -138
  642. package/umd/n/index.js +0 -35
  643. package/umd/n/namedColors.js +0 -70
  644. package/umd/n/nasa.js +0 -100
  645. package/umd/n/noClear.js +0 -114
  646. package/umd/n/noConfig.js +0 -17
  647. package/umd/n/noisePlanesFractal.js +0 -103
  648. package/umd/n/noisePlanesPerlin.js +0 -103
  649. package/umd/n/noisePlanesSimplex.js +0 -103
  650. package/umd/n/nyancat.js +0 -74
  651. package/umd/n/nyancat2.js +0 -75
  652. package/umd/o/index.js +0 -21
  653. package/umd/o/oklch.js +0 -82
  654. package/umd/o/orbit.js +0 -66
  655. package/umd/p/index.js +0 -59
  656. package/umd/p/palettes.js +0 -37
  657. package/umd/p/parallax.js +0 -98
  658. package/umd/p/pathBranches.js +0 -104
  659. package/umd/p/pathBranchesInertia.js +0 -108
  660. package/umd/p/pathBrownian.js +0 -101
  661. package/umd/p/pathGrid.js +0 -100
  662. package/umd/p/pathLevy.js +0 -102
  663. package/umd/p/pathMaze.js +0 -101
  664. package/umd/p/pathPolygonMask.js +0 -110
  665. package/umd/p/pathSpiral.js +0 -102
  666. package/umd/p/pathSvg.js +0 -104
  667. package/umd/p/pathZigZag.js +0 -97
  668. package/umd/p/planes.js +0 -66
  669. package/umd/p/plasma.js +0 -72
  670. package/umd/p/poisson.js +0 -54
  671. package/umd/p/polygonMask.js +0 -138
  672. package/umd/p/polygons.js +0 -153
  673. package/umd/p/pop.js +0 -84
  674. package/umd/palettes.js +0 -1273
  675. package/umd/q/index.js +0 -13
  676. package/umd/r/index.js +0 -67
  677. package/umd/r/random.js +0 -107
  678. package/umd/r/randomShapes.js +0 -440
  679. package/umd/r/reactBubbles.js +0 -114
  680. package/umd/r/reactDefaults.js +0 -63
  681. package/umd/r/reactMultipleImages.js +0 -102
  682. package/umd/r/reactNightSky.js +0 -89
  683. package/umd/r/reactPolygonMask.js +0 -106
  684. package/umd/r/reactSimple.js +0 -100
  685. package/umd/r/reactSnow.js +0 -118
  686. package/umd/r/reduceDuplicates.js +0 -143
  687. package/umd/r/repulse.js +0 -123
  688. package/umd/r/repulseBack.js +0 -66
  689. package/umd/r/repulseBounce.js +0 -66
  690. package/umd/r/repulseCirc.js +0 -66
  691. package/umd/r/repulseCubic.js +0 -66
  692. package/umd/r/repulseElastic.js +0 -66
  693. package/umd/r/repulseExpo.js +0 -66
  694. package/umd/r/repulseGaussian.js +0 -66
  695. package/umd/r/repulseQuart.js +0 -66
  696. package/umd/r/repulseQuint.js +0 -66
  697. package/umd/r/repulseSigmoid.js +0 -66
  698. package/umd/r/repulseSine.js +0 -66
  699. package/umd/r/repulseSmoothstep.js +0 -66
  700. package/umd/r/responsive.js +0 -126
  701. package/umd/r/ring.js +0 -85
  702. package/umd/s/index.js +0 -73
  703. package/umd/s/seaAnemone.js +0 -99
  704. package/umd/s/shadow.js +0 -110
  705. package/umd/s/shapeArrow.js +0 -70
  706. package/umd/s/shapeCog.js +0 -108
  707. package/umd/s/shapeEmoji.js +0 -197
  708. package/umd/s/shapeEmojiPadding.js +0 -127
  709. package/umd/s/shapeHeart.js +0 -97
  710. package/umd/s/shapeInfinity.js +0 -100
  711. package/umd/s/shapeMultilineText.js +0 -63
  712. package/umd/s/shapeOptions.js +0 -74
  713. package/umd/s/shapePath.js +0 -182
  714. package/umd/s/shapeRoundedPolygon.js +0 -110
  715. package/umd/s/shapeRoundedRect.js +0 -107
  716. package/umd/s/shapeSpiral.js +0 -114
  717. package/umd/s/shapeSquircle.js +0 -104
  718. package/umd/s/slow.js +0 -96
  719. package/umd/s/snow.js +0 -62
  720. package/umd/s/soundsAudio.js +0 -81
  721. package/umd/s/soundsLoop.js +0 -81
  722. package/umd/s/soundsMelodies.js +0 -104
  723. package/umd/s/soundsMelodyLoop.js +0 -356
  724. package/umd/s/soundsNotes.js +0 -96
  725. package/umd/s/speedDecay.js +0 -151
  726. package/umd/s/spin.js +0 -67
  727. package/umd/s/star.js +0 -108
  728. package/umd/s/strokeAnimation.js +0 -108
  729. package/umd/s/style.js +0 -97
  730. package/umd/s/svgReplace.js +0 -132
  731. package/umd/t/index.js +0 -35
  732. package/umd/t/test.js +0 -132
  733. package/umd/t/textMask.js +0 -85
  734. package/umd/t/textMaskMultiline.js +0 -88
  735. package/umd/t/themes.js +0 -206
  736. package/umd/t/tilt.js +0 -107
  737. package/umd/t/trail.js +0 -113
  738. package/umd/t/trailImage.js +0 -129
  739. package/umd/t/triangles.js +0 -64
  740. package/umd/t/twinkle.js +0 -119
  741. package/umd/u/index.js +0 -13
  742. package/umd/v/index.js +0 -21
  743. package/umd/v/vibrate.js +0 -90
  744. package/umd/v/virus.js +0 -86
  745. package/umd/w/index.js +0 -23
  746. package/umd/w/warp.js +0 -106
  747. package/umd/w/wobble.js +0 -154
  748. package/umd/w/wobbleBig.js +0 -154
  749. package/umd/x/index.js +0 -13
  750. package/umd/y/index.js +0 -13
  751. package/umd/z/index.js +0 -19
  752. package/umd/z/zIndex.js +0 -101
package/umd/q/index.js DELETED
@@ -1,13 +0,0 @@
1
- (function (factory) {
2
- if (typeof module === "object" && typeof module.exports === "object") {
3
- var v = factory(require, exports);
4
- if (v !== undefined) module.exports = v;
5
- }
6
- else if (typeof define === "function" && define.amd) {
7
- define(["require", "exports"], factory);
8
- }
9
- })(function (require, exports) {
10
- "use strict";
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.default = {};
13
- });
package/umd/r/index.js DELETED
@@ -1,67 +0,0 @@
1
- var __importDefault = (this && this.__importDefault) || function (mod) {
2
- return (mod && mod.__esModule) ? mod : { "default": mod };
3
- };
4
- (function (factory) {
5
- if (typeof module === "object" && typeof module.exports === "object") {
6
- var v = factory(require, exports);
7
- if (v !== undefined) module.exports = v;
8
- }
9
- else if (typeof define === "function" && define.amd) {
10
- define(["require", "exports", "./random.js", "./randomShapes.js", "./reactBubbles.js", "./reactDefaults.js", "./reactMultipleImages.js", "./reactNightSky.js", "./reactPolygonMask.js", "./reactSimple.js", "./reactSnow.js", "./reduceDuplicates.js", "./repulse.js", "./repulseBack.js", "./repulseBounce.js", "./repulseCirc.js", "./repulseCubic.js", "./repulseElastic.js", "./repulseExpo.js", "./repulseGaussian.js", "./repulseQuart.js", "./repulseQuint.js", "./repulseSigmoid.js", "./repulseSine.js", "./repulseSmoothstep.js", "./responsive.js", "./ring.js"], factory);
11
- }
12
- })(function (require, exports) {
13
- "use strict";
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- const random_js_1 = __importDefault(require("./random.js"));
16
- const randomShapes_js_1 = __importDefault(require("./randomShapes.js"));
17
- const reactBubbles_js_1 = __importDefault(require("./reactBubbles.js"));
18
- const reactDefaults_js_1 = __importDefault(require("./reactDefaults.js"));
19
- const reactMultipleImages_js_1 = __importDefault(require("./reactMultipleImages.js"));
20
- const reactNightSky_js_1 = __importDefault(require("./reactNightSky.js"));
21
- const reactPolygonMask_js_1 = __importDefault(require("./reactPolygonMask.js"));
22
- const reactSimple_js_1 = __importDefault(require("./reactSimple.js"));
23
- const reactSnow_js_1 = __importDefault(require("./reactSnow.js"));
24
- const reduceDuplicates_js_1 = __importDefault(require("./reduceDuplicates.js"));
25
- const repulse_js_1 = __importDefault(require("./repulse.js"));
26
- const repulseBack_js_1 = __importDefault(require("./repulseBack.js"));
27
- const repulseBounce_js_1 = __importDefault(require("./repulseBounce.js"));
28
- const repulseCirc_js_1 = __importDefault(require("./repulseCirc.js"));
29
- const repulseCubic_js_1 = __importDefault(require("./repulseCubic.js"));
30
- const repulseElastic_js_1 = __importDefault(require("./repulseElastic.js"));
31
- const repulseExpo_js_1 = __importDefault(require("./repulseExpo.js"));
32
- const repulseGaussian_js_1 = __importDefault(require("./repulseGaussian.js"));
33
- const repulseQuart_js_1 = __importDefault(require("./repulseQuart.js"));
34
- const repulseQuint_js_1 = __importDefault(require("./repulseQuint.js"));
35
- const repulseSigmoid_js_1 = __importDefault(require("./repulseSigmoid.js"));
36
- const repulseSine_js_1 = __importDefault(require("./repulseSine.js"));
37
- const repulseSmoothstep_js_1 = __importDefault(require("./repulseSmoothstep.js"));
38
- const responsive_js_1 = __importDefault(require("./responsive.js"));
39
- const ring_js_1 = __importDefault(require("./ring.js"));
40
- exports.default = {
41
- random: random_js_1.default,
42
- randomShapes: randomShapes_js_1.default,
43
- reactBubbles: reactBubbles_js_1.default,
44
- reactDefaults: reactDefaults_js_1.default,
45
- reactMultipleImages: reactMultipleImages_js_1.default,
46
- reactNightSky: reactNightSky_js_1.default,
47
- reactPolygonMask: reactPolygonMask_js_1.default,
48
- reactSimple: reactSimple_js_1.default,
49
- reactSnow: reactSnow_js_1.default,
50
- reduceDuplicates: reduceDuplicates_js_1.default,
51
- repulse: repulse_js_1.default,
52
- repulseBack: repulseBack_js_1.default,
53
- repulseBounce: repulseBounce_js_1.default,
54
- repulseCirc: repulseCirc_js_1.default,
55
- repulseCubic: repulseCubic_js_1.default,
56
- repulseElastic: repulseElastic_js_1.default,
57
- repulseExpo: repulseExpo_js_1.default,
58
- repulseGaussian: repulseGaussian_js_1.default,
59
- repulseQuart: repulseQuart_js_1.default,
60
- repulseQuint: repulseQuint_js_1.default,
61
- repulseSigmoid: repulseSigmoid_js_1.default,
62
- repulseSine: repulseSine_js_1.default,
63
- repulseSmoothstep: repulseSmoothstep_js_1.default,
64
- responsive: responsive_js_1.default,
65
- ring: ring_js_1.default,
66
- };
67
- });
package/umd/r/random.js DELETED
@@ -1,107 +0,0 @@
1
- (function (factory) {
2
- if (typeof module === "object" && typeof module.exports === "object") {
3
- var v = factory(require, exports);
4
- if (v !== undefined) module.exports = v;
5
- }
6
- else if (typeof define === "function" && define.amd) {
7
- define(["require", "exports"], factory);
8
- }
9
- })(function (require, exports) {
10
- "use strict";
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const options = {
13
- key: "random",
14
- name: "Random Colors",
15
- interactivity: {
16
- events: {
17
- onClick: {
18
- enable: true,
19
- mode: "push",
20
- },
21
- onHover: {
22
- enable: true,
23
- mode: "connect",
24
- },
25
- },
26
- modes: {
27
- bubble: {
28
- distance: 400,
29
- duration: 2,
30
- opacity: 0.8,
31
- size: 40,
32
- },
33
- connect: {
34
- distance: 80,
35
- links: {
36
- opacity: 0.5,
37
- },
38
- radius: 60,
39
- },
40
- grab: {
41
- distance: 400,
42
- links: {
43
- opacity: 1,
44
- },
45
- },
46
- push: {
47
- quantity: 4,
48
- },
49
- remove: {
50
- quantity: 2,
51
- },
52
- repulse: {
53
- distance: 200,
54
- duration: 0.4,
55
- },
56
- },
57
- },
58
- particles: {
59
- fill: {
60
- color: {
61
- value: "random",
62
- },
63
- enable: true,
64
- },
65
- links: {
66
- blink: false,
67
- color: "#ffffff",
68
- consent: false,
69
- distance: 150,
70
- enable: false,
71
- opacity: 0.4,
72
- width: 1,
73
- },
74
- move: {
75
- enable: true,
76
- speed: 6,
77
- },
78
- number: {
79
- density: {
80
- enable: true,
81
- },
82
- limit: { value: 500 },
83
- value: 300,
84
- },
85
- opacity: {
86
- value: 0.5,
87
- },
88
- shape: {
89
- type: "circle",
90
- },
91
- size: {
92
- value: {
93
- min: 10,
94
- max: 15,
95
- },
96
- },
97
- },
98
- background: {
99
- color: "#000000",
100
- image: "",
101
- position: "50% 50%",
102
- repeat: "no-repeat",
103
- size: "cover",
104
- },
105
- };
106
- exports.default = options;
107
- });
@@ -1,440 +0,0 @@
1
- (function (factory) {
2
- if (typeof module === "object" && typeof module.exports === "object") {
3
- var v = factory(require, exports);
4
- if (v !== undefined) module.exports = v;
5
- }
6
- else if (typeof define === "function" && define.amd) {
7
- define(["require", "exports"], factory);
8
- }
9
- })(function (require, exports) {
10
- "use strict";
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const options = {
13
- key: "randomShapes",
14
- name: "Random Shapes",
15
- interactivity: {
16
- events: {
17
- onClick: {
18
- enable: true,
19
- mode: "push",
20
- },
21
- onHover: {
22
- enable: true,
23
- mode: "bubble",
24
- },
25
- },
26
- modes: {
27
- bubble: {
28
- distance: 400,
29
- duration: 2,
30
- opacity: 0.8,
31
- size: 40,
32
- },
33
- push: {
34
- quantity: 4,
35
- },
36
- },
37
- },
38
- particles: {
39
- fill: {
40
- color: {
41
- value: "#000000",
42
- },
43
- enable: true,
44
- },
45
- stroke: {
46
- color: {
47
- value: "#ff0000",
48
- },
49
- width: 1,
50
- },
51
- move: {
52
- enable: true,
53
- speed: 2,
54
- },
55
- number: {
56
- density: {
57
- enable: true,
58
- },
59
- value: 80,
60
- },
61
- opacity: {
62
- value: 1,
63
- },
64
- rotate: {
65
- animation: {
66
- enable: true,
67
- speed: 5,
68
- sync: false,
69
- },
70
- direction: "random",
71
- value: {
72
- min: 0,
73
- max: 360,
74
- },
75
- },
76
- shape: {
77
- options: {
78
- image: [
79
- {
80
- name: "apple",
81
- },
82
- {
83
- name: "avocado",
84
- },
85
- {
86
- name: "banana",
87
- },
88
- {
89
- name: "berries",
90
- },
91
- {
92
- name: "cherry",
93
- },
94
- {
95
- name: "grapes",
96
- },
97
- {
98
- name: "lemon",
99
- },
100
- {
101
- name: "orange",
102
- },
103
- {
104
- name: "peach",
105
- },
106
- {
107
- name: "pear",
108
- },
109
- {
110
- name: "pepper",
111
- },
112
- {
113
- name: "plum",
114
- },
115
- {
116
- name: "star",
117
- },
118
- {
119
- name: "strawberry",
120
- },
121
- {
122
- name: "watermelon",
123
- },
124
- {
125
- name: "watermelon_slice",
126
- },
127
- ],
128
- arrow: {
129
- heightFactor: {
130
- min: 0.3,
131
- max: 0.8,
132
- },
133
- headWidthFactor: {
134
- min: 0.3,
135
- max: 0.8,
136
- },
137
- bodyHeightFactor: {
138
- min: 0.3,
139
- max: 0.8,
140
- },
141
- },
142
- cog: {
143
- holeRadius: 44,
144
- innerRadius: 72,
145
- innerTaper: 35,
146
- notches: 7,
147
- outerTaper: 50,
148
- },
149
- emoji: {
150
- value: "🌈",
151
- },
152
- text: {
153
- value: "pippo\npluto",
154
- },
155
- path: [
156
- {
157
- segments: [
158
- {
159
- type: "line",
160
- values: [
161
- {
162
- x: -0.5,
163
- y: -0.5,
164
- },
165
- ],
166
- },
167
- {
168
- type: "bezier",
169
- values: [
170
- {
171
- x: -0.5,
172
- y: 0.5,
173
- },
174
- {
175
- x: 1,
176
- y: 1,
177
- },
178
- {
179
- x: 1,
180
- y: 0.5,
181
- },
182
- {
183
- x: 1,
184
- y: -0.5,
185
- },
186
- ],
187
- },
188
- {
189
- type: "quadratic",
190
- values: [
191
- {
192
- x: 0.5,
193
- y: 0.5,
194
- },
195
- {
196
- x: 0.5,
197
- y: -0.5,
198
- },
199
- {
200
- x: -0.5,
201
- y: 0.5,
202
- },
203
- ],
204
- },
205
- {
206
- type: "line",
207
- values: [
208
- {
209
- x: 0.5,
210
- y: -0.5,
211
- },
212
- ],
213
- },
214
- ],
215
- half: false,
216
- },
217
- {
218
- segments: [
219
- {
220
- type: "line",
221
- values: [
222
- {
223
- x: -1,
224
- y: -1,
225
- },
226
- ],
227
- },
228
- {
229
- type: "bezier",
230
- values: [
231
- {
232
- x: -1,
233
- y: 1,
234
- },
235
- {
236
- x: 1,
237
- y: 1,
238
- },
239
- {
240
- x: 0.5,
241
- y: 1,
242
- },
243
- {
244
- x: -0.5,
245
- y: 1,
246
- },
247
- ],
248
- },
249
- {
250
- type: "quadratic",
251
- values: [
252
- {
253
- x: 1,
254
- y: 1,
255
- },
256
- {
257
- x: 1,
258
- y: -1,
259
- },
260
- {
261
- x: -1,
262
- y: 1,
263
- },
264
- ],
265
- },
266
- {
267
- type: "line",
268
- values: [
269
- {
270
- x: 1,
271
- y: -1,
272
- },
273
- ],
274
- },
275
- ],
276
- half: false,
277
- },
278
- ],
279
- "rounded-polygon": [
280
- {
281
- radius: { min: 0, max: 10 },
282
- sides: { min: 3, max: 8 },
283
- },
284
- ],
285
- "rounded-rect": {
286
- radius: { min: 5, max: 15 },
287
- },
288
- spiral: {
289
- innerRadius: 0.5,
290
- lineSpacing: 0.5,
291
- fill: false,
292
- close: false,
293
- },
294
- spades: {
295
- particles: {
296
- fill: {
297
- color: {
298
- value: "#000000",
299
- },
300
- },
301
- },
302
- },
303
- hearts: {
304
- particles: {
305
- fill: {
306
- color: {
307
- value: "#ff0000",
308
- },
309
- },
310
- },
311
- },
312
- diamonds: {
313
- particles: {
314
- fill: {
315
- color: {
316
- value: "#ff0000",
317
- },
318
- },
319
- },
320
- },
321
- clubs: {
322
- particles: {
323
- fill: {
324
- color: {
325
- value: "#000000",
326
- },
327
- },
328
- },
329
- },
330
- },
331
- type: "random",
332
- },
333
- size: {
334
- value: 16,
335
- },
336
- },
337
- background: {
338
- color: "#fff",
339
- },
340
- preload: [
341
- {
342
- src: "https://particles.js.org/images/hdr/fruits/apple.png",
343
- name: "apple",
344
- width: 32,
345
- height: 32,
346
- },
347
- {
348
- src: "https://particles.js.org/images/hdr/fruits/avocado.png",
349
- name: "avocado",
350
- width: 32,
351
- height: 32,
352
- },
353
- {
354
- src: "https://particles.js.org/images/hdr/fruits/banana.png",
355
- name: "banana",
356
- width: 32,
357
- height: 32,
358
- },
359
- {
360
- src: "https://particles.js.org/images/hdr/fruits/berries.png",
361
- name: "berries",
362
- width: 32,
363
- height: 32,
364
- },
365
- {
366
- src: "https://particles.js.org/images/hdr/fruits/cherry.png",
367
- name: "cherry",
368
- width: 32,
369
- height: 32,
370
- },
371
- {
372
- src: "https://particles.js.org/images/hdr/fruits/grapes.png",
373
- name: "grapes",
374
- width: 32,
375
- height: 32,
376
- },
377
- {
378
- src: "https://particles.js.org/images/hdr/fruits/lemon.png",
379
- name: "lemon",
380
- width: 32,
381
- height: 32,
382
- },
383
- {
384
- src: "https://particles.js.org/images/hdr/fruits/orange.png",
385
- name: "orange",
386
- width: 32,
387
- height: 32,
388
- },
389
- {
390
- src: "https://particles.js.org/images/hdr/fruits/peach.png",
391
- name: "peach",
392
- width: 32,
393
- height: 32,
394
- },
395
- {
396
- src: "https://particles.js.org/images/hdr/fruits/pear.png",
397
- name: "pear",
398
- width: 32,
399
- height: 32,
400
- },
401
- {
402
- src: "https://particles.js.org/images/hdr/fruits/pepper.png",
403
- name: "pepper",
404
- width: 32,
405
- height: 32,
406
- },
407
- {
408
- src: "https://particles.js.org/images/hdr/fruits/plum.png",
409
- name: "plum",
410
- width: 32,
411
- height: 32,
412
- },
413
- {
414
- src: "https://particles.js.org/images/hdr/fruits/star.png",
415
- name: "star",
416
- width: 32,
417
- height: 32,
418
- },
419
- {
420
- src: "https://particles.js.org/images/hdr/fruits/strawberry.png",
421
- name: "strawberry",
422
- width: 32,
423
- height: 32,
424
- },
425
- {
426
- src: "https://particles.js.org/images/hdr/fruits/watermelon.png",
427
- name: "watermelon",
428
- width: 32,
429
- height: 32,
430
- },
431
- {
432
- src: "https://particles.js.org/images/hdr/fruits/watermelon_slice.png",
433
- name: "watermelon_slice",
434
- width: 32,
435
- height: 32,
436
- },
437
- ],
438
- };
439
- exports.default = options;
440
- });