tsparticles 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 +10 -10
- package/browser/package.json +1 -0
- package/cjs/package.json +1 -0
- package/esm/package.json +1 -0
- package/package.json +28 -16
- package/report.html +23 -5
- package/tsparticles.bundle.js +5045 -5044
- package/tsparticles.bundle.min.js +1 -1
- package/tsparticles.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.js +1 -1
- package/tsparticles.min.js.LICENSE.txt +1 -1
package/README.md
CHANGED
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.jsdelivr.com/package/npm/tsparticles) [](https://www.npmjs.com/package/tsparticles) [](https://www.npmjs.com/package/tsparticles) [](https://github.com/sponsors/matteobruni)
|
|
6
6
|
|
|
7
|
-
[tsParticles](https://github.com/
|
|
7
|
+
[tsParticles](https://github.com/tsparticles/tsparticles) full bundle loads all the v1 features to
|
|
8
8
|
a `@tsparticles/engine` instance.
|
|
9
9
|
|
|
10
10
|
**Included Packages**
|
|
11
11
|
|
|
12
|
-
- [@tsparticles/slim (and all its dependencies)](https://github.com/
|
|
13
|
-
- [@tsparticles/interaction-external-trail](https://github.com/
|
|
14
|
-
- [@tsparticles/plugin-absorbers](https://github.com/
|
|
15
|
-
- [@tsparticles/plugin-emitters](https://github.com/
|
|
16
|
-
- [@tsparticles/updater-destroy](https://github.com/
|
|
17
|
-
- [@tsparticles/updater-roll](https://github.com/
|
|
18
|
-
- [@tsparticles/updater-tilt](https://github.com/
|
|
19
|
-
- [@tsparticles/updater-twinkle](https://github.com/
|
|
20
|
-
- [@tsparticles/updater-wobble](https://github.com/
|
|
12
|
+
- [@tsparticles/slim (and all its dependencies)](https://github.com/tsparticles/tsparticles/tree/main/bundles/slim)
|
|
13
|
+
- [@tsparticles/interaction-external-trail](https://github.com/tsparticles/tsparticles/tree/main/interactions/external/trail)
|
|
14
|
+
- [@tsparticles/plugin-absorbers](https://github.com/tsparticles/tsparticles/tree/main/plugins/absorbers)
|
|
15
|
+
- [@tsparticles/plugin-emitters](https://github.com/tsparticles/tsparticles/tree/main/plugins/emitters)
|
|
16
|
+
- [@tsparticles/updater-destroy](https://github.com/tsparticles/tsparticles/tree/main/updaters/destroy)
|
|
17
|
+
- [@tsparticles/updater-roll](https://github.com/tsparticles/tsparticles/tree/main/updaters/roll)
|
|
18
|
+
- [@tsparticles/updater-tilt](https://github.com/tsparticles/tsparticles/tree/main/updaters/tilt)
|
|
19
|
+
- [@tsparticles/updater-twinkle](https://github.com/tsparticles/tsparticles/tree/main/updaters/twinkle)
|
|
20
|
+
- [@tsparticles/updater-wobble](https://github.com/tsparticles/tsparticles/tree/main/updaters/wobble)
|
|
21
21
|
|
|
22
22
|
## How to use it
|
|
23
23
|
|
|
@@ -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",
|
|
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/full"
|
|
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,23 +80,35 @@
|
|
|
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.bundle.min.js",
|
|
86
85
|
"unpkg": "tsparticles.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-external-trail": "^3.0.0-beta.
|
|
92
|
-
"@tsparticles/plugin-absorbers": "^3.0.0-beta.
|
|
93
|
-
"@tsparticles/plugin-emitters": "^3.0.0-beta.
|
|
94
|
-
"@tsparticles/slim": "^3.0.0-beta.
|
|
95
|
-
"@tsparticles/updater-destroy": "^3.0.0-beta.
|
|
96
|
-
"@tsparticles/updater-roll": "^3.0.0-beta.
|
|
97
|
-
"@tsparticles/updater-tilt": "^3.0.0-beta.
|
|
98
|
-
"@tsparticles/updater-twinkle": "^3.0.0-beta.
|
|
99
|
-
"@tsparticles/updater-wobble": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/engine": "^3.0.0-beta.2",
|
|
103
|
+
"@tsparticles/interaction-external-trail": "^3.0.0-beta.2",
|
|
104
|
+
"@tsparticles/plugin-absorbers": "^3.0.0-beta.2",
|
|
105
|
+
"@tsparticles/plugin-emitters": "^3.0.0-beta.2",
|
|
106
|
+
"@tsparticles/slim": "^3.0.0-beta.2",
|
|
107
|
+
"@tsparticles/updater-destroy": "^3.0.0-beta.2",
|
|
108
|
+
"@tsparticles/updater-roll": "^3.0.0-beta.2",
|
|
109
|
+
"@tsparticles/updater-tilt": "^3.0.0-beta.2",
|
|
110
|
+
"@tsparticles/updater-twinkle": "^3.0.0-beta.2",
|
|
111
|
+
"@tsparticles/updater-wobble": "^3.0.0-beta.2"
|
|
100
112
|
},
|
|
101
113
|
"publishConfig": {
|
|
102
114
|
"access": "public"
|