@tsparticles/confetti 3.0.0-beta.1 → 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 +22 -22
- package/package.json +19 -19
- package/report.html +23 -5
- package/tsparticles.confetti.bundle.js +5 -4
- package/tsparticles.confetti.bundle.min.js +1 -1
- package/tsparticles.confetti.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.confetti.js +1 -1
- package/tsparticles.confetti.min.js.LICENSE.txt +1 -1
package/README.md
CHANGED
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.jsdelivr.com/package/npm/@tsparticles/confetti) [](https://www.npmjs.com/package/@tsparticles/confetti) [](https://www.npmjs.com/package/@tsparticles/confetti) [](https://github.com/sponsors/matteobruni)
|
|
6
6
|
|
|
7
|
-
[tsParticles](https://github.com/
|
|
7
|
+
[tsParticles](https://github.com/tsparticles/tsparticles) confetti bundle loads all the features necessary to create beautiful confetti effects with ease.
|
|
8
8
|
|
|
9
9
|
**Included Packages**
|
|
10
10
|
|
|
11
|
-
- [@tsparticles/engine](https://github.com/
|
|
12
|
-
- [@tsparticles/move-base](https://github.com/
|
|
13
|
-
- [@tsparticles/plugin-emitters](https://github.com/
|
|
14
|
-
- [@tsparticles/plugin-motion](https://github.com/
|
|
15
|
-
- [@tsparticles/shape-cards](https://github.com/
|
|
16
|
-
- [@tsparticles/shape-circle](https://github.com/
|
|
17
|
-
- [@tsparticles/shape-heart](https://github.com/
|
|
18
|
-
- [@tsparticles/shape-image](https://github.com/
|
|
19
|
-
- [@tsparticles/shape-polygon](https://github.com/
|
|
20
|
-
- [@tsparticles/shape-square](https://github.com/
|
|
21
|
-
- [@tsparticles/shape-star](https://github.com/
|
|
22
|
-
- [@tsparticles/shape-text](https://github.com/
|
|
23
|
-
- [@tsparticles/updater-color](https://github.com/
|
|
24
|
-
- [@tsparticles/updater-life](https://github.com/
|
|
25
|
-
- [@tsparticles/updater-opacity](https://github.com/
|
|
26
|
-
- [@tsparticles/updater-out-modes](https://github.com/
|
|
27
|
-
- [@tsparticles/updater-roll](https://github.com/
|
|
28
|
-
- [@tsparticles/updater-rotate](https://github.com/
|
|
29
|
-
- [@tsparticles/updater-size](https://github.com/
|
|
30
|
-
- [@tsparticles/updater-tilt](https://github.com/
|
|
31
|
-
- [@tsparticles/updater-wobble](https://github.com/
|
|
11
|
+
- [@tsparticles/engine](https://github.com/tsparticles/tsparticles/tree/main/engine)
|
|
12
|
+
- [@tsparticles/move-base](https://github.com/tsparticles/tsparticles/tree/main/move/base)
|
|
13
|
+
- [@tsparticles/plugin-emitters](https://github.com/tsparticles/tsparticles/tree/main/plugins/emitters)
|
|
14
|
+
- [@tsparticles/plugin-motion](https://github.com/tsparticles/tsparticles/tree/main/plugins/motion)
|
|
15
|
+
- [@tsparticles/shape-cards](https://github.com/tsparticles/tsparticles/tree/main/shapes/cards)
|
|
16
|
+
- [@tsparticles/shape-circle](https://github.com/tsparticles/tsparticles/tree/main/shapes/circle)
|
|
17
|
+
- [@tsparticles/shape-heart](https://github.com/tsparticles/tsparticles/tree/main/shapes/heart)
|
|
18
|
+
- [@tsparticles/shape-image](https://github.com/tsparticles/tsparticles/tree/main/shapes/image)
|
|
19
|
+
- [@tsparticles/shape-polygon](https://github.com/tsparticles/tsparticles/tree/main/shapes/polygon)
|
|
20
|
+
- [@tsparticles/shape-square](https://github.com/tsparticles/tsparticles/tree/main/shapes/square)
|
|
21
|
+
- [@tsparticles/shape-star](https://github.com/tsparticles/tsparticles/tree/main/shapes/star)
|
|
22
|
+
- [@tsparticles/shape-text](https://github.com/tsparticles/tsparticles/tree/main/shapes/text)
|
|
23
|
+
- [@tsparticles/updater-color](https://github.com/tsparticles/tsparticles/tree/main/updaters/color)
|
|
24
|
+
- [@tsparticles/updater-life](https://github.com/tsparticles/tsparticles/tree/main/updaters/life)
|
|
25
|
+
- [@tsparticles/updater-opacity](https://github.com/tsparticles/tsparticles/tree/main/updaters/opacity)
|
|
26
|
+
- [@tsparticles/updater-out-modes](https://github.com/tsparticles/tsparticles/tree/main/updaters/outModes)
|
|
27
|
+
- [@tsparticles/updater-roll](https://github.com/tsparticles/tsparticles/tree/main/updaters/roll)
|
|
28
|
+
- [@tsparticles/updater-rotate](https://github.com/tsparticles/tsparticles/tree/main/updaters/rotate)
|
|
29
|
+
- [@tsparticles/updater-size](https://github.com/tsparticles/tsparticles/tree/main/updaters/size)
|
|
30
|
+
- [@tsparticles/updater-tilt](https://github.com/tsparticles/tsparticles/tree/main/updaters/tilt)
|
|
31
|
+
- [@tsparticles/updater-wobble](https://github.com/tsparticles/tsparticles/tree/main/updaters/wobble)
|
|
32
32
|
|
|
33
33
|
## How to use it
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/confetti",
|
|
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/confetti"
|
|
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,22 +99,22 @@
|
|
|
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/plugin-emitters": "^3.0.0-beta.
|
|
105
|
-
"@tsparticles/plugin-motion": "^3.0.0-beta.
|
|
106
|
-
"@tsparticles/shape-cards": "^3.0.0-beta.
|
|
107
|
-
"@tsparticles/shape-heart": "^3.0.0-beta.
|
|
108
|
-
"@tsparticles/shape-image": "^3.0.0-beta.
|
|
109
|
-
"@tsparticles/shape-polygon": "^3.0.0-beta.
|
|
110
|
-
"@tsparticles/shape-square": "^3.0.0-beta.
|
|
111
|
-
"@tsparticles/shape-star": "^3.0.0-beta.
|
|
112
|
-
"@tsparticles/shape-text": "^3.0.0-beta.
|
|
113
|
-
"@tsparticles/updater-life": "^3.0.0-beta.
|
|
114
|
-
"@tsparticles/updater-roll": "^3.0.0-beta.
|
|
115
|
-
"@tsparticles/updater-rotate": "^3.0.0-beta.
|
|
116
|
-
"@tsparticles/updater-tilt": "^3.0.0-beta.
|
|
117
|
-
"@tsparticles/updater-wobble": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/basic": "^3.0.0-beta.2",
|
|
103
|
+
"@tsparticles/engine": "^3.0.0-beta.2",
|
|
104
|
+
"@tsparticles/plugin-emitters": "^3.0.0-beta.2",
|
|
105
|
+
"@tsparticles/plugin-motion": "^3.0.0-beta.2",
|
|
106
|
+
"@tsparticles/shape-cards": "^3.0.0-beta.2",
|
|
107
|
+
"@tsparticles/shape-heart": "^3.0.0-beta.2",
|
|
108
|
+
"@tsparticles/shape-image": "^3.0.0-beta.2",
|
|
109
|
+
"@tsparticles/shape-polygon": "^3.0.0-beta.2",
|
|
110
|
+
"@tsparticles/shape-square": "^3.0.0-beta.2",
|
|
111
|
+
"@tsparticles/shape-star": "^3.0.0-beta.2",
|
|
112
|
+
"@tsparticles/shape-text": "^3.0.0-beta.2",
|
|
113
|
+
"@tsparticles/updater-life": "^3.0.0-beta.2",
|
|
114
|
+
"@tsparticles/updater-roll": "^3.0.0-beta.2",
|
|
115
|
+
"@tsparticles/updater-rotate": "^3.0.0-beta.2",
|
|
116
|
+
"@tsparticles/updater-tilt": "^3.0.0-beta.2",
|
|
117
|
+
"@tsparticles/updater-wobble": "^3.0.0-beta.2"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": {
|
|
120
120
|
"access": "public"
|