@tsparticles/configs 3.0.0-beta.2 → 3.0.0-beta.4

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 (192) hide show
  1. package/browser/c/connect.js +3 -1
  2. package/browser/c/curlNoise.js +49 -0
  3. package/browser/c/index.js +2 -4
  4. package/browser/d/dataImages.js +0 -1
  5. package/{esm/s/shapeBubble.js → browser/e/effectBubble.js} +5 -2
  6. package/browser/e/effectTrail.js +53 -0
  7. package/browser/e/emitterImageShape.js +95 -0
  8. package/browser/e/emitterImages.js +0 -1
  9. package/browser/e/emitterShapes.js +56 -70
  10. package/browser/e/emitterTextShape.js +100 -0
  11. package/browser/e/emitterTextStrokeShape.js +100 -0
  12. package/browser/e/index.js +10 -0
  13. package/browser/f/fontawesome.js +0 -1
  14. package/browser/g/gifs.js +1 -1
  15. package/browser/h/hollowknight.js +0 -1
  16. package/browser/i/images.js +0 -1
  17. package/browser/l/localPolygonMask.js +0 -1
  18. package/browser/m/index.js +2 -0
  19. package/browser/m/mouseTrailNoise.js +118 -0
  20. package/browser/m/multiplePolygonMasks.js +0 -1
  21. package/browser/o/orbit.js +1 -1
  22. package/browser/p/index.js +2 -0
  23. package/browser/p/pathPolygonMask.js +0 -1
  24. package/browser/p/pathSvg.js +0 -1
  25. package/browser/p/polygonMask.js +0 -1
  26. package/browser/p/pop.js +67 -0
  27. package/browser/r/random.js +1 -1
  28. package/browser/r/reactBubbles.js +0 -1
  29. package/browser/r/reactNightSky.js +0 -1
  30. package/browser/r/reactPolygonMask.js +0 -1
  31. package/browser/r/reactSimple.js +0 -1
  32. package/browser/r/reactSnow.js +0 -1
  33. package/browser/r/ring.js +1 -1
  34. package/browser/s/index.js +0 -2
  35. package/browser/s/shapeMultilineText.js +2 -2
  36. package/browser/s/style.js +1 -1
  37. package/browser/s/svgReplace.js +0 -1
  38. package/browser/t/tilt.js +1 -1
  39. package/browser/t/trail.js +1 -1
  40. package/browser/t/trailImage.js +1 -1
  41. package/browser/w/wobble.js +1 -1
  42. package/cjs/c/connect.js +3 -1
  43. package/cjs/c/curlNoise.js +51 -0
  44. package/cjs/c/index.js +2 -4
  45. package/cjs/d/dataImages.js +0 -1
  46. package/cjs/{s/shapeBubble.js → e/effectBubble.js} +5 -2
  47. package/cjs/e/effectTrail.js +55 -0
  48. package/cjs/e/emitterImageShape.js +97 -0
  49. package/cjs/e/emitterImages.js +0 -1
  50. package/cjs/e/emitterShapes.js +56 -70
  51. package/cjs/e/emitterTextShape.js +102 -0
  52. package/cjs/e/emitterTextStrokeShape.js +102 -0
  53. package/cjs/e/index.js +10 -0
  54. package/cjs/f/fontawesome.js +0 -1
  55. package/cjs/g/gifs.js +1 -1
  56. package/cjs/h/hollowknight.js +0 -1
  57. package/cjs/i/images.js +0 -1
  58. package/cjs/l/localPolygonMask.js +0 -1
  59. package/cjs/m/index.js +2 -0
  60. package/cjs/m/mouseTrailNoise.js +120 -0
  61. package/cjs/m/multiplePolygonMasks.js +0 -1
  62. package/cjs/o/orbit.js +1 -1
  63. package/cjs/p/index.js +2 -0
  64. package/cjs/p/pathPolygonMask.js +0 -1
  65. package/cjs/p/pathSvg.js +0 -1
  66. package/cjs/p/polygonMask.js +0 -1
  67. package/cjs/p/pop.js +69 -0
  68. package/cjs/r/random.js +1 -1
  69. package/cjs/r/reactBubbles.js +0 -1
  70. package/cjs/r/reactNightSky.js +0 -1
  71. package/cjs/r/reactPolygonMask.js +0 -1
  72. package/cjs/r/reactSimple.js +0 -1
  73. package/cjs/r/reactSnow.js +0 -1
  74. package/cjs/r/ring.js +1 -1
  75. package/cjs/s/index.js +0 -2
  76. package/cjs/s/shapeMultilineText.js +2 -2
  77. package/cjs/s/style.js +1 -1
  78. package/cjs/s/svgReplace.js +0 -1
  79. package/cjs/t/tilt.js +1 -1
  80. package/cjs/t/trail.js +1 -1
  81. package/cjs/t/trailImage.js +1 -1
  82. package/cjs/w/wobble.js +1 -1
  83. package/esm/c/connect.js +3 -1
  84. package/esm/c/curlNoise.js +49 -0
  85. package/esm/c/index.js +2 -4
  86. package/esm/d/dataImages.js +0 -1
  87. package/{browser/s/shapeBubble.js → esm/e/effectBubble.js} +5 -2
  88. package/esm/e/effectTrail.js +53 -0
  89. package/esm/e/emitterImageShape.js +95 -0
  90. package/esm/e/emitterImages.js +0 -1
  91. package/esm/e/emitterShapes.js +56 -70
  92. package/esm/e/emitterTextShape.js +100 -0
  93. package/esm/e/emitterTextStrokeShape.js +100 -0
  94. package/esm/e/index.js +10 -0
  95. package/esm/f/fontawesome.js +0 -1
  96. package/esm/g/gifs.js +1 -1
  97. package/esm/h/hollowknight.js +0 -1
  98. package/esm/i/images.js +0 -1
  99. package/esm/l/localPolygonMask.js +0 -1
  100. package/esm/m/index.js +2 -0
  101. package/esm/m/mouseTrailNoise.js +118 -0
  102. package/esm/m/multiplePolygonMasks.js +0 -1
  103. package/esm/o/orbit.js +1 -1
  104. package/esm/p/index.js +2 -0
  105. package/esm/p/pathPolygonMask.js +0 -1
  106. package/esm/p/pathSvg.js +0 -1
  107. package/esm/p/polygonMask.js +0 -1
  108. package/esm/p/pop.js +67 -0
  109. package/esm/r/random.js +1 -1
  110. package/esm/r/reactBubbles.js +0 -1
  111. package/esm/r/reactNightSky.js +0 -1
  112. package/esm/r/reactPolygonMask.js +0 -1
  113. package/esm/r/reactSimple.js +0 -1
  114. package/esm/r/reactSnow.js +0 -1
  115. package/esm/r/ring.js +1 -1
  116. package/esm/s/index.js +0 -2
  117. package/esm/s/shapeMultilineText.js +2 -2
  118. package/esm/s/style.js +1 -1
  119. package/esm/s/svgReplace.js +0 -1
  120. package/esm/t/tilt.js +1 -1
  121. package/esm/t/trail.js +1 -1
  122. package/esm/t/trailImage.js +1 -1
  123. package/esm/w/wobble.js +1 -1
  124. package/package.json +2 -2
  125. package/report.html +4 -22
  126. package/tsparticles.configs.bundle.js +1 -1
  127. package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
  128. package/tsparticles.configs.js +745 -202
  129. package/tsparticles.configs.min.js +1 -1
  130. package/tsparticles.configs.min.js.LICENSE.txt +1 -1
  131. package/types/c/index.d.ts +1 -2
  132. package/types/e/emitterImageShape.d.ts +3 -0
  133. package/types/e/emitterTextShape.d.ts +3 -0
  134. package/types/e/emitterTextStrokeShape.d.ts +3 -0
  135. package/types/e/index.d.ts +5 -0
  136. package/types/index.d.ts +8 -3
  137. package/types/m/index.d.ts +1 -0
  138. package/types/m/mouseTrailNoise.d.ts +3 -0
  139. package/types/p/index.d.ts +1 -0
  140. package/types/p/pop.d.ts +3 -0
  141. package/types/s/index.d.ts +0 -1
  142. package/umd/c/connect.js +3 -1
  143. package/umd/c/{customShape.js → curlNoise.js} +30 -30
  144. package/umd/c/index.js +3 -5
  145. package/umd/d/dataImages.js +0 -1
  146. package/umd/{s/shapeBubble.js → e/effectBubble.js} +5 -2
  147. package/umd/e/effectTrail.js +65 -0
  148. package/umd/e/emitterImageShape.js +107 -0
  149. package/umd/e/emitterImages.js +0 -1
  150. package/umd/e/emitterShapes.js +56 -70
  151. package/umd/e/emitterTextShape.js +112 -0
  152. package/umd/e/emitterTextStrokeShape.js +112 -0
  153. package/umd/e/index.js +11 -1
  154. package/umd/f/fontawesome.js +0 -1
  155. package/umd/g/gifs.js +1 -1
  156. package/umd/h/hollowknight.js +0 -1
  157. package/umd/i/images.js +0 -1
  158. package/umd/l/localPolygonMask.js +0 -1
  159. package/umd/m/index.js +3 -1
  160. package/umd/m/mouseTrailNoise.js +130 -0
  161. package/umd/m/multiplePolygonMasks.js +0 -1
  162. package/umd/o/orbit.js +1 -1
  163. package/umd/p/index.js +3 -1
  164. package/umd/p/pathPolygonMask.js +0 -1
  165. package/umd/p/pathSvg.js +0 -1
  166. package/umd/p/polygonMask.js +0 -1
  167. package/umd/p/pop.js +79 -0
  168. package/umd/r/random.js +1 -1
  169. package/umd/r/reactBubbles.js +0 -1
  170. package/umd/r/reactNightSky.js +0 -1
  171. package/umd/r/reactPolygonMask.js +0 -1
  172. package/umd/r/reactSimple.js +0 -1
  173. package/umd/r/reactSnow.js +0 -1
  174. package/umd/r/ring.js +1 -1
  175. package/umd/s/index.js +1 -3
  176. package/umd/s/shapeMultilineText.js +2 -2
  177. package/umd/s/style.js +1 -1
  178. package/umd/s/svgReplace.js +0 -1
  179. package/umd/t/tilt.js +1 -1
  180. package/umd/t/trail.js +1 -1
  181. package/umd/t/trailImage.js +1 -1
  182. package/umd/w/wobble.js +1 -1
  183. package/browser/c/customPreset.js +0 -5
  184. package/browser/c/customShape.js +0 -49
  185. package/cjs/c/customPreset.js +0 -7
  186. package/cjs/c/customShape.js +0 -51
  187. package/esm/c/customPreset.js +0 -5
  188. package/esm/c/customShape.js +0 -49
  189. package/umd/c/customPreset.js +0 -17
  190. /package/types/c/{customPreset.d.ts → curlNoise.d.ts} +0 -0
  191. /package/types/{c/customShape.d.ts → e/effectBubble.d.ts} +0 -0
  192. /package/types/{s/shapeBubble.d.ts → e/effectTrail.d.ts} +0 -0
