@tsparticles/slim 3.0.0-beta.1 → 3.0.0-beta.3
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 +27 -27
- package/package.json +36 -36
- package/report.html +23 -5
- package/tsparticles.slim.bundle.js +133 -85
- package/tsparticles.slim.bundle.min.js +1 -1
- package/tsparticles.slim.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.slim.js +1 -1
- package/tsparticles.slim.min.js.LICENSE.txt +1 -1
package/README.md
CHANGED
|
@@ -4,37 +4,37 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.jsdelivr.com/package/npm/@tsparticles/slim) [](https://www.npmjs.com/package/@tsparticles/slim) [](https://www.npmjs.com/package/@tsparticles/slim) [](https://github.com/sponsors/matteobruni)
|
|
6
6
|
|
|
7
|
-
[tsParticles](https://github.com/
|
|
7
|
+
[tsParticles](https://github.com/tsparticles/tsparticles) slim bundle loads some of the most used features to
|
|
8
8
|
a `@tsparticles/engine` instance.
|
|
9
9
|
|
|
10
10
|
**Included Packages**
|
|
11
11
|
|
|
12
|
-
- [@tsparticles/basic (and all its dependencies)](https://github.com/
|
|
13
|
-
- [@tsparticles/interaction-external-attract](https://github.com/
|
|
14
|
-
- [@tsparticles/interaction-external-bounce](https://github.com/
|
|
15
|
-
- [@tsparticles/interaction-external-bubble](https://github.com/
|
|
16
|
-
- [@tsparticles/interaction-external-connect](https://github.com/
|
|
17
|
-
- [@tsparticles/interaction-external-grab](https://github.com/
|
|
18
|
-
- [@tsparticles/interaction-external-pause](https://github.com/
|
|
19
|
-
- [@tsparticles/interaction-external-push](https://github.com/
|
|
20
|
-
- [@tsparticles/interaction-external-remove](https://github.com/
|
|
21
|
-
- [@tsparticles/interaction-external-repulse](https://github.com/
|
|
22
|
-
- [@tsparticles/interaction-external-slow](https://github.com/
|
|
23
|
-
- [@tsparticles/interaction-particles-attract](https://github.com/
|
|
24
|
-
- [@tsparticles/interaction-particles-collisions](https://github.com/
|
|
25
|
-
- [@tsparticles/interaction-particles-links](https://github.com/
|
|
26
|
-
- [@tsparticles/move-parallax](https://github.com/
|
|
27
|
-
- [@tsparticles/particles.js](https://github.com/
|
|
28
|
-
- [@tsparticles/plugin-easing-quad](https://github.com/
|
|
29
|
-
- [@tsparticles/shape-image](https://github.com/
|
|
30
|
-
- [@tsparticles/shape-line](https://github.com/
|
|
31
|
-
- [@tsparticles/shape-polygon](https://github.com/
|
|
32
|
-
- [@tsparticles/shape-square](https://github.com/
|
|
33
|
-
- [@tsparticles/shape-star](https://github.com/
|
|
34
|
-
- [@tsparticles/shape-text](https://github.com/
|
|
35
|
-
- [@tsparticles/updater-life](https://github.com/
|
|
36
|
-
- [@tsparticles/updater-rotate](https://github.com/
|
|
37
|
-
- [@tsparticles/updater-stroke-color](https://github.com/
|
|
12
|
+
- [@tsparticles/basic (and all its dependencies)](https://github.com/tsparticles/tsparticles/tree/main/bundles/basic)
|
|
13
|
+
- [@tsparticles/interaction-external-attract](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/attract)
|
|
14
|
+
- [@tsparticles/interaction-external-bounce](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/bounce)
|
|
15
|
+
- [@tsparticles/interaction-external-bubble](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/bubble)
|
|
16
|
+
- [@tsparticles/interaction-external-connect](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/connect)
|
|
17
|
+
- [@tsparticles/interaction-external-grab](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/grab)
|
|
18
|
+
- [@tsparticles/interaction-external-pause](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/pause)
|
|
19
|
+
- [@tsparticles/interaction-external-push](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/push)
|
|
20
|
+
- [@tsparticles/interaction-external-remove](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/remove)
|
|
21
|
+
- [@tsparticles/interaction-external-repulse](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/repulse)
|
|
22
|
+
- [@tsparticles/interaction-external-slow](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/slow)
|
|
23
|
+
- [@tsparticles/interaction-particles-attract](https://github.com/tsparticles/tsparticles/tree/main/interactions/particles/attract)
|
|
24
|
+
- [@tsparticles/interaction-particles-collisions](https://github.com/tsparticles/tsparticles/tree/main/interactions/particles/collisions)
|
|
25
|
+
- [@tsparticles/interaction-particles-links](https://github.com/tsparticles/tsparticles/tree/main/interactions/particles/links)
|
|
26
|
+
- [@tsparticles/move-parallax](https://github.com/tsparticles/tsparticles/tree/main/move/parallax)
|
|
27
|
+
- [@tsparticles/particles.js](https://github.com/tsparticles/tsparticles/tree/main/bundles/pjs)
|
|
28
|
+
- [@tsparticles/plugin-easing-quad](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/quad)
|
|
29
|
+
- [@tsparticles/shape-image](https://github.com/tsparticles/tsparticles/tree/main/shapes/image)
|
|
30
|
+
- [@tsparticles/shape-line](https://github.com/tsparticles/tsparticles/tree/main/shapes/line)
|
|
31
|
+
- [@tsparticles/shape-polygon](https://github.com/tsparticles/tsparticles/tree/main/shapes/polygon)
|
|
32
|
+
- [@tsparticles/shape-square](https://github.com/tsparticles/tsparticles/tree/main/shapes/square)
|
|
33
|
+
- [@tsparticles/shape-star](https://github.com/tsparticles/tsparticles/tree/main/shapes/star)
|
|
34
|
+
- [@tsparticles/shape-text](https://github.com/tsparticles/tsparticles/tree/main/shapes/text)
|
|
35
|
+
- [@tsparticles/updater-life](https://github.com/tsparticles/tsparticles/tree/main/updaters/life)
|
|
36
|
+
- [@tsparticles/updater-rotate](https://github.com/tsparticles/tsparticles/tree/main/updaters/rotate)
|
|
37
|
+
- [@tsparticles/updater-stroke-color](https://github.com/tsparticles/tsparticles/tree/main/updaters/strokeColor)
|
|
38
38
|
|
|
39
39
|
## How to use it
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/slim",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
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/slim"
|
|
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
|
{
|
|
@@ -99,39 +99,39 @@
|
|
|
99
99
|
"./package.json": "./package.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@tsparticles/basic": "^3.0.0-beta.
|
|
103
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
104
|
-
"@tsparticles/interaction-external-attract": "^3.0.0-beta.
|
|
105
|
-
"@tsparticles/interaction-external-bounce": "^3.0.0-beta.
|
|
106
|
-
"@tsparticles/interaction-external-bubble": "^3.0.0-beta.
|
|
107
|
-
"@tsparticles/interaction-external-connect": "^3.0.0-beta.
|
|
108
|
-
"@tsparticles/interaction-external-grab": "^3.0.0-beta.
|
|
109
|
-
"@tsparticles/interaction-external-pause": "^3.0.0-beta.
|
|
110
|
-
"@tsparticles/interaction-external-push": "^3.0.0-beta.
|
|
111
|
-
"@tsparticles/interaction-external-remove": "^3.0.0-beta.
|
|
112
|
-
"@tsparticles/interaction-external-repulse": "^3.0.0-beta.
|
|
113
|
-
"@tsparticles/interaction-external-slow": "^3.0.0-beta.
|
|
114
|
-
"@tsparticles/interaction-particles-attract": "^3.0.0-beta.
|
|
115
|
-
"@tsparticles/interaction-particles-collisions": "^3.0.0-beta.
|
|
116
|
-
"@tsparticles/interaction-particles-links": "^3.0.0-beta.
|
|
117
|
-
"@tsparticles/move-base": "^3.0.0-beta.
|
|
118
|
-
"@tsparticles/move-parallax": "^3.0.0-beta.
|
|
119
|
-
"@tsparticles/particles.js": "^3.0.0-beta.
|
|
120
|
-
"@tsparticles/plugin-easing-quad": "^3.0.0-beta.
|
|
121
|
-
"@tsparticles/shape-circle": "^3.0.0-beta.
|
|
122
|
-
"@tsparticles/shape-image": "^3.0.0-beta.
|
|
123
|
-
"@tsparticles/shape-line": "^3.0.0-beta.
|
|
124
|
-
"@tsparticles/shape-polygon": "^3.0.0-beta.
|
|
125
|
-
"@tsparticles/shape-square": "^3.0.0-beta.
|
|
126
|
-
"@tsparticles/shape-star": "^3.0.0-beta.
|
|
127
|
-
"@tsparticles/shape-text": "^3.0.0-beta.
|
|
128
|
-
"@tsparticles/updater-color": "^3.0.0-beta.
|
|
129
|
-
"@tsparticles/updater-life": "^3.0.0-beta.
|
|
130
|
-
"@tsparticles/updater-opacity": "^3.0.0-beta.
|
|
131
|
-
"@tsparticles/updater-out-modes": "^3.0.0-beta.
|
|
132
|
-
"@tsparticles/updater-rotate": "^3.0.0-beta.
|
|
133
|
-
"@tsparticles/updater-size": "^3.0.0-beta.
|
|
134
|
-
"@tsparticles/updater-stroke-color": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/basic": "^3.0.0-beta.3",
|
|
103
|
+
"@tsparticles/engine": "^3.0.0-beta.3",
|
|
104
|
+
"@tsparticles/interaction-external-attract": "^3.0.0-beta.3",
|
|
105
|
+
"@tsparticles/interaction-external-bounce": "^3.0.0-beta.3",
|
|
106
|
+
"@tsparticles/interaction-external-bubble": "^3.0.0-beta.3",
|
|
107
|
+
"@tsparticles/interaction-external-connect": "^3.0.0-beta.3",
|
|
108
|
+
"@tsparticles/interaction-external-grab": "^3.0.0-beta.3",
|
|
109
|
+
"@tsparticles/interaction-external-pause": "^3.0.0-beta.3",
|
|
110
|
+
"@tsparticles/interaction-external-push": "^3.0.0-beta.3",
|
|
111
|
+
"@tsparticles/interaction-external-remove": "^3.0.0-beta.3",
|
|
112
|
+
"@tsparticles/interaction-external-repulse": "^3.0.0-beta.3",
|
|
113
|
+
"@tsparticles/interaction-external-slow": "^3.0.0-beta.3",
|
|
114
|
+
"@tsparticles/interaction-particles-attract": "^3.0.0-beta.3",
|
|
115
|
+
"@tsparticles/interaction-particles-collisions": "^3.0.0-beta.3",
|
|
116
|
+
"@tsparticles/interaction-particles-links": "^3.0.0-beta.3",
|
|
117
|
+
"@tsparticles/move-base": "^3.0.0-beta.3",
|
|
118
|
+
"@tsparticles/move-parallax": "^3.0.0-beta.3",
|
|
119
|
+
"@tsparticles/particles.js": "^3.0.0-beta.3",
|
|
120
|
+
"@tsparticles/plugin-easing-quad": "^3.0.0-beta.3",
|
|
121
|
+
"@tsparticles/shape-circle": "^3.0.0-beta.3",
|
|
122
|
+
"@tsparticles/shape-image": "^3.0.0-beta.3",
|
|
123
|
+
"@tsparticles/shape-line": "^3.0.0-beta.3",
|
|
124
|
+
"@tsparticles/shape-polygon": "^3.0.0-beta.3",
|
|
125
|
+
"@tsparticles/shape-square": "^3.0.0-beta.3",
|
|
126
|
+
"@tsparticles/shape-star": "^3.0.0-beta.3",
|
|
127
|
+
"@tsparticles/shape-text": "^3.0.0-beta.3",
|
|
128
|
+
"@tsparticles/updater-color": "^3.0.0-beta.3",
|
|
129
|
+
"@tsparticles/updater-life": "^3.0.0-beta.3",
|
|
130
|
+
"@tsparticles/updater-opacity": "^3.0.0-beta.3",
|
|
131
|
+
"@tsparticles/updater-out-modes": "^3.0.0-beta.3",
|
|
132
|
+
"@tsparticles/updater-rotate": "^3.0.0-beta.3",
|
|
133
|
+
"@tsparticles/updater-size": "^3.0.0-beta.3",
|
|
134
|
+
"@tsparticles/updater-stroke-color": "^3.0.0-beta.3"
|
|
135
135
|
},
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public"
|