@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 CHANGED
@@ -4,37 +4,37 @@
4
4
 
5
5
  [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/slim/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/slim) [![npmjs](https://badge.fury.io/js/@tsparticles/slim.svg)](https://www.npmjs.com/package/@tsparticles/slim) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/slim)](https://www.npmjs.com/package/@tsparticles/slim) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni)
6
6
 
7
- [tsParticles](https://github.com/matteobruni/tsparticles) slim bundle loads some of the most used features to
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/matteobruni/tsparticles/tree/main/bundles/basic)
13
- - [@tsparticles/interaction-external-attract](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/attract)
14
- - [@tsparticles/interaction-external-bounce](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/bounce)
15
- - [@tsparticles/interaction-external-bubble](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/bubble)
16
- - [@tsparticles/interaction-external-connect](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/connect)
17
- - [@tsparticles/interaction-external-grab](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/grab)
18
- - [@tsparticles/interaction-external-pause](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/pause)
19
- - [@tsparticles/interaction-external-push](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/push)
20
- - [@tsparticles/interaction-external-remove](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/remove)
21
- - [@tsparticles/interaction-external-repulse](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/repulse)
22
- - [@tsparticles/interaction-external-slow](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/slow)
23
- - [@tsparticles/interaction-particles-attract](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/attract)
24
- - [@tsparticles/interaction-particles-collisions](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/collisions)
25
- - [@tsparticles/interaction-particles-links](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/links)
26
- - [@tsparticles/move-parallax](https://github.com/matteobruni/tsparticles/tree/main/move/parallax)
27
- - [@tsparticles/particles.js](https://github.com/matteobruni/tsparticles/tree/main/bundles/pjs)
28
- - [@tsparticles/plugin-easing-quad](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/quad)
29
- - [@tsparticles/shape-image](https://github.com/matteobruni/tsparticles/tree/main/shapes/image)
30
- - [@tsparticles/shape-line](https://github.com/matteobruni/tsparticles/tree/main/shapes/line)
31
- - [@tsparticles/shape-polygon](https://github.com/matteobruni/tsparticles/tree/main/shapes/polygon)
32
- - [@tsparticles/shape-square](https://github.com/matteobruni/tsparticles/tree/main/shapes/square)
33
- - [@tsparticles/shape-star](https://github.com/matteobruni/tsparticles/tree/main/shapes/star)
34
- - [@tsparticles/shape-text](https://github.com/matteobruni/tsparticles/tree/main/shapes/text)
35
- - [@tsparticles/updater-life](https://github.com/matteobruni/tsparticles/tree/main/updaters/life)
36
- - [@tsparticles/updater-rotate](https://github.com/matteobruni/tsparticles/tree/main/updaters/rotate)
37
- - [@tsparticles/updater-stroke-color](https://github.com/matteobruni/tsparticles/tree/main/updaters/strokeColor)
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.1",
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/matteobruni/tsparticles.git",
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/matteobruni/tsparticles/issues"
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.1",
103
- "@tsparticles/engine": "^3.0.0-beta.1",
104
- "@tsparticles/interaction-external-attract": "^3.0.0-beta.1",
105
- "@tsparticles/interaction-external-bounce": "^3.0.0-beta.1",
106
- "@tsparticles/interaction-external-bubble": "^3.0.0-beta.1",
107
- "@tsparticles/interaction-external-connect": "^3.0.0-beta.1",
108
- "@tsparticles/interaction-external-grab": "^3.0.0-beta.1",
109
- "@tsparticles/interaction-external-pause": "^3.0.0-beta.1",
110
- "@tsparticles/interaction-external-push": "^3.0.0-beta.1",
111
- "@tsparticles/interaction-external-remove": "^3.0.0-beta.1",
112
- "@tsparticles/interaction-external-repulse": "^3.0.0-beta.1",
113
- "@tsparticles/interaction-external-slow": "^3.0.0-beta.1",
114
- "@tsparticles/interaction-particles-attract": "^3.0.0-beta.1",
115
- "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.1",
116
- "@tsparticles/interaction-particles-links": "^3.0.0-beta.1",
117
- "@tsparticles/move-base": "^3.0.0-beta.1",
118
- "@tsparticles/move-parallax": "^3.0.0-beta.1",
119
- "@tsparticles/particles.js": "^3.0.0-beta.1",
120
- "@tsparticles/plugin-easing-quad": "^3.0.0-beta.1",
121
- "@tsparticles/shape-circle": "^3.0.0-beta.1",
122
- "@tsparticles/shape-image": "^3.0.0-beta.1",
123
- "@tsparticles/shape-line": "^3.0.0-beta.1",
124
- "@tsparticles/shape-polygon": "^3.0.0-beta.1",
125
- "@tsparticles/shape-square": "^3.0.0-beta.1",
126
- "@tsparticles/shape-star": "^3.0.0-beta.1",
127
- "@tsparticles/shape-text": "^3.0.0-beta.1",
128
- "@tsparticles/updater-color": "^3.0.0-beta.1",
129
- "@tsparticles/updater-life": "^3.0.0-beta.1",
130
- "@tsparticles/updater-opacity": "^3.0.0-beta.1",
131
- "@tsparticles/updater-out-modes": "^3.0.0-beta.1",
132
- "@tsparticles/updater-rotate": "^3.0.0-beta.1",
133
- "@tsparticles/updater-size": "^3.0.0-beta.1",
134
- "@tsparticles/updater-stroke-color": "^3.0.0-beta.1"
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"