@@ -4,7 +4,7 @@
4
4
  * Demo / Generator : https://particles.js.org/
5
5
  * GitHub : https://www.github.com/matteobruni/tsparticles
6
6
  * How to use? : Check the GitHub README
7
- * v3.0.0-beta.2
7
+ * v3.0.0-beta.4
8
8
  */
9
9
  (function webpackUniversalModuleDefinition(root, factory) {
10
10
  if(typeof exports === 'object' && typeof module === 'object')
@@ -1325,7 +1325,9 @@ const connect_options = {
1325
1325
  density: {
1326
1326
  enable: true
1327
1327
  },
1328
- limit: 500,
1328
+ limit: {
1329
+ value: 500
1330
+ },
1329
1331
  value: 300
1330
1332
  },
1331
1333
  opacity: {
@@ -1367,62 +1369,56 @@ const connect_options = {
1367
1369
  }
1368
1370
  };
1369
1371
  /* harmony default export */ const connect = (connect_options);
1370
- ;// CONCATENATED MODULE: ./dist/browser/c/customPreset.js
1371
- const customPreset_options = {
1372
- name: "Custom Preset",
1373
- preset: "fire"
1374
- };
1375
- /* harmony default export */ const customPreset = (customPreset_options);
1376
- ;// CONCATENATED MODULE: ./dist/browser/c/customShape.js
1377
- const customShape_options = {
1378
- name: "Custom Shape",
1372
+ ;// CONCATENATED MODULE: ./dist/browser/c/curlNoise.js
1373
+ const curlNoise_options = {
1374
+ name: "Curl Noise",
1379
1375
  particles: {
1380
- links: {
1381
- enable: false
1376
+ number: {
1377
+ value: 300
1382
1378
  },
1383
- stroke: {
1384
- color: {
1385
- value: "random"
1386
- },
1387
- width: 1
1379
+ color: {
1380
+ value: "#ff0000",
1381
+ animation: {
1382
+ enable: true,
1383
+ speed: 360,
1384
+ sync: true
1385
+ }
1388
1386
  },
1389
1387
  shape: {
1390
- type: "spiral",
1391
- options: {
1392
- spiral: {
1393
- innerRadius: 1,
1394
- lineSpacing: 1,
1395
- fill: false,
1396
- close: false
1397
- }
1398
- }
1388
+ type: "circle"
1399
1389
  },
1400
1390
  size: {
1401
- value: 20
1391
+ value: 3
1402
1392
  },
1403
- rotate: {
1404
- value: {
1405
- min: 0,
1406
- max: 360
1393
+ move: {
1394
+ path: {
1395
+ clamp: false,
1396
+ enable: true,
1397
+ options: {
1398
+ step: 250,
1399
+ speed: 1
1400
+ },
1401
+ delay: {
1402
+ value: 0
1403
+ },
1404
+ generator: "curlNoise"
1407
1405
  },
1408
- direction: "clockwise",
1409
- animation: {
1406
+ enable: true,
1407
+ speed: 3,
1408
+ trail: {
1409
+ fill: {
1410
+ color: "#000"
1411
+ },
1410
1412
  enable: true,
1411
- speed: 50,
1412
- sync: false
1413
+ length: 1000
1413
1414
  }
1414
1415
  }
1415
1416
  },
1416
- preset: "links",
1417
1417
  background: {
1418
- color: "#000000",
1419
- image: "",
1420
- position: "50% 50%",
1421
- repeat: "no-repeat",
1422
- size: "cover"
1418
+ color: "#000000"
1423
1419
  }
1424
1420
  };
1425
- /* harmony default export */ const customShape = (customShape_options);
1421
+ /* harmony default export */ const curlNoise = (curlNoise_options);
1426
1422
  ;// CONCATENATED MODULE: ./dist/browser/c/index.js
1427
1423
 
1428
1424
 
@@ -1433,7 +1429,6 @@ const customShape_options = {
1433
1429
 
1434
1430
 
1435
1431
 
1436
-
1437
1432
  /* harmony default export */ const c = ({
1438
1433
  cards: cards,
1439
1434
  chars: chars,
@@ -1443,8 +1438,7 @@ const customShape_options = {
1443
1438
  collisionsDestroy: collisionsDestroy,
1444
1439
  colorAnimation: colorAnimation,
1445
1440
  connect: connect,
1446
- customPreset: customPreset,
1447
- customShape: customShape
1441
+ curlNoise: curlNoise
1448
1442
  });
1449
1443
  ;// CONCATENATED MODULE: ./dist/browser/d/dataImages.js
1450
1444
  const dataImages_options = {
@@ -1510,7 +1504,6 @@ const dataImages_options = {
1510
1504
  density: {
1511
1505
  enable: true
1512
1506
  },
1513
- limit: 0,
1514
1507
  value: 80
1515
1508
  },
1516
1509
  opacity: {
@@ -2085,6 +2078,138 @@ const divEvents_options = {
2085
2078
  disappearing: disappearing,
2086
2079
  divEvents: divEvents
2087
2080
  });
2081
+ ;// CONCATENATED MODULE: ./dist/browser/e/effectBubble.js
2082
+ const effectBubble_options = {
2083
+ name: "Effect Bubble",
2084
+ particles: {
2085
+ number: {
2086
+ value: 80,
2087
+ density: {
2088
+ enable: true
2089
+ }
2090
+ },
2091
+ color: {
2092
+ value: "#ff0000",
2093
+ animation: {
2094
+ enable: true,
2095
+ speed: 20,
2096
+ sync: true
2097
+ }
2098
+ },
2099
+ effect: {
2100
+ type: "bubble"
2101
+ },
2102
+ shape: {
2103
+ type: ["circle", "square"]
2104
+ },
2105
+ opacity: {
2106
+ value: 0.5
2107
+ },
2108
+ size: {
2109
+ value: {
2110
+ min: 5,
2111
+ max: 50
2112
+ }
2113
+ },
2114
+ move: {
2115
+ enable: true,
2116
+ speed: 6
2117
+ }
2118
+ },
2119
+ interactivity: {
2120
+ events: {
2121
+ onHover: {
2122
+ enable: true,
2123
+ mode: "repulse"
2124
+ },
2125
+ onClick: {
2126
+ enable: true,
2127
+ mode: "push"
2128
+ }
2129
+ },
2130
+ modes: {
2131
+ grab: {
2132
+ distance: 400,
2133
+ links: {
2134
+ opacity: 1
2135
+ }
2136
+ },
2137
+ bubble: {
2138
+ distance: 400,
2139
+ size: 40,
2140
+ duration: 2,
2141
+ opacity: 0.8
2142
+ },
2143
+ repulse: {
2144
+ distance: 200
2145
+ },
2146
+ push: {
2147
+ quantity: 4
2148
+ },
2149
+ remove: {
2150
+ quantity: 2
2151
+ }
2152
+ }
2153
+ },
2154
+ background: {
2155
+ color: "#000000"
2156
+ }
2157
+ };
2158
+ /* harmony default export */ const effectBubble = (effectBubble_options);
2159
+ ;// CONCATENATED MODULE: ./dist/browser/e/effectTrail.js
2160
+ const effectTrail_options = {
2161
+ name: "Effect Trail",
2162
+ particles: {
2163
+ number: {
2164
+ value: 80,
2165
+ density: {
2166
+ enable: true
2167
+ }
2168
+ },
2169
+ color: {
2170
+ value: "#ff0000",
2171
+ animation: {
2172
+ enable: true,
2173
+ speed: 360,
2174
+ sync: true
2175
+ }
2176
+ },
2177
+ effect: {
2178
+ type: "trail",
2179
+ options: {
2180
+ trail: {
2181
+ length: {
2182
+ min: 10,
2183
+ max: 30
2184
+ }
2185
+ }
2186
+ }
2187
+ },
2188
+ shape: {
2189
+ type: "circle"
2190
+ },
2191
+ size: {
2192
+ value: 10
2193
+ },
2194
+ move: {
2195
+ path: {
2196
+ enable: true,
2197
+ options: {
2198
+ size: 32,
2199
+ draw: false,
2200
+ increment: 0.004
2201
+ },
2202
+ generator: "simplexNoise"
2203
+ },
2204
+ enable: true,
2205
+ speed: 6
2206
+ }
2207
+ },
2208
+ background: {
2209
+ color: "#000000"
2210
+ }
2211
+ };
2212
+ /* harmony default export */ const effectTrail = (effectTrail_options);
2088
2213
  ;// CONCATENATED MODULE: ./dist/browser/e/emitter.js
2089
2214
  const emitter_options = {
2090
2215
  name: "Emitter",
@@ -2523,6 +2648,89 @@ const emitterAngled_options = {
2523
2648
  }]
2524
2649
  };
2525
2650
  /* harmony default export */ const emitterAngled = (emitterAngled_options);
2651
+ ;// CONCATENATED MODULE: ./dist/browser/e/emitterImageShape.js
2652
+ const rate = {
2653
+ delay: 0.1,
2654
+ quantity: 100
2655
+ };
2656
+ const generateEmitter = (shape, options, fill, position) => {
2657
+ return {
2658
+ shape: {
2659
+ replace: {
2660
+ color: true,
2661
+ opacity: true
2662
+ },
2663
+ type: shape,
2664
+ options
2665
+ },
2666
+ position: position,
2667
+ size: {
2668
+ width: 500,
2669
+ height: 500,
2670
+ mode: "precise"
2671
+ },
2672
+ startCount: 300,
2673
+ rate,
2674
+ fill
2675
+ };
2676
+ };
2677
+ const emitterImageShape_options = {
2678
+ name: "Emitter Image Shape",
2679
+ particles: {
2680
+ number: {
2681
+ value: 0
2682
+ },
2683
+ color: {
2684
+ value: ["#f44336", "#e91e63", "#9c27b0", "#673ab7", "#3f51b5", "#2196f3", "#03a9f4", "#00bcd4", "#009688", "#4CAF50", "#8BC34A", "#CDDC39", "#FFEB3B", "#FFC107", "#FF9800", "#FF5722"]
2685
+ },
2686
+ life: {
2687
+ count: 1,
2688
+ duration: {
2689
+ value: 1.5
2690
+ }
2691
+ },
2692
+ move: {
2693
+ enable: true,
2694
+ speed: 0.5
2695
+ },
2696
+ shape: {
2697
+ type: "circle"
2698
+ },
2699
+ opacity: {
2700
+ value: 1
2701
+ },
2702
+ size: {
2703
+ value: {
2704
+ min: 1,
2705
+ max: 10
2706
+ },
2707
+ animation: {
2708
+ enable: true,
2709
+ speed: 30,
2710
+ sync: true,
2711
+ startValue: "min",
2712
+ count: 2
2713
+ }
2714
+ }
2715
+ },
2716
+ background: {
2717
+ color: "#fff"
2718
+ },
2719
+ emitters: [generateEmitter("canvas", {
2720
+ scale: 5,
2721
+ pixels: {
2722
+ filter: "pixelFilter",
2723
+ offset: 4
2724
+ },
2725
+ image: {
2726
+ src: "https://particles.js.org/images/amongus_cyan.png"
2727
+ }
2728
+ }, true, {
2729
+ x: 50,
2730
+ y: 50
2731
+ })]
2732
+ };
2733
+ /* harmony default export */ const emitterImageShape = (emitterImageShape_options);
2526
2734
  ;// CONCATENATED MODULE: ./dist/browser/e/emitterImages.js
2527
2735
  const emitterImages_options = {
2528
2736
  name: "Emitter Images",
@@ -2536,7 +2744,6 @@ const emitterImages_options = {
2536
2744
  density: {
2537
2745
  enable: true
2538
2746
  },
2539
- limit: 0,
2540
2747
  value: 80
2541
2748
  },
2542
2749
  opacity: {
@@ -2729,6 +2936,68 @@ const emitterPaths_options = {
2729
2936
  };
2730
2937
  /* harmony default export */ const emitterPaths = (emitterPaths_options);
2731
2938
  ;// CONCATENATED MODULE: ./dist/browser/e/emitterShapes.js
2939
+ const emitterShapes_rate = {
2940
+ delay: 0.1,
2941
+ quantity: 3
2942
+ };
2943
+ const emitterShapes_generateEmitter = (shape, options, fill, position) => {
2944
+ return {
2945
+ shape: {
2946
+ type: shape,
2947
+ options
2948
+ },
2949
+ position: position,
2950
+ size: {
2951
+ width: 200,
2952
+ height: 200,
2953
+ mode: "precise"
2954
+ },
2955
+ life: {
2956
+ duration: 10,
2957
+ delay: 0.5,
2958
+ count: 1
2959
+ },
2960
+ rate: emitterShapes_rate,
2961
+ fill
2962
+ };
2963
+ };
2964
+ const path = [{
2965
+ x: 0,
2966
+ y: 0
2967
+ }, {
2968
+ x: 0,
2969
+ y: 50
2970
+ }, {
2971
+ x: 25,
2972
+ y: 50
2973
+ }, {
2974
+ x: 0,
2975
+ y: 100
2976
+ }, {
2977
+ x: 50,
2978
+ y: 100
2979
+ }, {
2980
+ x: 50,
2981
+ y: 75
2982
+ }, {
2983
+ x: 100,
2984
+ y: 100
2985
+ }, {
2986
+ x: 100,
2987
+ y: 50
2988
+ }, {
2989
+ x: 75,
2990
+ y: 50
2991
+ }, {
2992
+ x: 100,
2993
+ y: 0
2994
+ }, {
2995
+ x: 50,
2996
+ y: 0
2997
+ }, {
2998
+ x: 50,
2999
+ y: 25
3000
+ }];
2732
3001
  const emitterShapes_options = {
2733
3002
  name: "Emitter Shapes",
2734
3003
  particles: {
@@ -2751,75 +3020,218 @@ const emitterShapes_options = {
2751
3020
  background: {
2752
3021
  color: "#fff"
2753
3022
  },
2754
- emitters: [{
2755
- shape: "square",
2756
- position: {
2757
- x: 33,
2758
- y: 33
3023
+ emitters: [emitterShapes_generateEmitter("square", {}, true, {
3024
+ x: 25,
3025
+ y: 25
3026
+ }), emitterShapes_generateEmitter("circle", {}, true, {
3027
+ x: 50,
3028
+ y: 25
3029
+ }), emitterShapes_generateEmitter("polygon", {
3030
+ angle: -18,
3031
+ sides: 5
3032
+ }, true, {
3033
+ x: 75,
3034
+ y: 25
3035
+ }), emitterShapes_generateEmitter("square", {}, false, {
3036
+ x: 25,
3037
+ y: 50
3038
+ }), emitterShapes_generateEmitter("circle", {}, false, {
3039
+ x: 50,
3040
+ y: 50
3041
+ }), emitterShapes_generateEmitter("polygon", {
3042
+ sides: 6
3043
+ }, false, {
3044
+ x: 75,
3045
+ y: 50
3046
+ }), emitterShapes_generateEmitter("path", {
3047
+ points: path
3048
+ }, true, {
3049
+ x: 25,
3050
+ y: 75
3051
+ }), emitterShapes_generateEmitter("path", {
3052
+ points: path
3053
+ }, false, {
3054
+ x: 50,
3055
+ y: 75
3056
+ })]
3057
+ };
3058
+ /* harmony default export */ const emitterShapes = (emitterShapes_options);
3059
+ ;// CONCATENATED MODULE: ./dist/browser/e/emitterTextShape.js
3060
+ const emitterTextShape_rate = {
3061
+ delay: 0.1,
3062
+ quantity: 100
3063
+ };
3064
+ const emitterTextShape_generateEmitter = (shape, options, fill, position) => {
3065
+ return {
3066
+ shape: {
3067
+ type: shape,
3068
+ options
2759
3069
  },
3070
+ position: position,
2760
3071
  size: {
2761
- width: 200,
2762
- height: 200,
3072
+ width: 500,
3073
+ height: 500,
2763
3074
  mode: "precise"
2764
3075
  },
3076
+ startCount: 300,
3077
+ rate: emitterTextShape_rate,
3078
+ fill
3079
+ };
3080
+ };
3081
+ const emitterTextShape_options = {
3082
+ name: "Emitter Text Shape",
3083
+ particles: {
3084
+ number: {
3085
+ value: 0
3086
+ },
3087
+ color: {
3088
+ value: ["#f44336", "#e91e63", "#9c27b0", "#673ab7", "#3f51b5", "#2196f3", "#03a9f4", "#00bcd4", "#009688", "#4CAF50", "#8BC34A", "#CDDC39", "#FFEB3B", "#FFC107", "#FF9800", "#FF5722"]
3089
+ },
2765
3090
  life: {
2766
- duration: 10,
2767
- delay: 0.5,
2768
- count: 1
2769
- }
2770
- }, {
2771
- shape: "circle",
2772
- position: {
2773
- x: 67,
2774
- y: 33
3091
+ count: 1,
3092
+ duration: {
3093
+ value: 1.5
3094
+ }
3095
+ },
3096
+ move: {
3097
+ enable: true,
3098
+ speed: 0.5
3099
+ },
3100
+ shape: {
3101
+ type: "circle"
3102
+ },
3103
+ opacity: {
3104
+ value: 1
2775
3105
  },
2776
3106
  size: {
2777
- width: 200,
2778
- height: 200,
2779
- mode: "precise"
3107
+ value: {
3108
+ min: 1,
3109
+ max: 10
3110
+ },
3111
+ animation: {
3112
+ enable: true,
3113
+ speed: 30,
3114
+ sync: true,
3115
+ startValue: "min",
3116
+ count: 2
3117
+ }
3118
+ }
3119
+ },
3120
+ background: {
3121
+ color: "#fff"
3122
+ },
3123
+ emitters: [emitterTextShape_generateEmitter("canvas", {
3124
+ scale: 1,
3125
+ pixels: {
3126
+ filter: "pixelTextFilter",
3127
+ offset: 4
2780
3128
  },
2781
- life: {
2782
- duration: 10,
2783
- delay: 0.5,
2784
- count: 1
3129
+ text: {
3130
+ color: "#ff0000",
3131
+ font: {
3132
+ size: 500,
3133
+ family: "Verdana"
3134
+ },
3135
+ text: "Particles",
3136
+ lines: {
3137
+ separator: "\n",
3138
+ spacing: 10
3139
+ }
2785
3140
  }
2786
- }, {
2787
- fill: false,
2788
- shape: "square",
2789
- position: {
2790
- x: 33,
2791
- y: 67
3141
+ }, true, {
3142
+ x: 50,
3143
+ y: 50
3144
+ })]
3145
+ };
3146
+ /* harmony default export */ const emitterTextShape = (emitterTextShape_options);
3147
+ ;// CONCATENATED MODULE: ./dist/browser/e/emitterTextStrokeShape.js
3148
+ const emitterTextStrokeShape_rate = {
3149
+ delay: 0.1,
3150
+ quantity: 100
3151
+ };
3152
+ const emitterTextStrokeShape_generateEmitter = (shape, options, fill, position) => {
3153
+ return {
3154
+ shape: {
3155
+ type: shape,
3156
+ options
2792
3157
  },
3158
+ position: position,
2793
3159
  size: {
2794
- width: 200,
2795
- height: 200,
3160
+ width: 500,
3161
+ height: 500,
2796
3162
  mode: "precise"
2797
3163
  },
3164
+ startCount: 300,
3165
+ rate: emitterTextStrokeShape_rate,
3166
+ fill
3167
+ };
3168
+ };
3169
+ const emitterTextStrokeShape_options = {
3170
+ name: "Emitter Text Stroke Shape",
3171
+ particles: {
3172
+ number: {
3173
+ value: 0
3174
+ },
3175
+ color: {
3176
+ value: ["#f44336", "#e91e63", "#9c27b0", "#673ab7", "#3f51b5", "#2196f3", "#03a9f4", "#00bcd4", "#009688", "#4CAF50", "#8BC34A", "#CDDC39", "#FFEB3B", "#FFC107", "#FF9800", "#FF5722"]
3177
+ },
2798
3178
  life: {
2799
- duration: 10,
2800
- delay: 0.5,
2801
- count: 1
2802
- }
2803
- }, {
2804
- fill: false,
2805
- shape: "circle",
2806
- position: {
2807
- x: 67,
2808
- y: 67
3179
+ count: 1,
3180
+ duration: {
3181
+ value: 1.5
3182
+ }
3183
+ },
3184
+ move: {
3185
+ enable: true,
3186
+ speed: 0.5
3187
+ },
3188
+ shape: {
3189
+ type: "circle"
3190
+ },
3191
+ opacity: {
3192
+ value: 1
2809
3193
  },
2810
3194
  size: {
2811
- width: 200,
2812
- height: 200,
2813
- mode: "precise"
3195
+ value: {
3196
+ min: 1,
3197
+ max: 10
3198
+ },
3199
+ animation: {
3200
+ enable: true,
3201
+ speed: 30,
3202
+ sync: true,
3203
+ startValue: "min",
3204
+ count: 2
3205
+ }
3206
+ }
3207
+ },
3208
+ background: {
3209
+ color: "#fff"
3210
+ },
3211
+ emitters: [emitterTextStrokeShape_generateEmitter("canvas", {
3212
+ scale: 1,
3213
+ pixels: {
3214
+ filter: "pixelTextFilter",
3215
+ offset: 4
2814
3216
  },
2815
- life: {
2816
- duration: 10,
2817
- delay: 0.5,
2818
- count: 1
3217
+ text: {
3218
+ color: "#ff0000",
3219
+ font: {
3220
+ size: 500,
3221
+ family: "Verdana"
3222
+ },
3223
+ text: "Particles",
3224
+ lines: {
3225
+ separator: "\n",
3226
+ spacing: 10
3227
+ }
2819
3228
  }
2820
- }]
3229
+ }, false, {
3230
+ x: 50,
3231
+ y: 50
3232
+ })]
2821
3233
  };
2822
- /* harmony default export */ const emitterShapes = (emitterShapes_options);
3234
+ /* harmony default export */ const emitterTextStrokeShape = (emitterTextStrokeShape_options);
2823
3235
  ;// CONCATENATED MODULE: ./dist/browser/e/index.js
2824
3236
 
2825
3237
 
@@ -2827,13 +3239,23 @@ const emitterShapes_options = {
2827
3239
 
2828
3240
 
2829
3241
 
3242
+
3243
+
3244
+
3245
+
3246
+
2830
3247
  /* harmony default export */ const e = ({
3248
+ effectBubble: effectBubble,
3249
+ effectTrail: effectTrail,
2831
3250
  emitter: emitter,
2832
3251
  emitterAbsorber: emitterAbsorber,
2833
3252
  emitterAngled: emitterAngled,
3253
+ emitterImageShape: emitterImageShape,
2834
3254
  emitterImages: emitterImages,
2835
3255
  emitterPaths: emitterPaths,
2836
- emitterShapes: emitterShapes
3256
+ emitterShapes: emitterShapes,
3257
+ emitterTextShape: emitterTextShape,
3258
+ emitterTextStrokeShape: emitterTextStrokeShape
2837
3259
  });
2838
3260
  ;// CONCATENATED MODULE: ./dist/browser/f/fireworks.js
2839
3261
  const fireworks_options = {
@@ -3063,7 +3485,6 @@ const fontawesome_options = {
3063
3485
  density: {
3064
3486
  enable: true
3065
3487
  },
3066
- limit: 0,
3067
3488
  value: 80
3068
3489
  },
3069
3490
  opacity: {
@@ -3241,7 +3662,9 @@ const gifs_options = {
3241
3662
  },
3242
3663
  number: {
3243
3664
  value: 20,
3244
- limit: 30
3665
+ limit: {
3666
+ value: 30
3667
+ }
3245
3668
  },
3246
3669
  opacity: {
3247
3670
  value: 1
@@ -3783,7 +4206,6 @@ const hollowknight_options = {
3783
4206
  density: {
3784
4207
  enable: false
3785
4208
  },
3786
- limit: 0,
3787
4209
  value: 400
3788
4210
  },
3789
4211
  opacity: {
@@ -4008,7 +4430,6 @@ const images_options = {
4008
4430
  density: {
4009
4431
  enable: true
4010
4432
  },
4011
- limit: 0,
4012
4433
  value: 80
4013
4434
  },
4014
4435
  opacity: {
@@ -4620,7 +5041,6 @@ const localPolygonMask_options = {
4620
5041
  density: {
4621
5042
  enable: false
4622
5043
  },
4623
- limit: 0,
4624
5044
  value: 200
4625
5045
  },
4626
5046
  opacity: {
@@ -5262,6 +5682,128 @@ const mouseTrail_options = {
5262
5682
  }
5263
5683
  };
5264
5684
  /* harmony default export */ const mouseTrail = (mouseTrail_options);
5685
+ ;// CONCATENATED MODULE: ./dist/browser/m/mouseTrailNoise.js
5686
+ const mouseTrailNoise_options = {
5687
+ name: "Mouse Trail Noise",
5688
+ particles: {
5689
+ number: {
5690
+ value: 0
5691
+ },
5692
+ color: {
5693
+ value: ["#ff0000", "#00ff00", "#0000ff"],
5694
+ animation: {
5695
+ enable: true,
5696
+ speed: 360,
5697
+ sync: false
5698
+ }
5699
+ },
5700
+ shape: {
5701
+ type: "triangle"
5702
+ },
5703
+ opacity: {
5704
+ value: {
5705
+ min: 0,
5706
+ max: 1
5707
+ },
5708
+ animation: {
5709
+ enable: true,
5710
+ speed: 1,
5711
+ sync: false,
5712
+ destroy: "min"
5713
+ }
5714
+ },
5715
+ size: {
5716
+ value: {
5717
+ min: 4,
5718
+ max: 8
5719
+ }
5720
+ },
5721
+ move: {
5722
+ enable: true,
5723
+ speed: 6,
5724
+ outModes: "destroy",
5725
+ path: {
5726
+ enable: true,
5727
+ options: {
5728
+ size: 64,
5729
+ draw: false,
5730
+ increment: 0.005
5731
+ },
5732
+ delay: {
5733
+ value: 0
5734
+ },
5735
+ generator: "perlinNoise"
5736
+ }
5737
+ },
5738
+ rotate: {
5739
+ value: {
5740
+ min: 0,
5741
+ max: 360
5742
+ },
5743
+ direction: "random",
5744
+ move: true,
5745
+ animation: {
5746
+ enable: true,
5747
+ speed: 60
5748
+ }
5749
+ },
5750
+ tilt: {
5751
+ direction: "random",
5752
+ enable: true,
5753
+ move: true,
5754
+ value: {
5755
+ min: 0,
5756
+ max: 360
5757
+ },
5758
+ animation: {
5759
+ enable: true,
5760
+ speed: 60
5761
+ }
5762
+ },
5763
+ roll: {
5764
+ darken: {
5765
+ enable: true,
5766
+ value: 30
5767
+ },
5768
+ enlighten: {
5769
+ enable: true,
5770
+ value: 30
5771
+ },
5772
+ enable: true,
5773
+ mode: "both",
5774
+ speed: {
5775
+ min: 15,
5776
+ max: 25
5777
+ }
5778
+ },
5779
+ wobble: {
5780
+ distance: 30,
5781
+ enable: true,
5782
+ move: true,
5783
+ speed: {
5784
+ min: -15,
5785
+ max: 15
5786
+ }
5787
+ }
5788
+ },
5789
+ interactivity: {
5790
+ events: {
5791
+ onHover: {
5792
+ enable: true,
5793
+ mode: "trail"
5794
+ }
5795
+ },
5796
+ modes: {
5797
+ trail: {
5798
+ delay: 0.01
5799
+ }
5800
+ }
5801
+ },
5802
+ background: {
5803
+ color: "#000000"
5804
+ }
5805
+ };
5806
+ /* harmony default export */ const mouseTrailNoise = (mouseTrailNoise_options);
5265
5807
  ;// CONCATENATED MODULE: ./dist/browser/m/moveAngle.js
5266
5808
  const moveAngle_options = {
5267
5809
  name: "Move Angle",
@@ -5689,7 +6231,6 @@ const multiplePolygonMasks_options = {
5689
6231
  speed: 1
5690
6232
  },
5691
6233
  number: {
5692
- limit: 0,
5693
6234
  value: 200
5694
6235
  },
5695
6236
  opacity: {
@@ -5754,6 +6295,7 @@ const multiplePolygonMasks_options = {
5754
6295
 
5755
6296
 
5756
6297
 
6298
+
5757
6299
  /* harmony default export */ const m = ({
5758
6300
  manual: manual,
5759
6301
  motionDisable: motionDisable,
@@ -5762,6 +6304,7 @@ const multiplePolygonMasks_options = {
5762
6304
  mouseBounce: mouseBounce,
5763
6305
  mouseFollow: mouseFollow,
5764
6306
  mouseTrail: mouseTrail,
6307
+ mouseTrailNoise: mouseTrailNoise,
5765
6308
  moveAngle: moveAngle,
5766
6309
  moveDistance: moveDistance,
5767
6310
  moveInside: moveInside,
@@ -6102,7 +6645,9 @@ const orbit_options = {
6102
6645
  density: {
6103
6646
  enable: true
6104
6647
  },
6105
- limit: 300,
6648
+ limit: {
6649
+ value: 300
6650
+ },
6106
6651
  value: 100
6107
6652
  },
6108
6653
  opacity: {
@@ -6274,7 +6819,6 @@ const pathPolygonMask_options = {
6274
6819
  speed: 1
6275
6820
  },
6276
6821
  number: {
6277
- limit: 0,
6278
6822
  value: 80
6279
6823
  },
6280
6824
  opacity: {
@@ -6369,7 +6913,6 @@ const pathSvg_options = {
6369
6913
  }
6370
6914
  },
6371
6915
  number: {
6372
- limit: 0,
6373
6916
  value: 80
6374
6917
  },
6375
6918
  opacity: {
@@ -6576,7 +7119,6 @@ const polygonMask_options = {
6576
7119
  speed: 1
6577
7120
  },
6578
7121
  number: {
6579
- limit: 0,
6580
7122
  value: 200
6581
7123
  },
6582
7124
  opacity: {
@@ -6760,6 +7302,74 @@ const polygons_options = {
6760
7302
  }
6761
7303
  };
6762
7304
  /* harmony default export */ const polygons = (polygons_options);
7305
+ ;// CONCATENATED MODULE: ./dist/browser/p/pop.js
7306
+ const pop_options = {
7307
+ name: "Pop",
7308
+ particles: {
7309
+ number: {
7310
+ limit: {
7311
+ value: 80,
7312
+ mode: "wait"
7313
+ },
7314
+ value: 80
7315
+ },
7316
+ color: {
7317
+ value: ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"]
7318
+ },
7319
+ shape: {
7320
+ type: "circle"
7321
+ },
7322
+ opacity: {
7323
+ value: 1
7324
+ },
7325
+ size: {
7326
+ value: {
7327
+ min: 10,
7328
+ max: 15
7329
+ }
7330
+ },
7331
+ collisions: {
7332
+ enable: true,
7333
+ mode: "bounce"
7334
+ },
7335
+ move: {
7336
+ enable: true,
7337
+ speed: 3
7338
+ }
7339
+ },
7340
+ interactivity: {
7341
+ events: {
7342
+ onClick: {
7343
+ enable: true,
7344
+ mode: "pop"
7345
+ }
7346
+ }
7347
+ },
7348
+ background: {
7349
+ color: "#000000"
7350
+ },
7351
+ emitters: {
7352
+ direction: "none",
7353
+ life: {
7354
+ count: 0,
7355
+ duration: 0.1,
7356
+ delay: 0.1
7357
+ },
7358
+ rate: {
7359
+ delay: 0.1,
7360
+ quantity: 1
7361
+ },
7362
+ size: {
7363
+ width: 100,
7364
+ height: 100
7365
+ },
7366
+ position: {
7367
+ x: 50,
7368
+ y: 50
7369
+ }
7370
+ }
7371
+ };
7372
+ /* harmony default export */ const pop = (pop_options);
6763
7373
  ;// CONCATENATED MODULE: ./dist/browser/p/index.js
6764
7374
 
6765
7375
 
@@ -6768,6 +7378,7 @@ const polygons_options = {
6768
7378
 
6769
7379
 
6770
7380
 
7381
+
6771
7382
  /* harmony default export */ const p = ({
6772
7383
  parallax: parallax,
6773
7384
  pathPolygonMask: pathPolygonMask,
@@ -6775,7 +7386,8 @@ const polygons_options = {
6775
7386
  planes: planes,
6776
7387
  plasma: plasma,
6777
7388
  polygonMask: polygonMask,
6778
- polygons: polygons
7389
+ polygons: polygons,
7390
+ pop: pop
6779
7391
  });
6780
7392
  ;// CONCATENATED MODULE: ./dist/browser/q/index.js
6781
7393
  /* harmony default export */ const q = ({});
@@ -6851,7 +7463,9 @@ const random_options = {
6851
7463
  density: {
6852
7464
  enable: true
6853
7465
  },
6854
- limit: 500,
7466
+ limit: {
7467
+ value: 500
7468
+ },
6855
7469
  value: 300
6856
7470
  },
6857
7471
  opacity: {
@@ -6949,7 +7563,6 @@ const reactBubbles_options = {
6949
7563
  }
6950
7564
  },
6951
7565
  number: {
6952
- limit: -1,
6953
7566
  value: 160
6954
7567
  },
6955
7568
  opacity: {
@@ -7183,7 +7796,6 @@ const reactNightSky_options = {
7183
7796
  density: {
7184
7797
  enable: true
7185
7798
  },
7186
- limit: -1,
7187
7799
  value: 60
7188
7800
  },
7189
7801
  opacity: {
@@ -7261,7 +7873,6 @@ const reactPolygonMask_options = {
7261
7873
  speed: 1
7262
7874
  },
7263
7875
  number: {
7264
- limit: -1,
7265
7876
  value: 200
7266
7877
  },
7267
7878
  opacity: {
@@ -7361,7 +7972,6 @@ const reactSimple_options = {
7361
7972
  enable: true
7362
7973
  },
7363
7974
  number: {
7364
- limit: -1,
7365
7975
  value: 50
7366
7976
  },
7367
7977
  opacity: {
@@ -7517,7 +8127,6 @@ const reactSnow_options = {
7517
8127
  enable: true
7518
8128
  },
7519
8129
  number: {
7520
- limit: -1,
7521
8130
  value: 160
7522
8131
  },
7523
8132
  opacity: {
@@ -8235,7 +8844,9 @@ const ring_options = {
8235
8844
  particles: {
8236
8845
  number: {
8237
8846
  value: 0,
8238
- limit: 1000
8847
+ limit: {
8848
+ value: 1000
8849
+ }
8239
8850
  },
8240
8851
  color: {
8241
8852
  value: "#ffffff"
@@ -8576,81 +9187,6 @@ const shapeArrow_options = {
8576
9187
  }
8577
9188
  };
8578
9189
  /* harmony default export */ const shapeArrow = (shapeArrow_options);
8579
- ;// CONCATENATED MODULE: ./dist/browser/s/shapeBubble.js
8580
- const shapeBubble_options = {
8581
- name: "Shape Bubble",
8582
- particles: {
8583
- number: {
8584
- value: 80,
8585
- density: {
8586
- enable: true
8587
- }
8588
- },
8589
- color: {
8590
- value: "#ff0000",
8591
- animation: {
8592
- enable: true,
8593
- speed: 20,
8594
- sync: true
8595
- }
8596
- },
8597
- shape: {
8598
- type: "bubble"
8599
- },
8600
- opacity: {
8601
- value: 0.5
8602
- },
8603
- size: {
8604
- value: {
8605
- min: 5,
8606
- max: 50
8607
- }
8608
- },
8609
- move: {
8610
- enable: true,
8611
- speed: 6
8612
- }
8613
- },
8614
- interactivity: {
8615
- events: {
8616
- onHover: {
8617
- enable: true,
8618
- mode: "repulse"
8619
- },
8620
- onClick: {
8621
- enable: true,
8622
- mode: "push"
8623
- }
8624
- },
8625
- modes: {
8626
- grab: {
8627
- distance: 400,
8628
- links: {
8629
- opacity: 1
8630
- }
8631
- },
8632
- bubble: {
8633
- distance: 400,
8634
- size: 40,
8635
- duration: 2,
8636
- opacity: 0.8
8637
- },
8638
- repulse: {
8639
- distance: 200
8640
- },
8641
- push: {
8642
- quantity: 4
8643
- },
8644
- remove: {
8645
- quantity: 2
8646
- }
8647
- }
8648
- },
8649
- background: {
8650
- color: "#000000"
8651
- }
8652
- };
8653
- /* harmony default export */ const shapeBubble = (shapeBubble_options);
8654
9190
  ;// CONCATENATED MODULE: ./dist/browser/s/shapeCog.js
8655
9191
  const shapeCog_options = {
8656
9192
  name: "Shape Cog",
@@ -8848,9 +9384,9 @@ const shapeMultilineText_options = {
8848
9384
  }
8849
9385
  },
8850
9386
  shape: {
8851
- type: "multiline-text",
9387
+ type: "text",
8852
9388
  options: {
8853
- "multiline-text": {
9389
+ text: {
8854
9390
  value: "pippo\npluto"
8855
9391
  }
8856
9392
  }
@@ -10420,7 +10956,9 @@ const style_options = {
10420
10956
  particles: {
10421
10957
  number: {
10422
10958
  value: 200,
10423
- limit: 200
10959
+ limit: {
10960
+ value: 200
10961
+ }
10424
10962
  },
10425
10963
  color: {
10426
10964
  value: ["#ff0000", "#00ff00", "#0000ff", "#ffff00", "#ff00ff", "#00ffff"],
@@ -10568,7 +11106,6 @@ const svgReplace_options = {
10568
11106
  density: {
10569
11107
  enable: true
10570
11108
  },
10571
- limit: 0,
10572
11109
  value: 80
10573
11110
  },
10574
11111
  opacity: {
@@ -10640,14 +11177,12 @@ const svgReplace_options = {
10640
11177
 
10641
11178
 
10642
11179
 
10643
-
10644
11180
 
10645
11181
 
10646
11182
  /* harmony default export */ const s = ({
10647
11183
  seaAnemone: seaAnemone,
10648
11184
  shadow: shadow,
10649
11185
  shapeArrow: shapeArrow,
10650
- shapeBubble: shapeBubble,
10651
11186
  shapeCog: shapeCog,
10652
11187
  shapeHeart: shapeHeart,
10653
11188
  shapeMultilineText: shapeMultilineText,
@@ -11071,7 +11606,9 @@ const tilt_options = {
11071
11606
  },
11072
11607
  number: {
11073
11608
  value: 0,
11074
- limit: 300
11609
+ limit: {
11610
+ value: 300
11611
+ }
11075
11612
  },
11076
11613
  opacity: {
11077
11614
  value: 1,
@@ -11149,7 +11686,9 @@ const trail_options = {
11149
11686
  particles: {
11150
11687
  number: {
11151
11688
  value: 0,
11152
- limit: 300
11689
+ limit: {
11690
+ value: 300
11691
+ }
11153
11692
  },
11154
11693
  color: {
11155
11694
  value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
@@ -11253,7 +11792,9 @@ const trailImage_options = {
11253
11792
  particles: {
11254
11793
  number: {
11255
11794
  value: 0,
11256
- limit: 300
11795
+ limit: {
11796
+ value: 300
11797
+ }
11257
11798
  },
11258
11799
  color: {
11259
11800
  value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
@@ -11794,7 +12335,9 @@ const wobble_options = {
11794
12335
  },
11795
12336
  number: {
11796
12337
  value: 0,
11797
- limit: 300
12338
+ limit: {
12339
+ value: 300
12340
+ }
11798
12341
  },
11799
12342
  opacity: {
11800
12343
  value: 1,