@tsparticles/ribbons 4.1.3 → 4.2.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsparticles/ribbons",
3
- "version": "4.1.3",
4
- "description": "Easily create ready to use animated ribbons effects.",
3
+ "version": "4.2.0",
4
+ "description": "tsParticles ribbons bundle easily create animated ribbons, ribbon bursts and ribbon falling effects. Ready to use components available 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",
@@ -17,16 +17,45 @@
17
17
  "particles",
18
18
  "particle",
19
19
  "canvas",
20
+ "jsparticles",
21
+ "xparticles",
22
+ "particles-js",
23
+ "particles-bg",
24
+ "particles-bg-vue",
25
+ "particles-ts",
26
+ "particles.ts",
27
+ "react-particles-js",
28
+ "react-particles.js",
29
+ "react-particles",
30
+ "react",
31
+ "reactjs",
32
+ "vue-particles",
33
+ "ngx-particles",
34
+ "angular-particles",
35
+ "particleground",
36
+ "vue",
37
+ "vuejs",
38
+ "preact",
39
+ "preactjs",
40
+ "jquery",
41
+ "angularjs",
42
+ "angular",
20
43
  "typescript",
21
44
  "javascript",
22
45
  "animation",
23
46
  "web",
24
47
  "html5",
48
+ "web-design",
49
+ "webdesign",
50
+ "css",
51
+ "html",
52
+ "css3",
25
53
  "animated",
26
54
  "background",
27
55
  "ribbon",
28
56
  "ribbons",
29
57
  "confetti",
58
+ "canvas",
30
59
  "canvas-confetti"
31
60
  ],
32
61
  "author": "Matteo Bruni <matteo.bruni@me.com>",
@@ -73,13 +102,13 @@
73
102
  "./package.json": "./package.json"
74
103
  },
75
104
  "dependencies": {
76
- "@tsparticles/basic": "4.1.3",
77
- "@tsparticles/engine": "4.1.3",
78
- "@tsparticles/plugin-emitters": "4.1.3",
79
- "@tsparticles/plugin-emitters-shape-square": "4.1.3",
80
- "@tsparticles/plugin-motion": "4.1.3",
81
- "@tsparticles/shape-ribbon": "4.1.3",
82
- "@tsparticles/updater-life": "4.1.3"
105
+ "@tsparticles/basic": "4.2.0",
106
+ "@tsparticles/engine": "4.2.0",
107
+ "@tsparticles/plugin-emitters": "4.2.0",
108
+ "@tsparticles/plugin-emitters-shape-square": "4.2.0",
109
+ "@tsparticles/plugin-motion": "4.2.0",
110
+ "@tsparticles/shape-ribbon": "4.2.0",
111
+ "@tsparticles/updater-life": "4.2.0"
83
112
  },
84
113
  "publishConfig": {
85
114
  "access": "public"