canvasparticles-js 3.2.14 → 3.2.15
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 +1 -1
- package/canvasParticles.js +2 -2
- package/canvasParticles.mjs +2 -2
- package/package.json +30 -30
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ Play around with these values: [Sandbox](http://kylehoeckman.great-site.net/canv
|
|
|
155
155
|
<summary><h3>Options structure</h3></summary>
|
|
156
156
|
|
|
157
157
|
The default value will be used when an option is assigned an invalid value.<br>
|
|
158
|
-
|
|
158
|
+
Your screen resolution and refresh rate will directly impact perfomance!
|
|
159
159
|
|
|
160
160
|
```js
|
|
161
161
|
const options = {
|
package/canvasParticles.js
CHANGED
package/canvasParticles.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "canvasparticles-js",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "In an HTML canvas, a bunch of floating particles connected with lines when they approach eachother. Creating a fun and interactive background.",
|
|
5
|
-
"main": "canvasParticles.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/Khoeckman/canvasParticles.git"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"front-end",
|
|
13
|
-
"frontend",
|
|
14
|
-
"canvas",
|
|
15
|
-
"particles",
|
|
16
|
-
"particle",
|
|
17
|
-
"animation",
|
|
18
|
-
"animated",
|
|
19
|
-
"javascript",
|
|
20
|
-
"js",
|
|
21
|
-
"html5",
|
|
22
|
-
"html"
|
|
23
|
-
],
|
|
24
|
-
"author": "Kyle Hoeckman",
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"bugs": {
|
|
27
|
-
"url": "https://github.com/Khoeckman/canvasParticles/issues"
|
|
28
|
-
},
|
|
29
|
-
"homepage": "http://kylehoeckman.great-site.net/canvas-particles/"
|
|
30
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "canvasparticles-js",
|
|
3
|
+
"version": "3.2.15",
|
|
4
|
+
"description": "In an HTML canvas, a bunch of floating particles connected with lines when they approach eachother. Creating a fun and interactive background.",
|
|
5
|
+
"main": "canvasParticles.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/Khoeckman/canvasParticles.git"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"front-end",
|
|
13
|
+
"frontend",
|
|
14
|
+
"canvas",
|
|
15
|
+
"particles",
|
|
16
|
+
"particle",
|
|
17
|
+
"animation",
|
|
18
|
+
"animated",
|
|
19
|
+
"javascript",
|
|
20
|
+
"js",
|
|
21
|
+
"html5",
|
|
22
|
+
"html"
|
|
23
|
+
],
|
|
24
|
+
"author": "Kyle Hoeckman",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/Khoeckman/canvasParticles/issues"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "http://kylehoeckman.great-site.net/canvas-particles/"
|
|
30
|
+
}
|