@tsparticles/slim 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 +27 -27
- package/browser/package.json +1 -0
- package/cjs/package.json +1 -0
- package/esm/package.json +1 -0
- package/package.json +51 -39
- package/report.html +23 -5
- package/tsparticles.slim.bundle.js +200 -199
- package/tsparticles.slim.bundle.min.js +1 -1
- package/tsparticles.slim.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.slim.js +13 -13
- package/tsparticles.slim.min.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
|
|
|
@@ -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/slim",
|
|
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/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
|
{
|
|
@@ -80,46 +80,58 @@
|
|
|
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.slim.bundle.min.js",
|
|
86
85
|
"unpkg": "tsparticles.slim.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/basic": "^3.0.0-beta.
|
|
91
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
92
|
-
"@tsparticles/interaction-external-attract": "^3.0.0-beta.
|
|
93
|
-
"@tsparticles/interaction-external-bounce": "^3.0.0-beta.
|
|
94
|
-
"@tsparticles/interaction-external-bubble": "^3.0.0-beta.
|
|
95
|
-
"@tsparticles/interaction-external-connect": "^3.0.0-beta.
|
|
96
|
-
"@tsparticles/interaction-external-grab": "^3.0.0-beta.
|
|
97
|
-
"@tsparticles/interaction-external-pause": "^3.0.0-beta.
|
|
98
|
-
"@tsparticles/interaction-external-push": "^3.0.0-beta.
|
|
99
|
-
"@tsparticles/interaction-external-remove": "^3.0.0-beta.
|
|
100
|
-
"@tsparticles/interaction-external-repulse": "^3.0.0-beta.
|
|
101
|
-
"@tsparticles/interaction-external-slow": "^3.0.0-beta.
|
|
102
|
-
"@tsparticles/interaction-particles-attract": "^3.0.0-beta.
|
|
103
|
-
"@tsparticles/interaction-particles-collisions": "^3.0.0-beta.
|
|
104
|
-
"@tsparticles/interaction-particles-links": "^3.0.0-beta.
|
|
105
|
-
"@tsparticles/move-base": "^3.0.0-beta.
|
|
106
|
-
"@tsparticles/move-parallax": "^3.0.0-beta.
|
|
107
|
-
"@tsparticles/particles.js": "^3.0.0-beta.
|
|
108
|
-
"@tsparticles/plugin-easing-quad": "^3.0.0-beta.
|
|
109
|
-
"@tsparticles/shape-circle": "^3.0.0-beta.
|
|
110
|
-
"@tsparticles/shape-image": "^3.0.0-beta.
|
|
111
|
-
"@tsparticles/shape-line": "^3.0.0-beta.
|
|
112
|
-
"@tsparticles/shape-polygon": "^3.0.0-beta.
|
|
113
|
-
"@tsparticles/shape-square": "^3.0.0-beta.
|
|
114
|
-
"@tsparticles/shape-star": "^3.0.0-beta.
|
|
115
|
-
"@tsparticles/shape-text": "^3.0.0-beta.
|
|
116
|
-
"@tsparticles/updater-color": "^3.0.0-beta.
|
|
117
|
-
"@tsparticles/updater-life": "^3.0.0-beta.
|
|
118
|
-
"@tsparticles/updater-opacity": "^3.0.0-beta.
|
|
119
|
-
"@tsparticles/updater-out-modes": "^3.0.0-beta.
|
|
120
|
-
"@tsparticles/updater-rotate": "^3.0.0-beta.
|
|
121
|
-
"@tsparticles/updater-size": "^3.0.0-beta.
|
|
122
|
-
"@tsparticles/updater-stroke-color": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/basic": "^3.0.0-beta.2",
|
|
103
|
+
"@tsparticles/engine": "^3.0.0-beta.2",
|
|
104
|
+
"@tsparticles/interaction-external-attract": "^3.0.0-beta.2",
|
|
105
|
+
"@tsparticles/interaction-external-bounce": "^3.0.0-beta.2",
|
|
106
|
+
"@tsparticles/interaction-external-bubble": "^3.0.0-beta.2",
|
|
107
|
+
"@tsparticles/interaction-external-connect": "^3.0.0-beta.2",
|
|
108
|
+
"@tsparticles/interaction-external-grab": "^3.0.0-beta.2",
|
|
109
|
+
"@tsparticles/interaction-external-pause": "^3.0.0-beta.2",
|
|
110
|
+
"@tsparticles/interaction-external-push": "^3.0.0-beta.2",
|
|
111
|
+
"@tsparticles/interaction-external-remove": "^3.0.0-beta.2",
|
|
112
|
+
"@tsparticles/interaction-external-repulse": "^3.0.0-beta.2",
|
|
113
|
+
"@tsparticles/interaction-external-slow": "^3.0.0-beta.2",
|
|
114
|
+
"@tsparticles/interaction-particles-attract": "^3.0.0-beta.2",
|
|
115
|
+
"@tsparticles/interaction-particles-collisions": "^3.0.0-beta.2",
|
|
116
|
+
"@tsparticles/interaction-particles-links": "^3.0.0-beta.2",
|
|
117
|
+
"@tsparticles/move-base": "^3.0.0-beta.2",
|
|
118
|
+
"@tsparticles/move-parallax": "^3.0.0-beta.2",
|
|
119
|
+
"@tsparticles/particles.js": "^3.0.0-beta.2",
|
|
120
|
+
"@tsparticles/plugin-easing-quad": "^3.0.0-beta.2",
|
|
121
|
+
"@tsparticles/shape-circle": "^3.0.0-beta.2",
|
|
122
|
+
"@tsparticles/shape-image": "^3.0.0-beta.2",
|
|
123
|
+
"@tsparticles/shape-line": "^3.0.0-beta.2",
|
|
124
|
+
"@tsparticles/shape-polygon": "^3.0.0-beta.2",
|
|
125
|
+
"@tsparticles/shape-square": "^3.0.0-beta.2",
|
|
126
|
+
"@tsparticles/shape-star": "^3.0.0-beta.2",
|
|
127
|
+
"@tsparticles/shape-text": "^3.0.0-beta.2",
|
|
128
|
+
"@tsparticles/updater-color": "^3.0.0-beta.2",
|
|
129
|
+
"@tsparticles/updater-life": "^3.0.0-beta.2",
|
|
130
|
+
"@tsparticles/updater-opacity": "^3.0.0-beta.2",
|
|
131
|
+
"@tsparticles/updater-out-modes": "^3.0.0-beta.2",
|
|
132
|
+
"@tsparticles/updater-rotate": "^3.0.0-beta.2",
|
|
133
|
+
"@tsparticles/updater-size": "^3.0.0-beta.2",
|
|
134
|
+
"@tsparticles/updater-stroke-color": "^3.0.0-beta.2"
|
|
123
135
|
},
|
|
124
136
|
"publishConfig": {
|
|
125
137
|
"access": "public"
|