@tsparticles/all 3.0.0-beta.0 → 3.0.0-beta.2
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/README.md +37 -37
- package/browser/package.json +1 -0
- package/cjs/package.json +1 -0
- package/esm/package.json +1 -0
- package/package.json +55 -43
- package/report.html +23 -5
- package/tsparticles.all.bundle.js +13953 -13988
- package/tsparticles.all.bundle.min.js +1 -1
- package/tsparticles.all.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.all.js +19 -19
- package/tsparticles.all.min.js +1 -1
- package/tsparticles.all.min.js.LICENSE.txt +1 -1
package/README.md
CHANGED
|
@@ -4,46 +4,46 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.jsdelivr.com/package/npm/@tsparticles/all) [](https://www.npmjs.com/package/@tsparticles/all) [](https://www.npmjs.com/package/@tsparticles/all) [](https://github.com/sponsors/matteobruni)
|
|
6
6
|
|
|
7
|
-
[tsParticles](https://github.com/
|
|
7
|
+
[tsParticles](https://github.com/tsparticles/tsparticles) all bundle loads all the features to a `@tsparticles/engine` instance.
|
|
8
8
|
|
|
9
9
|
**Included Packages**
|
|
10
10
|
|
|
11
|
-
- [tsparticles (and all its dependencies)](https://github.com/
|
|
12
|
-
- [@tsparticles/interaction-light](https://github.com/
|
|
13
|
-
- [@tsparticles/interaction-particles-repulse](https://github.com/
|
|
14
|
-
- [@tsparticles/path-curves](https://github.com/
|
|
15
|
-
- [@tsparticles/path-perlin-noise](https://github.com/
|
|
16
|
-
- [@tsparticles/path-polygon](https://github.com/
|
|
17
|
-
- [@tsparticles/path-simplex-noise](https://github.com/
|
|
18
|
-
- [@tsparticles/path-svg](https://github.com/
|
|
19
|
-
- [@tsparticles/plugin-canvas-mask](https://github.com/
|
|
20
|
-
- [@tsparticles/plugin-easing-back](https://github.com/
|
|
21
|
-
- [@tsparticles/plugin-easing-circ](https://github.com/
|
|
22
|
-
- [@tsparticles/plugin-easing-cubic](https://github.com/
|
|
23
|
-
- [@tsparticles/plugin-easing-expo](https://github.com/
|
|
24
|
-
- [@tsparticles/plugin-easing-quart](https://github.com/
|
|
25
|
-
- [@tsparticles/plugin-easing-quint](https://github.com/
|
|
26
|
-
- [@tsparticles/plugin-easing-sine](https://github.com/
|
|
27
|
-
- [@tsparticles/plugin-export-image](https://github.com/
|
|
28
|
-
- [@tsparticles/plugin-export-json](https://github.com/
|
|
29
|
-
- [@tsparticles/plugin-export-video](https://github.com/
|
|
30
|
-
- [@tsparticles/plugin-hsv-color](https://github.com/
|
|
31
|
-
- [@tsparticles/plugin-infection](https://github.com/
|
|
32
|
-
- [@tsparticles/plugin-motion](https://github.com/
|
|
33
|
-
- [@tsparticles/plugin-polygon-mask](https://github.com/
|
|
34
|
-
- [@tsparticles/plugin-sounds](https://github.com/
|
|
35
|
-
- [@tsparticles/shape-arrow](https://github.com/
|
|
36
|
-
- [@tsparticles/shape-bubble](https://github.com/
|
|
37
|
-
- [@tsparticles/shape-cards](https://github.com/
|
|
38
|
-
- [@tsparticles/shape-cog](https://github.com/
|
|
39
|
-
- [@tsparticles/shape-heart](https://github.com/
|
|
40
|
-
- [@tsparticles/shape-multiline-text](https://github.com/
|
|
41
|
-
- [@tsparticles/shape-path](https://github.com/
|
|
42
|
-
- [@tsparticles/shape-rounded-polygon](https://github.com/
|
|
43
|
-
- [@tsparticles/shape-rounded-rect](https://github.com/
|
|
44
|
-
- [@tsparticles/shape-spiral](https://github.com/
|
|
45
|
-
- [@tsparticles/updater-gradient](https://github.com/
|
|
46
|
-
- [@tsparticles/updater-orbit](https://github.com/
|
|
11
|
+
- [tsparticles (and all its dependencies)](https://github.com/tsparticles/tsparticles/tree/main/bundles/full)
|
|
12
|
+
- [@tsparticles/interaction-light](https://github.com/tsparticles/tsparticles/tree/main/interactions/light)
|
|
13
|
+
- [@tsparticles/interaction-particles-repulse](https://github.com/tsparticles/tsparticles/tree/main/interactions/particles/repulse)
|
|
14
|
+
- [@tsparticles/path-curves](https://github.com/tsparticles/tsparticles/tree/main/paths/curves)
|
|
15
|
+
- [@tsparticles/path-perlin-noise](https://github.com/tsparticles/tsparticles/tree/main/paths/perlinNoise)
|
|
16
|
+
- [@tsparticles/path-polygon](https://github.com/tsparticles/tsparticles/tree/main/paths/polygon)
|
|
17
|
+
- [@tsparticles/path-simplex-noise](https://github.com/tsparticles/tsparticles/tree/main/paths/simplexNoise)
|
|
18
|
+
- [@tsparticles/path-svg](https://github.com/tsparticles/tsparticles/tree/main/paths/svg)
|
|
19
|
+
- [@tsparticles/plugin-canvas-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/canvasMask)
|
|
20
|
+
- [@tsparticles/plugin-easing-back](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/back)
|
|
21
|
+
- [@tsparticles/plugin-easing-circ](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/circ)
|
|
22
|
+
- [@tsparticles/plugin-easing-cubic](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/cubic)
|
|
23
|
+
- [@tsparticles/plugin-easing-expo](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/expo)
|
|
24
|
+
- [@tsparticles/plugin-easing-quart](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/quart)
|
|
25
|
+
- [@tsparticles/plugin-easing-quint](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/quint)
|
|
26
|
+
- [@tsparticles/plugin-easing-sine](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/sine)
|
|
27
|
+
- [@tsparticles/plugin-export-image](https://github.com/tsparticles/tsparticles/tree/main/plugins/exports/image)
|
|
28
|
+
- [@tsparticles/plugin-export-json](https://github.com/tsparticles/tsparticles/tree/main/plugins/exports/json)
|
|
29
|
+
- [@tsparticles/plugin-export-video](https://github.com/tsparticles/tsparticles/tree/main/plugins/exports/video)
|
|
30
|
+
- [@tsparticles/plugin-hsv-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/hsvColor)
|
|
31
|
+
- [@tsparticles/plugin-infection](https://github.com/tsparticles/tsparticles/tree/main/plugins/infection)
|
|
32
|
+
- [@tsparticles/plugin-motion](https://github.com/tsparticles/tsparticles/tree/main/plugins/motion)
|
|
33
|
+
- [@tsparticles/plugin-polygon-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/polygonMask)
|
|
34
|
+
- [@tsparticles/plugin-sounds](https://github.com/tsparticles/tsparticles/tree/main/plugins/sounds)
|
|
35
|
+
- [@tsparticles/shape-arrow](https://github.com/tsparticles/tsparticles/tree/main/shapes/arrow)
|
|
36
|
+
- [@tsparticles/shape-bubble](https://github.com/tsparticles/tsparticles/tree/main/shapes/bubble)
|
|
37
|
+
- [@tsparticles/shape-cards](https://github.com/tsparticles/tsparticles/tree/main/shapes/cards)
|
|
38
|
+
- [@tsparticles/shape-cog](https://github.com/tsparticles/tsparticles/tree/main/shapes/cog)
|
|
39
|
+
- [@tsparticles/shape-heart](https://github.com/tsparticles/tsparticles/tree/main/shapes/heart)
|
|
40
|
+
- [@tsparticles/shape-multiline-text](https://github.com/tsparticles/tsparticles/tree/main/shapes/multiline-text)
|
|
41
|
+
- [@tsparticles/shape-path](https://github.com/tsparticles/tsparticles/tree/main/shapes/path)
|
|
42
|
+
- [@tsparticles/shape-rounded-polygon](https://github.com/tsparticles/tsparticles/tree/main/shapes/polygon)
|
|
43
|
+
- [@tsparticles/shape-rounded-rect](https://github.com/tsparticles/tsparticles/tree/main/shapes/rect)
|
|
44
|
+
- [@tsparticles/shape-spiral](https://github.com/tsparticles/tsparticles/tree/main/shapes/spiral)
|
|
45
|
+
- [@tsparticles/updater-gradient](https://github.com/tsparticles/tsparticles/tree/main/updaters/gradient)
|
|
46
|
+
- [@tsparticles/updater-orbit](https://github.com/tsparticles/tsparticles/tree/main/updaters/orbit)
|
|
47
47
|
|
|
48
48
|
## How to use it
|
|
49
49
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "type": "module" }
|
package/cjs/package.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "type": "commonjs" }
|
package/esm/package.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "type": "module" }
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/all",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.2",
|
|
4
4
|
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/tsparticles/tsparticles.git",
|
|
9
9
|
"directory": "bundles/all"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"bugs": {
|
|
67
|
-
"url": "https://github.com/
|
|
67
|
+
"url": "https://github.com/tsparticles/tsparticles/issues"
|
|
68
68
|
},
|
|
69
69
|
"funding": [
|
|
70
70
|
{
|
|
@@ -80,50 +80,62 @@
|
|
|
80
80
|
"url": "https://www.buymeacoffee.com/matteobruni"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
|
-
"
|
|
84
|
-
"module": "esm/index.js",
|
|
83
|
+
"sideEffects": false,
|
|
85
84
|
"jsdelivr": "tsparticles.all.bundle.min.js",
|
|
86
85
|
"unpkg": "tsparticles.all.bundle.min.js",
|
|
86
|
+
"browser": "browser/index.js",
|
|
87
|
+
"main": "cjs/index.js",
|
|
88
|
+
"module": "esm/index.js",
|
|
87
89
|
"types": "types/index.d.ts",
|
|
88
|
-
"
|
|
90
|
+
"exports": {
|
|
91
|
+
".": {
|
|
92
|
+
"types": "./types/index.d.ts",
|
|
93
|
+
"browser": "./browser/index.js",
|
|
94
|
+
"import": "./esm/index.js",
|
|
95
|
+
"require": "./cjs/index.js",
|
|
96
|
+
"umd": "./umd/index.js",
|
|
97
|
+
"default": "./cjs/index.js"
|
|
98
|
+
},
|
|
99
|
+
"./package.json": "./package.json"
|
|
100
|
+
},
|
|
89
101
|
"dependencies": {
|
|
90
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
91
|
-
"@tsparticles/interaction-light": "^3.0.0-beta.
|
|
92
|
-
"@tsparticles/interaction-particles-repulse": "^3.0.0-beta.
|
|
93
|
-
"@tsparticles/path-curves": "^3.0.0-beta.
|
|
94
|
-
"@tsparticles/path-perlin-noise": "^3.0.0-beta.
|
|
95
|
-
"@tsparticles/path-polygon": "^3.0.0-beta.
|
|
96
|
-
"@tsparticles/path-simplex-noise": "^3.0.0-beta.
|
|
97
|
-
"@tsparticles/path-svg": "^3.0.0-beta.
|
|
98
|
-
"@tsparticles/plugin-canvas-mask": "^3.0.0-beta.
|
|
99
|
-
"@tsparticles/plugin-easing-back": "^3.0.0-beta.
|
|
100
|
-
"@tsparticles/plugin-easing-circ": "^3.0.0-beta.
|
|
101
|
-
"@tsparticles/plugin-easing-cubic": "^3.0.0-beta.
|
|
102
|
-
"@tsparticles/plugin-easing-expo": "^3.0.0-beta.
|
|
103
|
-
"@tsparticles/plugin-easing-quart": "^3.0.0-beta.
|
|
104
|
-
"@tsparticles/plugin-easing-quint": "^3.0.0-beta.
|
|
105
|
-
"@tsparticles/plugin-easing-sine": "^3.0.0-beta.
|
|
106
|
-
"@tsparticles/plugin-export-image": "^3.0.0-beta.
|
|
107
|
-
"@tsparticles/plugin-export-json": "^3.0.0-beta.
|
|
108
|
-
"@tsparticles/plugin-export-video": "^3.0.0-beta.
|
|
109
|
-
"@tsparticles/plugin-hsv-color": "^3.0.0-beta.
|
|
110
|
-
"@tsparticles/plugin-infection": "^3.0.0-beta.
|
|
111
|
-
"@tsparticles/plugin-motion": "^3.0.0-beta.
|
|
112
|
-
"@tsparticles/plugin-polygon-mask": "^3.0.0-beta.
|
|
113
|
-
"@tsparticles/plugin-sounds": "^3.0.0-beta.
|
|
114
|
-
"@tsparticles/shape-arrow": "^3.0.0-beta.
|
|
115
|
-
"@tsparticles/shape-bubble": "^3.0.0-beta.
|
|
116
|
-
"@tsparticles/shape-cards": "^3.0.0-beta.
|
|
117
|
-
"@tsparticles/shape-cog": "^3.0.0-beta.
|
|
118
|
-
"@tsparticles/shape-heart": "^3.0.0-beta.
|
|
119
|
-
"@tsparticles/shape-multiline-text": "^3.0.0-beta.
|
|
120
|
-
"@tsparticles/shape-path": "^3.0.0-beta.
|
|
121
|
-
"@tsparticles/shape-rounded-polygon": "^3.0.0-beta.
|
|
122
|
-
"@tsparticles/shape-rounded-rect": "^3.0.0-beta.
|
|
123
|
-
"@tsparticles/shape-spiral": "^3.0.0-beta.
|
|
124
|
-
"@tsparticles/updater-gradient": "^3.0.0-beta.
|
|
125
|
-
"@tsparticles/updater-orbit": "^3.0.0-beta.
|
|
126
|
-
"tsparticles": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/engine": "^3.0.0-beta.2",
|
|
103
|
+
"@tsparticles/interaction-light": "^3.0.0-beta.2",
|
|
104
|
+
"@tsparticles/interaction-particles-repulse": "^3.0.0-beta.2",
|
|
105
|
+
"@tsparticles/path-curves": "^3.0.0-beta.2",
|
|
106
|
+
"@tsparticles/path-perlin-noise": "^3.0.0-beta.2",
|
|
107
|
+
"@tsparticles/path-polygon": "^3.0.0-beta.2",
|
|
108
|
+
"@tsparticles/path-simplex-noise": "^3.0.0-beta.2",
|
|
109
|
+
"@tsparticles/path-svg": "^3.0.0-beta.2",
|
|
110
|
+
"@tsparticles/plugin-canvas-mask": "^3.0.0-beta.2",
|
|
111
|
+
"@tsparticles/plugin-easing-back": "^3.0.0-beta.2",
|
|
112
|
+
"@tsparticles/plugin-easing-circ": "^3.0.0-beta.2",
|
|
113
|
+
"@tsparticles/plugin-easing-cubic": "^3.0.0-beta.2",
|
|
114
|
+
"@tsparticles/plugin-easing-expo": "^3.0.0-beta.2",
|
|
115
|
+
"@tsparticles/plugin-easing-quart": "^3.0.0-beta.2",
|
|
116
|
+
"@tsparticles/plugin-easing-quint": "^3.0.0-beta.2",
|
|
117
|
+
"@tsparticles/plugin-easing-sine": "^3.0.0-beta.2",
|
|
118
|
+
"@tsparticles/plugin-export-image": "^3.0.0-beta.2",
|
|
119
|
+
"@tsparticles/plugin-export-json": "^3.0.0-beta.2",
|
|
120
|
+
"@tsparticles/plugin-export-video": "^3.0.0-beta.2",
|
|
121
|
+
"@tsparticles/plugin-hsv-color": "^3.0.0-beta.2",
|
|
122
|
+
"@tsparticles/plugin-infection": "^3.0.0-beta.2",
|
|
123
|
+
"@tsparticles/plugin-motion": "^3.0.0-beta.2",
|
|
124
|
+
"@tsparticles/plugin-polygon-mask": "^3.0.0-beta.2",
|
|
125
|
+
"@tsparticles/plugin-sounds": "^3.0.0-beta.2",
|
|
126
|
+
"@tsparticles/shape-arrow": "^3.0.0-beta.2",
|
|
127
|
+
"@tsparticles/shape-bubble": "^3.0.0-beta.2",
|
|
128
|
+
"@tsparticles/shape-cards": "^3.0.0-beta.2",
|
|
129
|
+
"@tsparticles/shape-cog": "^3.0.0-beta.2",
|
|
130
|
+
"@tsparticles/shape-heart": "^3.0.0-beta.2",
|
|
131
|
+
"@tsparticles/shape-multiline-text": "^3.0.0-beta.2",
|
|
132
|
+
"@tsparticles/shape-path": "^3.0.0-beta.2",
|
|
133
|
+
"@tsparticles/shape-rounded-polygon": "^3.0.0-beta.2",
|
|
134
|
+
"@tsparticles/shape-rounded-rect": "^3.0.0-beta.2",
|
|
135
|
+
"@tsparticles/shape-spiral": "^3.0.0-beta.2",
|
|
136
|
+
"@tsparticles/updater-gradient": "^3.0.0-beta.2",
|
|
137
|
+
"@tsparticles/updater-orbit": "^3.0.0-beta.2",
|
|
138
|
+
"tsparticles": "^3.0.0-beta.2"
|
|
127
139
|
},
|
|
128
140
|
"publishConfig": {
|
|
129
141
|
"access": "public"
|