@tsparticles/path-polygon 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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://www.npmjs.com/package/@tsparticles/path-polygon)
|
|
7
7
|
[](https://www.npmjs.com/package/@tsparticles/path-polygon) [](https://github.com/sponsors/matteobruni)
|
|
8
8
|
|
|
9
|
-
[tsParticles](https://github.com/
|
|
9
|
+
[tsParticles](https://github.com/tsparticles/tsparticles) path plugin for polygon movement.
|
|
10
10
|
|
|
11
11
|
## How to use it
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/path-polygon",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
4
4
|
"description": "tsParticles polygon path",
|
|
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": "paths/polygon"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
70
70
|
"license": "MIT",
|
|
71
71
|
"bugs": {
|
|
72
|
-
"url": "https://github.com/
|
|
72
|
+
"url": "https://github.com/tsparticles/tsparticles/issues"
|
|
73
73
|
},
|
|
74
74
|
"funding": [
|
|
75
75
|
{
|
|
@@ -104,6 +104,6 @@
|
|
|
104
104
|
"./package.json": "./package.json"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
107
|
+
"@tsparticles/engine": "^3.0.0-beta.3"
|
|
108
108
|
}
|
|
109
109
|
}
|