@tsparticles/all 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 CHANGED
@@ -4,46 +4,46 @@
4
4
 
5
5
  [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/all/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/all) [![npmjs](https://badge.fury.io/js/@tsparticles/all.svg)](https://www.npmjs.com/package/@tsparticles/all) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/all)](https://www.npmjs.com/package/@tsparticles/all) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni)
6
6
 
7
- [tsParticles](https://github.com/matteobruni/tsparticles) all bundle loads all the features to a `@tsparticles/engine` instance.
7
+ [tsParticles](https://github.com/tsparticles/tsparticles) all bundle loads all the features to a `@tsparticles/engine` instance.
8
8
 
9
9
  **Included Packages**
10
10
 
11
- - [tsparticles (and all its dependencies)](https://github.com/matteobruni/tsparticles/tree/main/bundles/full)
12
- - [@tsparticles/interaction-light](https://github.com/matteobruni/tsparticles/tree/main/interactions/light)
13
- - [@tsparticles/interaction-particles-repulse](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/repulse)
14
- - [@tsparticles/path-curves](https://github.com/matteobruni/tsparticles/tree/main/paths/curves)
15
- - [@tsparticles/path-perlin-noise](https://github.com/matteobruni/tsparticles/tree/main/paths/perlinNoise)
16
- - [@tsparticles/path-polygon](https://github.com/matteobruni/tsparticles/tree/main/paths/polygon)
17
- - [@tsparticles/path-simplex-noise](https://github.com/matteobruni/tsparticles/tree/main/paths/simplexNoise)
18
- - [@tsparticles/path-svg](https://github.com/matteobruni/tsparticles/tree/main/paths/svg)
19
- - [@tsparticles/plugin-canvas-mask](https://github.com/matteobruni/tsparticles/tree/main/plugins/canvasMask)
20
- - [@tsparticles/plugin-easing-back](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/back)
21
- - [@tsparticles/plugin-easing-circ](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/circ)
22
- - [@tsparticles/plugin-easing-cubic](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/cubic)
23
- - [@tsparticles/plugin-easing-expo](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/expo)
24
- - [@tsparticles/plugin-easing-quart](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/quart)
25
- - [@tsparticles/plugin-easing-quint](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/quint)
26
- - [@tsparticles/plugin-easing-sine](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/sine)
27
- - [@tsparticles/plugin-export-image](https://github.com/matteobruni/tsparticles/tree/main/plugins/exports/image)
28
- - [@tsparticles/plugin-export-json](https://github.com/matteobruni/tsparticles/tree/main/plugins/exports/json)
29
- - [@tsparticles/plugin-export-video](https://github.com/matteobruni/tsparticles/tree/main/plugins/exports/video)
30
- - [@tsparticles/plugin-hsv-color](https://github.com/matteobruni/tsparticles/tree/main/plugins/hsvColor)
31
- - [@tsparticles/plugin-infection](https://github.com/matteobruni/tsparticles/tree/main/plugins/infection)
32
- - [@tsparticles/plugin-motion](https://github.com/matteobruni/tsparticles/tree/main/plugins/motion)
33
- - [@tsparticles/plugin-polygon-mask](https://github.com/matteobruni/tsparticles/tree/main/plugins/polygonMask)
34
- - [@tsparticles/plugin-sounds](https://github.com/matteobruni/tsparticles/tree/main/plugins/sounds)
35
- - [@tsparticles/shape-arrow](https://github.com/matteobruni/tsparticles/tree/main/shapes/arrow)
36
- - [@tsparticles/shape-bubble](https://github.com/matteobruni/tsparticles/tree/main/shapes/bubble)
37
- - [@tsparticles/shape-cards](https://github.com/matteobruni/tsparticles/tree/main/shapes/cards)
38
- - [@tsparticles/shape-cog](https://github.com/matteobruni/tsparticles/tree/main/shapes/cog)
39
- - [@tsparticles/shape-heart](https://github.com/matteobruni/tsparticles/tree/main/shapes/heart)
40
- - [@tsparticles/shape-multiline-text](https://github.com/matteobruni/tsparticles/tree/main/shapes/multiline-text)
41
- - [@tsparticles/shape-path](https://github.com/matteobruni/tsparticles/tree/main/shapes/path)
42
- - [@tsparticles/shape-rounded-polygon](https://github.com/matteobruni/tsparticles/tree/main/shapes/polygon)
43
- - [@tsparticles/shape-rounded-rect](https://github.com/matteobruni/tsparticles/tree/main/shapes/rect)
44
- - [@tsparticles/shape-spiral](https://github.com/matteobruni/tsparticles/tree/main/shapes/spiral)
45
- - [@tsparticles/updater-gradient](https://github.com/matteobruni/tsparticles/tree/main/updaters/gradient)
46
- - [@tsparticles/updater-orbit](https://github.com/matteobruni/tsparticles/tree/main/updaters/orbit)
11
+ - [tsparticles (and all its dependencies)](https://github.com/tsparticles/tsparticles/tree/main/bundles/full)
12
+ - [@tsparticles/interaction-light](https://github.com/tsparticles/tsparticles/tree/main/interactions/light)
13
+ - [@tsparticles/interaction-particles-repulse](https://github.com/tsparticles/tsparticles/tree/main/interactions/particles/repulse)
14
+ - [@tsparticles/path-curves](https://github.com/tsparticles/tsparticles/tree/main/paths/curves)
15
+ - [@tsparticles/path-perlin-noise](https://github.com/tsparticles/tsparticles/tree/main/paths/perlinNoise)
16
+ - [@tsparticles/path-polygon](https://github.com/tsparticles/tsparticles/tree/main/paths/polygon)
17
+ - [@tsparticles/path-simplex-noise](https://github.com/tsparticles/tsparticles/tree/main/paths/simplexNoise)
18
+ - [@tsparticles/path-svg](https://github.com/tsparticles/tsparticles/tree/main/paths/svg)
19
+ - [@tsparticles/plugin-canvas-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/canvasMask)
20
+ - [@tsparticles/plugin-easing-back](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/back)
21
+ - [@tsparticles/plugin-easing-circ](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/circ)
22
+ - [@tsparticles/plugin-easing-cubic](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/cubic)
23
+ - [@tsparticles/plugin-easing-expo](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/expo)
24
+ - [@tsparticles/plugin-easing-quart](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/quart)
25
+ - [@tsparticles/plugin-easing-quint](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/quint)
26
+ - [@tsparticles/plugin-easing-sine](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/sine)
27
+ - [@tsparticles/plugin-export-image](https://github.com/tsparticles/tsparticles/tree/main/plugins/exports/image)
28
+ - [@tsparticles/plugin-export-json](https://github.com/tsparticles/tsparticles/tree/main/plugins/exports/json)
29
+ - [@tsparticles/plugin-export-video](https://github.com/tsparticles/tsparticles/tree/main/plugins/exports/video)
30
+ - [@tsparticles/plugin-hsv-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/hsvColor)
31
+ - [@tsparticles/plugin-infection](https://github.com/tsparticles/tsparticles/tree/main/plugins/infection)
32
+ - [@tsparticles/plugin-motion](https://github.com/tsparticles/tsparticles/tree/main/plugins/motion)
33
+ - [@tsparticles/plugin-polygon-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/polygonMask)
34
+ - [@tsparticles/plugin-sounds](https://github.com/tsparticles/tsparticles/tree/main/plugins/sounds)
35
+ - [@tsparticles/shape-arrow](https://github.com/tsparticles/tsparticles/tree/main/shapes/arrow)
36
+ - [@tsparticles/shape-bubble](https://github.com/tsparticles/tsparticles/tree/main/shapes/bubble)
37
+ - [@tsparticles/shape-cards](https://github.com/tsparticles/tsparticles/tree/main/shapes/cards)
38
+ - [@tsparticles/shape-cog](https://github.com/tsparticles/tsparticles/tree/main/shapes/cog)
39
+ - [@tsparticles/shape-heart](https://github.com/tsparticles/tsparticles/tree/main/shapes/heart)
40
+ - [@tsparticles/shape-multiline-text](https://github.com/tsparticles/tsparticles/tree/main/shapes/multiline-text)
41
+ - [@tsparticles/shape-path](https://github.com/tsparticles/tsparticles/tree/main/shapes/path)
42
+ - [@tsparticles/shape-rounded-polygon](https://github.com/tsparticles/tsparticles/tree/main/shapes/polygon)
43
+ - [@tsparticles/shape-rounded-rect](https://github.com/tsparticles/tsparticles/tree/main/shapes/rect)
44
+ - [@tsparticles/shape-spiral](https://github.com/tsparticles/tsparticles/tree/main/shapes/spiral)
45
+ - [@tsparticles/updater-gradient](https://github.com/tsparticles/tsparticles/tree/main/updaters/gradient)
46
+ - [@tsparticles/updater-orbit](https://github.com/tsparticles/tsparticles/tree/main/updaters/orbit)
47
47
 
48
48
  ## How to use it
49
49
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tsparticles/all",
3
- "version": "3.0.0-beta.1",
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/matteobruni/tsparticles.git",
8
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
9
9
  "directory": "bundles/all"
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,43 +99,43 @@
99
99
  "./package.json": "./package.json"
100
100
  },
101
101
  "dependencies": {
102
- "@tsparticles/engine": "^3.0.0-beta.1",
103
- "@tsparticles/interaction-light": "^3.0.0-beta.1",
104
- "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.1",
105
- "@tsparticles/path-curves": "^3.0.0-beta.1",
106
- "@tsparticles/path-perlin-noise": "^3.0.0-beta.1",
107
- "@tsparticles/path-polygon": "^3.0.0-beta.1",
108
- "@tsparticles/path-simplex-noise": "^3.0.0-beta.1",
109
- "@tsparticles/path-svg": "^3.0.0-beta.1",
110
- "@tsparticles/plugin-canvas-mask": "^3.0.0-beta.1",
111
- "@tsparticles/plugin-easing-back": "^3.0.0-beta.1",
112
- "@tsparticles/plugin-easing-circ": "^3.0.0-beta.1",
113
- "@tsparticles/plugin-easing-cubic": "^3.0.0-beta.1",
114
- "@tsparticles/plugin-easing-expo": "^3.0.0-beta.1",
115
- "@tsparticles/plugin-easing-quart": "^3.0.0-beta.1",
116
- "@tsparticles/plugin-easing-quint": "^3.0.0-beta.1",
117
- "@tsparticles/plugin-easing-sine": "^3.0.0-beta.1",
118
- "@tsparticles/plugin-export-image": "^3.0.0-beta.1",
119
- "@tsparticles/plugin-export-json": "^3.0.0-beta.1",
120
- "@tsparticles/plugin-export-video": "^3.0.0-beta.1",
121
- "@tsparticles/plugin-hsv-color": "^3.0.0-beta.1",
122
- "@tsparticles/plugin-infection": "^3.0.0-beta.1",
123
- "@tsparticles/plugin-motion": "^3.0.0-beta.1",
124
- "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.1",
125
- "@tsparticles/plugin-sounds": "^3.0.0-beta.1",
126
- "@tsparticles/shape-arrow": "^3.0.0-beta.1",
127
- "@tsparticles/shape-bubble": "^3.0.0-beta.1",
128
- "@tsparticles/shape-cards": "^3.0.0-beta.1",
129
- "@tsparticles/shape-cog": "^3.0.0-beta.1",
130
- "@tsparticles/shape-heart": "^3.0.0-beta.1",
131
- "@tsparticles/shape-multiline-text": "^3.0.0-beta.1",
132
- "@tsparticles/shape-path": "^3.0.0-beta.1",
133
- "@tsparticles/shape-rounded-polygon": "^3.0.0-beta.1",
134
- "@tsparticles/shape-rounded-rect": "^3.0.0-beta.1",
135
- "@tsparticles/shape-spiral": "^3.0.0-beta.1",
136
- "@tsparticles/updater-gradient": "^3.0.0-beta.1",
137
- "@tsparticles/updater-orbit": "^3.0.0-beta.1",
138
- "tsparticles": "^3.0.0-beta.1"
102
+ "@tsparticles/engine": "^3.0.0-beta.2",
103
+ "@tsparticles/interaction-light": "^3.0.0-beta.2",
104
+ "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.2",
105
+ "@tsparticles/path-curves": "^3.0.0-beta.2",
106
+ "@tsparticles/path-perlin-noise": "^3.0.0-beta.2",
107
+ "@tsparticles/path-polygon": "^3.0.0-beta.2",
108
+ "@tsparticles/path-simplex-noise": "^3.0.0-beta.2",
109
+ "@tsparticles/path-svg": "^3.0.0-beta.2",
110
+ "@tsparticles/plugin-canvas-mask": "^3.0.0-beta.2",
111
+ "@tsparticles/plugin-easing-back": "^3.0.0-beta.2",
112
+ "@tsparticles/plugin-easing-circ": "^3.0.0-beta.2",
113
+ "@tsparticles/plugin-easing-cubic": "^3.0.0-beta.2",
114
+ "@tsparticles/plugin-easing-expo": "^3.0.0-beta.2",
115
+ "@tsparticles/plugin-easing-quart": "^3.0.0-beta.2",
116
+ "@tsparticles/plugin-easing-quint": "^3.0.0-beta.2",
117
+ "@tsparticles/plugin-easing-sine": "^3.0.0-beta.2",
118
+ "@tsparticles/plugin-export-image": "^3.0.0-beta.2",
119
+ "@tsparticles/plugin-export-json": "^3.0.0-beta.2",
120
+ "@tsparticles/plugin-export-video": "^3.0.0-beta.2",
121
+ "@tsparticles/plugin-hsv-color": "^3.0.0-beta.2",
122
+ "@tsparticles/plugin-infection": "^3.0.0-beta.2",
123
+ "@tsparticles/plugin-motion": "^3.0.0-beta.2",
124
+ "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.2",
125
+ "@tsparticles/plugin-sounds": "^3.0.0-beta.2",
126
+ "@tsparticles/shape-arrow": "^3.0.0-beta.2",
127
+ "@tsparticles/shape-bubble": "^3.0.0-beta.2",
128
+ "@tsparticles/shape-cards": "^3.0.0-beta.2",
129
+ "@tsparticles/shape-cog": "^3.0.0-beta.2",
130
+ "@tsparticles/shape-heart": "^3.0.0-beta.2",
131
+ "@tsparticles/shape-multiline-text": "^3.0.0-beta.2",
132
+ "@tsparticles/shape-path": "^3.0.0-beta.2",
133
+ "@tsparticles/shape-rounded-polygon": "^3.0.0-beta.2",
134
+ "@tsparticles/shape-rounded-rect": "^3.0.0-beta.2",
135
+ "@tsparticles/shape-spiral": "^3.0.0-beta.2",
136
+ "@tsparticles/updater-gradient": "^3.0.0-beta.2",
137
+ "@tsparticles/updater-orbit": "^3.0.0-beta.2",
138
+ "tsparticles": "^3.0.0-beta.2"
139
139
  },
140
140
  "publishConfig": {
141
141
  "access": "public"