@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.
- package/browser/c/connect.js +3 -1
- package/browser/c/curlNoise.js +49 -0
- package/browser/c/index.js +2 -4
- package/browser/d/dataImages.js +0 -1
- package/{esm/s/shapeBubble.js → browser/e/effectBubble.js} +5 -2
- package/browser/e/effectTrail.js +53 -0
- package/browser/e/emitterImageShape.js +95 -0
- package/browser/e/emitterImages.js +0 -1
- package/browser/e/emitterShapes.js +56 -70
- package/browser/e/emitterTextShape.js +100 -0
- package/browser/e/emitterTextStrokeShape.js +100 -0
- package/browser/e/index.js +10 -0
- package/browser/f/fontawesome.js +0 -1
- package/browser/g/gifs.js +1 -1
- package/browser/h/hollowknight.js +0 -1
- package/browser/i/images.js +0 -1
- package/browser/l/localPolygonMask.js +0 -1
- package/browser/m/index.js +2 -0
- package/browser/m/mouseTrailNoise.js +118 -0
- package/browser/m/multiplePolygonMasks.js +0 -1
- package/browser/o/orbit.js +1 -1
- package/browser/p/index.js +2 -0
- package/browser/p/pathPolygonMask.js +0 -1
- package/browser/p/pathSvg.js +0 -1
- package/browser/p/polygonMask.js +0 -1
- package/browser/p/pop.js +67 -0
- package/browser/r/random.js +1 -1
- package/browser/r/reactBubbles.js +0 -1
- package/browser/r/reactNightSky.js +0 -1
- package/browser/r/reactPolygonMask.js +0 -1
- package/browser/r/reactSimple.js +0 -1
- package/browser/r/reactSnow.js +0 -1
- package/browser/r/ring.js +1 -1
- package/browser/s/index.js +0 -2
- package/browser/s/shapeMultilineText.js +2 -2
- package/browser/s/style.js +1 -1
- package/browser/s/svgReplace.js +0 -1
- package/browser/t/tilt.js +1 -1
- package/browser/t/trail.js +1 -1
- package/browser/t/trailImage.js +1 -1
- package/browser/w/wobble.js +1 -1
- package/cjs/c/connect.js +3 -1
- package/cjs/c/curlNoise.js +51 -0
- package/cjs/c/index.js +2 -4
- package/cjs/d/dataImages.js +0 -1
- package/cjs/{s/shapeBubble.js → e/effectBubble.js} +5 -2
- package/cjs/e/effectTrail.js +55 -0
- package/cjs/e/emitterImageShape.js +97 -0
- package/cjs/e/emitterImages.js +0 -1
- package/cjs/e/emitterShapes.js +56 -70
- package/cjs/e/emitterTextShape.js +102 -0
- package/cjs/e/emitterTextStrokeShape.js +102 -0
- package/cjs/e/index.js +10 -0
- package/cjs/f/fontawesome.js +0 -1
- package/cjs/g/gifs.js +1 -1
- package/cjs/h/hollowknight.js +0 -1
- package/cjs/i/images.js +0 -1
- package/cjs/l/localPolygonMask.js +0 -1
- package/cjs/m/index.js +2 -0
- package/cjs/m/mouseTrailNoise.js +120 -0
- package/cjs/m/multiplePolygonMasks.js +0 -1
- package/cjs/o/orbit.js +1 -1
- package/cjs/p/index.js +2 -0
- package/cjs/p/pathPolygonMask.js +0 -1
- package/cjs/p/pathSvg.js +0 -1
- package/cjs/p/polygonMask.js +0 -1
- package/cjs/p/pop.js +69 -0
- package/cjs/r/random.js +1 -1
- package/cjs/r/reactBubbles.js +0 -1
- package/cjs/r/reactNightSky.js +0 -1
- package/cjs/r/reactPolygonMask.js +0 -1
- package/cjs/r/reactSimple.js +0 -1
- package/cjs/r/reactSnow.js +0 -1
- package/cjs/r/ring.js +1 -1
- package/cjs/s/index.js +0 -2
- package/cjs/s/shapeMultilineText.js +2 -2
- package/cjs/s/style.js +1 -1
- package/cjs/s/svgReplace.js +0 -1
- package/cjs/t/tilt.js +1 -1
- package/cjs/t/trail.js +1 -1
- package/cjs/t/trailImage.js +1 -1
- package/cjs/w/wobble.js +1 -1
- package/esm/c/connect.js +3 -1
- package/esm/c/curlNoise.js +49 -0
- package/esm/c/index.js +2 -4
- package/esm/d/dataImages.js +0 -1
- package/{browser/s/shapeBubble.js → esm/e/effectBubble.js} +5 -2
- package/esm/e/effectTrail.js +53 -0
- package/esm/e/emitterImageShape.js +95 -0
- package/esm/e/emitterImages.js +0 -1
- package/esm/e/emitterShapes.js +56 -70
- package/esm/e/emitterTextShape.js +100 -0
- package/esm/e/emitterTextStrokeShape.js +100 -0
- package/esm/e/index.js +10 -0
- package/esm/f/fontawesome.js +0 -1
- package/esm/g/gifs.js +1 -1
- package/esm/h/hollowknight.js +0 -1
- package/esm/i/images.js +0 -1
- package/esm/l/localPolygonMask.js +0 -1
- package/esm/m/index.js +2 -0
- package/esm/m/mouseTrailNoise.js +118 -0
- package/esm/m/multiplePolygonMasks.js +0 -1
- package/esm/o/orbit.js +1 -1
- package/esm/p/index.js +2 -0
- package/esm/p/pathPolygonMask.js +0 -1
- package/esm/p/pathSvg.js +0 -1
- package/esm/p/polygonMask.js +0 -1
- package/esm/p/pop.js +67 -0
- package/esm/r/random.js +1 -1
- package/esm/r/reactBubbles.js +0 -1
- package/esm/r/reactNightSky.js +0 -1
- package/esm/r/reactPolygonMask.js +0 -1
- package/esm/r/reactSimple.js +0 -1
- package/esm/r/reactSnow.js +0 -1
- package/esm/r/ring.js +1 -1
- package/esm/s/index.js +0 -2
- package/esm/s/shapeMultilineText.js +2 -2
- package/esm/s/style.js +1 -1
- package/esm/s/svgReplace.js +0 -1
- package/esm/t/tilt.js +1 -1
- package/esm/t/trail.js +1 -1
- package/esm/t/trailImage.js +1 -1
- package/esm/w/wobble.js +1 -1
- package/package.json +2 -2
- package/report.html +4 -22
- package/tsparticles.configs.bundle.js +1 -1
- package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.configs.js +745 -202
- package/tsparticles.configs.min.js +1 -1
- package/tsparticles.configs.min.js.LICENSE.txt +1 -1
- package/types/c/index.d.ts +1 -2
- package/types/e/emitterImageShape.d.ts +3 -0
- package/types/e/emitterTextShape.d.ts +3 -0
- package/types/e/emitterTextStrokeShape.d.ts +3 -0
- package/types/e/index.d.ts +5 -0
- package/types/index.d.ts +8 -3
- package/types/m/index.d.ts +1 -0
- package/types/m/mouseTrailNoise.d.ts +3 -0
- package/types/p/index.d.ts +1 -0
- package/types/p/pop.d.ts +3 -0
- package/types/s/index.d.ts +0 -1
- package/umd/c/connect.js +3 -1
- package/umd/c/{customShape.js → curlNoise.js} +30 -30
- package/umd/c/index.js +3 -5
- package/umd/d/dataImages.js +0 -1
- package/umd/{s/shapeBubble.js → e/effectBubble.js} +5 -2
- package/umd/e/effectTrail.js +65 -0
- package/umd/e/emitterImageShape.js +107 -0
- package/umd/e/emitterImages.js +0 -1
- package/umd/e/emitterShapes.js +56 -70
- package/umd/e/emitterTextShape.js +112 -0
- package/umd/e/emitterTextStrokeShape.js +112 -0
- package/umd/e/index.js +11 -1
- package/umd/f/fontawesome.js +0 -1
- package/umd/g/gifs.js +1 -1
- package/umd/h/hollowknight.js +0 -1
- package/umd/i/images.js +0 -1
- package/umd/l/localPolygonMask.js +0 -1
- package/umd/m/index.js +3 -1
- package/umd/m/mouseTrailNoise.js +130 -0
- package/umd/m/multiplePolygonMasks.js +0 -1
- package/umd/o/orbit.js +1 -1
- package/umd/p/index.js +3 -1
- package/umd/p/pathPolygonMask.js +0 -1
- package/umd/p/pathSvg.js +0 -1
- package/umd/p/polygonMask.js +0 -1
- package/umd/p/pop.js +79 -0
- package/umd/r/random.js +1 -1
- package/umd/r/reactBubbles.js +0 -1
- package/umd/r/reactNightSky.js +0 -1
- package/umd/r/reactPolygonMask.js +0 -1
- package/umd/r/reactSimple.js +0 -1
- package/umd/r/reactSnow.js +0 -1
- package/umd/r/ring.js +1 -1
- package/umd/s/index.js +1 -3
- package/umd/s/shapeMultilineText.js +2 -2
- package/umd/s/style.js +1 -1
- package/umd/s/svgReplace.js +0 -1
- package/umd/t/tilt.js +1 -1
- package/umd/t/trail.js +1 -1
- package/umd/t/trailImage.js +1 -1
- package/umd/w/wobble.js +1 -1
- package/browser/c/customPreset.js +0 -5
- package/browser/c/customShape.js +0 -49
- package/cjs/c/customPreset.js +0 -7
- package/cjs/c/customShape.js +0 -51
- package/esm/c/customPreset.js +0 -5
- package/esm/c/customShape.js +0 -49
- package/umd/c/customPreset.js +0 -17
- /package/types/c/{customPreset.d.ts → curlNoise.d.ts} +0 -0
- /package/types/{c/customShape.d.ts → e/effectBubble.d.ts} +0 -0
- /package/types/{s/shapeBubble.d.ts → e/effectTrail.d.ts} +0 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
const rate = {
|
|
2
|
+
delay: 0.1,
|
|
3
|
+
quantity: 100,
|
|
4
|
+
};
|
|
5
|
+
const generateEmitter = (shape, options, fill, position) => {
|
|
6
|
+
return {
|
|
7
|
+
shape: {
|
|
8
|
+
type: shape,
|
|
9
|
+
options,
|
|
10
|
+
},
|
|
11
|
+
position: position,
|
|
12
|
+
size: {
|
|
13
|
+
width: 500,
|
|
14
|
+
height: 500,
|
|
15
|
+
mode: "precise",
|
|
16
|
+
},
|
|
17
|
+
startCount: 300,
|
|
18
|
+
rate,
|
|
19
|
+
fill,
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
const options = {
|
|
23
|
+
name: "Emitter Text Stroke Shape",
|
|
24
|
+
particles: {
|
|
25
|
+
number: {
|
|
26
|
+
value: 0,
|
|
27
|
+
},
|
|
28
|
+
color: {
|
|
29
|
+
value: [
|
|
30
|
+
"#f44336",
|
|
31
|
+
"#e91e63",
|
|
32
|
+
"#9c27b0",
|
|
33
|
+
"#673ab7",
|
|
34
|
+
"#3f51b5",
|
|
35
|
+
"#2196f3",
|
|
36
|
+
"#03a9f4",
|
|
37
|
+
"#00bcd4",
|
|
38
|
+
"#009688",
|
|
39
|
+
"#4CAF50",
|
|
40
|
+
"#8BC34A",
|
|
41
|
+
"#CDDC39",
|
|
42
|
+
"#FFEB3B",
|
|
43
|
+
"#FFC107",
|
|
44
|
+
"#FF9800",
|
|
45
|
+
"#FF5722",
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
life: {
|
|
49
|
+
count: 1,
|
|
50
|
+
duration: {
|
|
51
|
+
value: 1.5,
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
move: {
|
|
55
|
+
enable: true,
|
|
56
|
+
speed: 0.5,
|
|
57
|
+
},
|
|
58
|
+
shape: {
|
|
59
|
+
type: "circle",
|
|
60
|
+
},
|
|
61
|
+
opacity: {
|
|
62
|
+
value: 1,
|
|
63
|
+
},
|
|
64
|
+
size: {
|
|
65
|
+
value: { min: 1, max: 10 },
|
|
66
|
+
animation: {
|
|
67
|
+
enable: true,
|
|
68
|
+
speed: 30,
|
|
69
|
+
sync: true,
|
|
70
|
+
startValue: "min",
|
|
71
|
+
count: 2,
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
background: {
|
|
76
|
+
color: "#fff",
|
|
77
|
+
},
|
|
78
|
+
emitters: [
|
|
79
|
+
generateEmitter("canvas", {
|
|
80
|
+
scale: 1,
|
|
81
|
+
pixels: {
|
|
82
|
+
filter: "pixelTextFilter",
|
|
83
|
+
offset: 4,
|
|
84
|
+
},
|
|
85
|
+
text: {
|
|
86
|
+
color: "#ff0000",
|
|
87
|
+
font: {
|
|
88
|
+
size: 500,
|
|
89
|
+
family: "Verdana",
|
|
90
|
+
},
|
|
91
|
+
text: "Particles",
|
|
92
|
+
lines: {
|
|
93
|
+
separator: "\n",
|
|
94
|
+
spacing: 10,
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
}, false, { x: 50, y: 50 }),
|
|
98
|
+
],
|
|
99
|
+
};
|
|
100
|
+
export default options;
|
package/esm/e/index.js
CHANGED
|
@@ -1,14 +1,24 @@
|
|
|
1
|
+
import effectBubble from "./effectBubble.js";
|
|
2
|
+
import effectTrail from "./effectTrail.js";
|
|
1
3
|
import emitter from "./emitter.js";
|
|
2
4
|
import emitterAbsorber from "./emitterAbsorber.js";
|
|
3
5
|
import emitterAngled from "./emitterAngled.js";
|
|
6
|
+
import emitterImageShape from "./emitterImageShape.js";
|
|
4
7
|
import emitterImages from "./emitterImages.js";
|
|
5
8
|
import emitterPaths from "./emitterPaths.js";
|
|
6
9
|
import emitterShapes from "./emitterShapes.js";
|
|
10
|
+
import emitterTextShape from "./emitterTextShape.js";
|
|
11
|
+
import emitterTextStrokeShape from "./emitterTextStrokeShape.js";
|
|
7
12
|
export default {
|
|
13
|
+
effectBubble,
|
|
14
|
+
effectTrail,
|
|
8
15
|
emitter,
|
|
9
16
|
emitterAbsorber,
|
|
10
17
|
emitterAngled,
|
|
18
|
+
emitterImageShape,
|
|
11
19
|
emitterImages,
|
|
12
20
|
emitterPaths,
|
|
13
21
|
emitterShapes,
|
|
22
|
+
emitterTextShape,
|
|
23
|
+
emitterTextStrokeShape,
|
|
14
24
|
};
|
package/esm/f/fontawesome.js
CHANGED
package/esm/g/gifs.js
CHANGED
package/esm/h/hollowknight.js
CHANGED
package/esm/i/images.js
CHANGED
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;
|
package/esm/o/orbit.js
CHANGED
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
|
};
|
package/esm/p/pathPolygonMask.js
CHANGED
package/esm/p/pathSvg.js
CHANGED
package/esm/p/polygonMask.js
CHANGED
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
package/esm/r/reactBubbles.js
CHANGED
package/esm/r/reactNightSky.js
CHANGED
package/esm/r/reactSimple.js
CHANGED
package/esm/r/reactSnow.js
CHANGED
package/esm/r/ring.js
CHANGED
package/esm/s/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
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";
|
|
6
5
|
import shapeHeart from "./shapeHeart.js";
|
|
7
6
|
import shapeMultilineText from "./shapeMultilineText.js";
|
|
@@ -27,7 +26,6 @@ export default {
|
|
|
27
26
|
seaAnemone,
|
|
28
27
|
shadow,
|
|
29
28
|
shapeArrow,
|
|
30
|
-
shapeBubble,
|
|
31
29
|
shapeCog,
|
|
32
30
|
shapeHeart,
|
|
33
31
|
shapeMultilineText,
|
package/esm/s/style.js
CHANGED
package/esm/s/svgReplace.js
CHANGED
package/esm/t/tilt.js
CHANGED
package/esm/t/trail.js
CHANGED
package/esm/t/trailImage.js
CHANGED
package/esm/w/wobble.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/configs",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.4",
|
|
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.
|
|
102
|
+
"@tsparticles/engine": "^3.0.0-beta.4"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|