@tsparticles/configs 3.0.0-beta.3 → 3.0.0-beta.5

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 (198) 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 -0
  4. package/browser/d/dataImages.js +0 -1
  5. package/browser/{s/shapeBubble.js → 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 +5 -3
  16. package/browser/i/images.js +0 -1
  17. package/browser/i/imagesDirections.js +5 -2
  18. package/browser/l/localPolygonMask.js +5 -3
  19. package/browser/m/index.js +2 -0
  20. package/browser/m/mouseTrailNoise.js +118 -0
  21. package/browser/m/multiplePolygonMasks.js +5 -3
  22. package/browser/o/orbit.js +1 -1
  23. package/browser/p/index.js +2 -0
  24. package/browser/p/pathPolygonMask.js +5 -3
  25. package/browser/p/pathSvg.js +0 -1
  26. package/browser/p/polygonMask.js +5 -3
  27. package/browser/p/pop.js +67 -0
  28. package/browser/r/random.js +1 -1
  29. package/browser/r/reactBubbles.js +0 -1
  30. package/browser/r/reactNightSky.js +0 -1
  31. package/browser/r/reactPolygonMask.js +0 -1
  32. package/browser/r/reactSimple.js +0 -1
  33. package/browser/r/reactSnow.js +0 -1
  34. package/browser/r/ring.js +1 -1
  35. package/browser/s/index.js +2 -2
  36. package/browser/s/shapeEmoji.js +184 -0
  37. package/browser/s/shapeMultilineText.js +2 -2
  38. package/browser/s/style.js +1 -1
  39. package/browser/s/svgReplace.js +0 -1
  40. package/browser/t/themes.js +0 -1
  41. package/browser/t/tilt.js +1 -1
  42. package/browser/t/trail.js +1 -1
  43. package/browser/t/trailImage.js +1 -1
  44. package/browser/w/wobble.js +1 -1
  45. package/cjs/c/connect.js +3 -1
  46. package/cjs/c/curlNoise.js +51 -0
  47. package/cjs/c/index.js +2 -0
  48. package/cjs/d/dataImages.js +0 -1
  49. package/cjs/{s/shapeBubble.js → e/effectBubble.js} +5 -2
  50. package/cjs/e/effectTrail.js +55 -0
  51. package/cjs/e/emitterImageShape.js +97 -0
  52. package/cjs/e/emitterImages.js +0 -1
  53. package/cjs/e/emitterShapes.js +56 -70
  54. package/cjs/e/emitterTextShape.js +102 -0
  55. package/cjs/e/emitterTextStrokeShape.js +102 -0
  56. package/cjs/e/index.js +10 -0
  57. package/cjs/f/fontawesome.js +0 -1
  58. package/cjs/g/gifs.js +1 -1
  59. package/cjs/h/hollowknight.js +5 -3
  60. package/cjs/i/images.js +0 -1
  61. package/cjs/i/imagesDirections.js +5 -2
  62. package/cjs/l/localPolygonMask.js +5 -3
  63. package/cjs/m/index.js +2 -0
  64. package/cjs/m/mouseTrailNoise.js +120 -0
  65. package/cjs/m/multiplePolygonMasks.js +5 -3
  66. package/cjs/o/orbit.js +1 -1
  67. package/cjs/p/index.js +2 -0
  68. package/cjs/p/pathPolygonMask.js +5 -3
  69. package/cjs/p/pathSvg.js +0 -1
  70. package/cjs/p/polygonMask.js +5 -3
  71. package/cjs/p/pop.js +69 -0
  72. package/cjs/r/random.js +1 -1
  73. package/cjs/r/reactBubbles.js +0 -1
  74. package/cjs/r/reactNightSky.js +0 -1
  75. package/cjs/r/reactPolygonMask.js +0 -1
  76. package/cjs/r/reactSimple.js +0 -1
  77. package/cjs/r/reactSnow.js +0 -1
  78. package/cjs/r/ring.js +1 -1
  79. package/cjs/s/index.js +2 -2
  80. package/cjs/s/shapeEmoji.js +186 -0
  81. package/cjs/s/shapeMultilineText.js +2 -2
  82. package/cjs/s/style.js +1 -1
  83. package/cjs/s/svgReplace.js +0 -1
  84. package/cjs/t/themes.js +0 -1
  85. package/cjs/t/tilt.js +1 -1
  86. package/cjs/t/trail.js +1 -1
  87. package/cjs/t/trailImage.js +1 -1
  88. package/cjs/w/wobble.js +1 -1
  89. package/esm/c/connect.js +3 -1
  90. package/esm/c/curlNoise.js +49 -0
  91. package/esm/c/index.js +2 -0
  92. package/esm/d/dataImages.js +0 -1
  93. package/esm/{s/shapeBubble.js → e/effectBubble.js} +5 -2
  94. package/esm/e/effectTrail.js +53 -0
  95. package/esm/e/emitterImageShape.js +95 -0
  96. package/esm/e/emitterImages.js +0 -1
  97. package/esm/e/emitterShapes.js +56 -70
  98. package/esm/e/emitterTextShape.js +100 -0
  99. package/esm/e/emitterTextStrokeShape.js +100 -0
  100. package/esm/e/index.js +10 -0
  101. package/esm/f/fontawesome.js +0 -1
  102. package/esm/g/gifs.js +1 -1
  103. package/esm/h/hollowknight.js +5 -3
  104. package/esm/i/images.js +0 -1
  105. package/esm/i/imagesDirections.js +5 -2
  106. package/esm/l/localPolygonMask.js +5 -3
  107. package/esm/m/index.js +2 -0
  108. package/esm/m/mouseTrailNoise.js +118 -0
  109. package/esm/m/multiplePolygonMasks.js +5 -3
  110. package/esm/o/orbit.js +1 -1
  111. package/esm/p/index.js +2 -0
  112. package/esm/p/pathPolygonMask.js +5 -3
  113. package/esm/p/pathSvg.js +0 -1
  114. package/esm/p/polygonMask.js +5 -3
  115. package/esm/p/pop.js +67 -0
  116. package/esm/r/random.js +1 -1
  117. package/esm/r/reactBubbles.js +0 -1
  118. package/esm/r/reactNightSky.js +0 -1
  119. package/esm/r/reactPolygonMask.js +0 -1
  120. package/esm/r/reactSimple.js +0 -1
  121. package/esm/r/reactSnow.js +0 -1
  122. package/esm/r/ring.js +1 -1
  123. package/esm/s/index.js +2 -2
  124. package/esm/s/shapeEmoji.js +184 -0
  125. package/esm/s/shapeMultilineText.js +2 -2
  126. package/esm/s/style.js +1 -1
  127. package/esm/s/svgReplace.js +0 -1
  128. package/esm/t/themes.js +0 -1
  129. package/esm/t/tilt.js +1 -1
  130. package/esm/t/trail.js +1 -1
  131. package/esm/t/trailImage.js +1 -1
  132. package/esm/w/wobble.js +1 -1
  133. package/package.json +2 -2
  134. package/report.html +4 -22
  135. package/tsparticles.configs.bundle.js +1 -1
  136. package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
  137. package/tsparticles.configs.js +975 -173
  138. package/tsparticles.configs.min.js +1 -1
  139. package/tsparticles.configs.min.js.LICENSE.txt +1 -1
  140. package/types/c/index.d.ts +1 -0
  141. package/types/e/effectBubble.d.ts +3 -0
  142. package/types/e/effectTrail.d.ts +3 -0
  143. package/types/e/emitterImageShape.d.ts +3 -0
  144. package/types/e/emitterTextShape.d.ts +3 -0
  145. package/types/e/emitterTextStrokeShape.d.ts +3 -0
  146. package/types/e/index.d.ts +5 -0
  147. package/types/index.d.ts +9 -1
  148. package/types/m/index.d.ts +1 -0
  149. package/types/m/mouseTrailNoise.d.ts +3 -0
  150. package/types/p/index.d.ts +1 -0
  151. package/types/p/pop.d.ts +3 -0
  152. package/types/s/index.d.ts +1 -1
  153. package/types/s/shapeEmoji.d.ts +3 -0
  154. package/umd/c/connect.js +3 -1
  155. package/umd/c/curlNoise.js +61 -0
  156. package/umd/c/index.js +3 -1
  157. package/umd/d/dataImages.js +0 -1
  158. package/umd/{s/shapeBubble.js → e/effectBubble.js} +5 -2
  159. package/umd/e/effectTrail.js +65 -0
  160. package/umd/e/emitterImageShape.js +107 -0
  161. package/umd/e/emitterImages.js +0 -1
  162. package/umd/e/emitterShapes.js +56 -70
  163. package/umd/e/emitterTextShape.js +112 -0
  164. package/umd/e/emitterTextStrokeShape.js +112 -0
  165. package/umd/e/index.js +11 -1
  166. package/umd/f/fontawesome.js +0 -1
  167. package/umd/g/gifs.js +1 -1
  168. package/umd/h/hollowknight.js +5 -3
  169. package/umd/i/images.js +0 -1
  170. package/umd/i/imagesDirections.js +5 -2
  171. package/umd/l/localPolygonMask.js +5 -3
  172. package/umd/m/index.js +3 -1
  173. package/umd/m/mouseTrailNoise.js +130 -0
  174. package/umd/m/multiplePolygonMasks.js +5 -3
  175. package/umd/o/orbit.js +1 -1
  176. package/umd/p/index.js +3 -1
  177. package/umd/p/pathPolygonMask.js +5 -3
  178. package/umd/p/pathSvg.js +0 -1
  179. package/umd/p/polygonMask.js +5 -3
  180. package/umd/p/pop.js +79 -0
  181. package/umd/r/random.js +1 -1
  182. package/umd/r/reactBubbles.js +0 -1
  183. package/umd/r/reactNightSky.js +0 -1
  184. package/umd/r/reactPolygonMask.js +0 -1
  185. package/umd/r/reactSimple.js +0 -1
  186. package/umd/r/reactSnow.js +0 -1
  187. package/umd/r/ring.js +1 -1
  188. package/umd/s/index.js +3 -3
  189. package/umd/s/shapeEmoji.js +196 -0
  190. package/umd/s/shapeMultilineText.js +2 -2
  191. package/umd/s/style.js +1 -1
  192. package/umd/s/svgReplace.js +0 -1
  193. package/umd/t/themes.js +0 -1
  194. package/umd/t/tilt.js +1 -1
  195. package/umd/t/trail.js +1 -1
  196. package/umd/t/trailImage.js +1 -1
  197. package/umd/w/wobble.js +1 -1
  198. /package/types/{s/shapeBubble.d.ts → c/curlNoise.d.ts} +0 -0
@@ -38,7 +38,6 @@ const options = {
38
38
  density: {
39
39
  enable: false,
40
40
  },
41
- limit: 0,
42
41
  value: 200,
43
42
  },
44
43
  opacity: {
@@ -54,8 +53,11 @@ const options = {
54
53
  polygon: {
55
54
  draw: {
56
55
  enable: true,
57
- lineColor: "rgba(255,255,255,1)",
58
- lineWidth: 1,
56
+ stroke: {
57
+ color: "#fff",
58
+ width: 0.5,
59
+ opacity: 0.2,
60
+ },
59
61
  },
60
62
  enable: true,
61
63
  move: {
package/esm/m/index.js CHANGED
@@ -5,6 +5,7 @@ import mouseAttract from "./mouseAttract.js";
5
5
  import mouseBounce from "./mouseBounce.js";
6
6
  import mouseFollow from "./mouseFollow.js";
7
7
  import mouseTrail from "./mouseTrail.js";
8
+ import mouseTrailNoise from "./mouseTrailNoise.js";
8
9
  import moveAngle from "./moveAngle.js";
9
10
  import moveDistance from "./moveDistance.js";
10
11
  import moveInside from "./moveInside.js";
@@ -19,6 +20,7 @@ export default {
19
20
  mouseBounce,
20
21
  mouseFollow,
21
22
  mouseTrail,
23
+ mouseTrailNoise,
22
24
  moveAngle,
23
25
  moveDistance,
24
26
  moveInside,
@@ -0,0 +1,118 @@
1
+ const options = {
2
+ name: "Mouse Trail Noise",
3
+ particles: {
4
+ number: {
5
+ value: 0,
6
+ },
7
+ color: {
8
+ value: ["#ff0000", "#00ff00", "#0000ff"],
9
+ animation: {
10
+ enable: true,
11
+ speed: 360,
12
+ sync: false,
13
+ },
14
+ },
15
+ shape: {
16
+ type: "triangle",
17
+ },
18
+ opacity: {
19
+ value: { min: 0, max: 1 },
20
+ animation: {
21
+ enable: true,
22
+ speed: 1,
23
+ sync: false,
24
+ destroy: "min",
25
+ },
26
+ },
27
+ size: {
28
+ value: {
29
+ min: 4,
30
+ max: 8,
31
+ },
32
+ },
33
+ move: {
34
+ enable: true,
35
+ speed: 6,
36
+ outModes: "destroy",
37
+ path: {
38
+ enable: true,
39
+ options: {
40
+ size: 64,
41
+ draw: false,
42
+ increment: 0.005,
43
+ },
44
+ delay: {
45
+ value: 0,
46
+ },
47
+ generator: "perlinNoise",
48
+ },
49
+ },
50
+ rotate: {
51
+ value: {
52
+ min: 0,
53
+ max: 360,
54
+ },
55
+ direction: "random",
56
+ move: true,
57
+ animation: {
58
+ enable: true,
59
+ speed: 60,
60
+ },
61
+ },
62
+ tilt: {
63
+ direction: "random",
64
+ enable: true,
65
+ move: true,
66
+ value: {
67
+ min: 0,
68
+ max: 360,
69
+ },
70
+ animation: {
71
+ enable: true,
72
+ speed: 60,
73
+ },
74
+ },
75
+ roll: {
76
+ darken: {
77
+ enable: true,
78
+ value: 30,
79
+ },
80
+ enlighten: {
81
+ enable: true,
82
+ value: 30,
83
+ },
84
+ enable: true,
85
+ mode: "both",
86
+ speed: {
87
+ min: 15,
88
+ max: 25,
89
+ },
90
+ },
91
+ wobble: {
92
+ distance: 30,
93
+ enable: true,
94
+ move: true,
95
+ speed: {
96
+ min: -15,
97
+ max: 15,
98
+ },
99
+ },
100
+ },
101
+ interactivity: {
102
+ events: {
103
+ onHover: {
104
+ enable: true,
105
+ mode: "trail",
106
+ },
107
+ },
108
+ modes: {
109
+ trail: {
110
+ delay: 0.01,
111
+ },
112
+ },
113
+ },
114
+ background: {
115
+ color: "#000000",
116
+ },
117
+ };
118
+ export default options;
@@ -72,7 +72,6 @@ const options = {
72
72
  speed: 1,
73
73
  },
74
74
  number: {
75
- limit: 0,
76
75
  value: 200,
77
76
  },
78
77
  opacity: {
@@ -96,8 +95,11 @@ const options = {
96
95
  polygon: {
97
96
  draw: {
98
97
  enable: true,
99
- lineColor: "rgba(255,255,255,0.2)",
100
- lineWidth: 0.5,
98
+ stroke: {
99
+ color: "#fff",
100
+ width: 0.5,
101
+ opacity: 0.2,
102
+ },
101
103
  },
102
104
  enable: true,
103
105
  move: {
package/esm/o/orbit.js CHANGED
@@ -12,7 +12,7 @@ const options = {
12
12
  density: {
13
13
  enable: true,
14
14
  },
15
- limit: 300,
15
+ limit: { value: 300 },
16
16
  value: 100,
17
17
  },
18
18
  opacity: {
package/esm/p/index.js CHANGED
@@ -5,6 +5,7 @@ import planes from "./planes.js";
5
5
  import plasma from "./plasma.js";
6
6
  import polygonMask from "./polygonMask.js";
7
7
  import polygons from "./polygons.js";
8
+ import pop from "./pop.js";
8
9
  export default {
9
10
  parallax,
10
11
  pathPolygonMask,
@@ -13,4 +14,5 @@ export default {
13
14
  plasma,
14
15
  polygonMask,
15
16
  polygons,
17
+ pop,
16
18
  };
@@ -33,7 +33,6 @@ const options = {
33
33
  speed: 1,
34
34
  },
35
35
  number: {
36
- limit: 0,
37
36
  value: 80,
38
37
  },
39
38
  opacity: {
@@ -57,8 +56,11 @@ const options = {
57
56
  polygon: {
58
57
  draw: {
59
58
  enable: true,
60
- lineColor: "rgba(255,255,255,0.2)",
61
- lineWidth: 0.5,
59
+ stroke: {
60
+ color: "#fff",
61
+ width: 0.5,
62
+ opacity: 0.2,
63
+ },
62
64
  },
63
65
  enable: true,
64
66
  move: {
package/esm/p/pathSvg.js CHANGED
@@ -32,7 +32,6 @@ const options = {
32
32
  },
33
33
  },
34
34
  number: {
35
- limit: 0,
36
35
  value: 80,
37
36
  },
38
37
  opacity: {
@@ -72,7 +72,6 @@ const options = {
72
72
  speed: 1,
73
73
  },
74
74
  number: {
75
- limit: 0,
76
75
  value: 200,
77
76
  },
78
77
  opacity: {
@@ -96,8 +95,11 @@ const options = {
96
95
  polygon: {
97
96
  draw: {
98
97
  enable: true,
99
- lineColor: "rgba(255,255,255,0.2)",
100
- lineWidth: 1,
98
+ stroke: {
99
+ color: "#fff",
100
+ width: 1,
101
+ opacity: 0.2,
102
+ },
101
103
  },
102
104
  enable: true,
103
105
  move: {
package/esm/p/pop.js ADDED
@@ -0,0 +1,67 @@
1
+ const options = {
2
+ name: "Pop",
3
+ particles: {
4
+ number: {
5
+ limit: {
6
+ value: 80,
7
+ mode: "wait",
8
+ },
9
+ value: 80,
10
+ },
11
+ color: {
12
+ value: ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"],
13
+ },
14
+ shape: {
15
+ type: "circle",
16
+ },
17
+ opacity: {
18
+ value: 1,
19
+ },
20
+ size: {
21
+ value: {
22
+ min: 10,
23
+ max: 15,
24
+ },
25
+ },
26
+ collisions: {
27
+ enable: true,
28
+ mode: "bounce",
29
+ },
30
+ move: {
31
+ enable: true,
32
+ speed: 3,
33
+ },
34
+ },
35
+ interactivity: {
36
+ events: {
37
+ onClick: {
38
+ enable: true,
39
+ mode: "pop",
40
+ },
41
+ },
42
+ },
43
+ background: {
44
+ color: "#000000",
45
+ },
46
+ emitters: {
47
+ direction: "none",
48
+ life: {
49
+ count: 0,
50
+ duration: 0.1,
51
+ delay: 0.1,
52
+ },
53
+ rate: {
54
+ delay: 0.1,
55
+ quantity: 1,
56
+ },
57
+ size: {
58
+ width: 100,
59
+ height: 100,
60
+ },
61
+ position: {
62
+ x: 50,
63
+ y: 50,
64
+ },
65
+ },
66
+ };
67
+ export default options;
package/esm/r/random.js CHANGED
@@ -69,7 +69,7 @@ const options = {
69
69
  density: {
70
70
  enable: true,
71
71
  },
72
- limit: 500,
72
+ limit: { value: 500 },
73
73
  value: 300,
74
74
  },
75
75
  opacity: {
@@ -70,7 +70,6 @@ const options = {
70
70
  },
71
71
  },
72
72
  number: {
73
- limit: -1,
74
73
  value: 160,
75
74
  },
76
75
  opacity: {
@@ -55,7 +55,6 @@ const options = {
55
55
  density: {
56
56
  enable: true,
57
57
  },
58
- limit: -1,
59
58
  value: 60,
60
59
  },
61
60
  opacity: {
@@ -44,7 +44,6 @@ const options = {
44
44
  speed: 1,
45
45
  },
46
46
  number: {
47
- limit: -1,
48
47
  value: 200,
49
48
  },
50
49
  opacity: {
@@ -45,7 +45,6 @@ const options = {
45
45
  enable: true,
46
46
  },
47
47
  number: {
48
- limit: -1,
49
48
  value: 50,
50
49
  },
51
50
  opacity: {
@@ -74,7 +74,6 @@ const options = {
74
74
  enable: true,
75
75
  },
76
76
  number: {
77
- limit: -1,
78
77
  value: 160,
79
78
  },
80
79
  opacity: {
package/esm/r/ring.js CHANGED
@@ -3,7 +3,7 @@ const options = {
3
3
  particles: {
4
4
  number: {
5
5
  value: 0,
6
- limit: 1000,
6
+ limit: { value: 1000 },
7
7
  },
8
8
  color: {
9
9
  value: "#ffffff",
package/esm/s/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import seaAnemone from "./seaAnemone.js";
2
2
  import shadow from "./shadow.js";
3
3
  import shapeArrow from "./shapeArrow.js";
4
- import shapeBubble from "./shapeBubble.js";
5
4
  import shapeCog from "./shapeCog.js";
5
+ import shapeEmoji from "./shapeEmoji.js";
6
6
  import shapeHeart from "./shapeHeart.js";
7
7
  import shapeMultilineText from "./shapeMultilineText.js";
8
8
  import shapeOptions from "./shapeOptions.js";
@@ -27,8 +27,8 @@ export default {
27
27
  seaAnemone,
28
28
  shadow,
29
29
  shapeArrow,
30
- shapeBubble,
31
30
  shapeCog,
31
+ shapeEmoji,
32
32
  shapeHeart,
33
33
  shapeMultilineText,
34
34
  shapeOptions,
@@ -0,0 +1,184 @@
1
+ const emitterRate = {
2
+ delay: 0.1,
3
+ quantity: 2,
4
+ }, options = {
5
+ name: "Shape Emoji",
6
+ particles: {
7
+ opacity: {
8
+ value: 1,
9
+ },
10
+ size: {
11
+ value: {
12
+ min: 16,
13
+ max: 32,
14
+ },
15
+ },
16
+ move: {
17
+ enable: true,
18
+ gravity: {
19
+ enable: true,
20
+ },
21
+ speed: 15,
22
+ outModes: {
23
+ default: "destroy",
24
+ top: "none",
25
+ },
26
+ },
27
+ rotate: {
28
+ value: {
29
+ min: 0,
30
+ max: 360,
31
+ },
32
+ direction: "random",
33
+ move: true,
34
+ animation: {
35
+ enable: true,
36
+ speed: 60,
37
+ },
38
+ },
39
+ tilt: {
40
+ direction: "random",
41
+ enable: true,
42
+ move: true,
43
+ value: {
44
+ min: 0,
45
+ max: 360,
46
+ },
47
+ animation: {
48
+ enable: true,
49
+ speed: 60,
50
+ },
51
+ },
52
+ roll: {
53
+ darken: {
54
+ enable: true,
55
+ value: 30,
56
+ },
57
+ enlighten: {
58
+ enable: true,
59
+ value: 30,
60
+ },
61
+ enable: true,
62
+ mode: "both",
63
+ speed: {
64
+ min: 15,
65
+ max: 25,
66
+ },
67
+ },
68
+ wobble: {
69
+ distance: 30,
70
+ enable: true,
71
+ move: true,
72
+ speed: {
73
+ min: -15,
74
+ max: 15,
75
+ },
76
+ },
77
+ },
78
+ background: {
79
+ color: "#000000",
80
+ },
81
+ emitters: [
82
+ {
83
+ position: {
84
+ x: 0,
85
+ y: 33,
86
+ },
87
+ rate: emitterRate,
88
+ particles: {
89
+ move: {
90
+ direction: "top-right",
91
+ },
92
+ shape: {
93
+ type: "emoji",
94
+ options: {
95
+ emoji: {
96
+ value: "🦄",
97
+ },
98
+ },
99
+ },
100
+ },
101
+ },
102
+ {
103
+ position: {
104
+ x: 0,
105
+ y: 66,
106
+ },
107
+ rate: emitterRate,
108
+ particles: {
109
+ move: {
110
+ direction: "top-right",
111
+ },
112
+ shape: {
113
+ type: "emoji",
114
+ options: {
115
+ emoji: {
116
+ value: "🌈",
117
+ },
118
+ },
119
+ },
120
+ },
121
+ },
122
+ {
123
+ position: {
124
+ x: 100,
125
+ y: 33,
126
+ },
127
+ rate: emitterRate,
128
+ particles: {
129
+ move: {
130
+ direction: "top-left",
131
+ },
132
+ shape: {
133
+ type: "emoji",
134
+ options: {
135
+ emoji: {
136
+ value: "🎉",
137
+ },
138
+ },
139
+ },
140
+ },
141
+ },
142
+ {
143
+ position: {
144
+ x: 100,
145
+ y: 66,
146
+ },
147
+ rate: emitterRate,
148
+ particles: {
149
+ move: {
150
+ direction: "top-left",
151
+ },
152
+ shape: {
153
+ type: "emoji",
154
+ options: {
155
+ emoji: {
156
+ value: "🤡",
157
+ },
158
+ },
159
+ },
160
+ },
161
+ },
162
+ {
163
+ position: {
164
+ x: 50,
165
+ y: 50,
166
+ },
167
+ rate: emitterRate,
168
+ particles: {
169
+ move: {
170
+ direction: "top",
171
+ },
172
+ shape: {
173
+ type: "emoji",
174
+ options: {
175
+ emoji: {
176
+ value: "👻",
177
+ },
178
+ },
179
+ },
180
+ },
181
+ },
182
+ ],
183
+ };
184
+ export default options;
@@ -16,9 +16,9 @@ const options = {
16
16
  },
17
17
  },
18
18
  shape: {
19
- type: "multiline-text",
19
+ type: "text",
20
20
  options: {
21
- "multiline-text": {
21
+ text: {
22
22
  value: "pippo\npluto",
23
23
  },
24
24
  },
package/esm/s/style.js CHANGED
@@ -3,7 +3,7 @@ const options = {
3
3
  particles: {
4
4
  number: {
5
5
  value: 200,
6
- limit: 200,
6
+ limit: { value: 200 },
7
7
  },
8
8
  color: {
9
9
  value: ["#ff0000", "#00ff00", "#0000ff", "#ffff00", "#ff00ff", "#00ffff"],
@@ -69,7 +69,6 @@ const options = {
69
69
  density: {
70
70
  enable: true,
71
71
  },
72
- limit: 0,
73
72
  value: 80,
74
73
  },
75
74
  opacity: {
package/esm/t/themes.js CHANGED
@@ -162,7 +162,6 @@ const options = {
162
162
  enable: true,
163
163
  mode: "push",
164
164
  },
165
- resize: true,
166
165
  },
167
166
  },
168
167
  detectRetina: true,
package/esm/t/tilt.js CHANGED
@@ -42,7 +42,7 @@ const options = {
42
42
  },
43
43
  number: {
44
44
  value: 0,
45
- limit: 300,
45
+ limit: { value: 300 },
46
46
  },
47
47
  opacity: {
48
48
  value: 1,
package/esm/t/trail.js CHANGED
@@ -21,7 +21,7 @@ const options = {
21
21
  particles: {
22
22
  number: {
23
23
  value: 0,
24
- limit: 300,
24
+ limit: { value: 300 },
25
25
  },
26
26
  color: {
27
27
  value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
@@ -25,7 +25,7 @@ const options = {
25
25
  particles: {
26
26
  number: {
27
27
  value: 0,
28
- limit: 300,
28
+ limit: { value: 300 },
29
29
  },
30
30
  color: {
31
31
  value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
package/esm/w/wobble.js CHANGED
@@ -42,7 +42,7 @@ const options = {
42
42
  },
43
43
  number: {
44
44
  value: 0,
45
- limit: 300,
45
+ limit: { value: 300 },
46
46
  },
47
47
  opacity: {
48
48
  value: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/configs",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.5",
4
4
  "description": "tsParticles demo configurations",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -99,7 +99,7 @@
99
99
  "./package.json": "./package.json"
100
100
  },
101
101
  "dependencies": {
102
- "@tsparticles/engine": "^3.0.0-beta.3"
102
+ "@tsparticles/engine": "^3.0.0-beta.5"
103
103
  },
104
104
  "publishConfig": {
105
105
  "access": "public"