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 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
- All recommendations are for a 179 particles at 60 updates/s. (see options.particles.ppm)
158
+ Your screen resolution and refresh rate will directly impact perfomance!
159
159
 
160
160
  ```js
161
161
  const options = {
@@ -5,10 +5,10 @@
5
5
  * Canvas Particles JS
6
6
  *
7
7
  * @class CanvasParticles
8
- * @version 3.2.14
8
+ * @version 3.2.15
9
9
  */
10
10
  class CanvasParticles {
11
- static version = '3.2.14'
11
+ static version = '3.2.15'
12
12
  animating = false
13
13
 
14
14
  /**
@@ -5,10 +5,10 @@
5
5
  * Canvas Particles JS
6
6
  *
7
7
  * @module CanvasParticles
8
- * @version 3.2.14
8
+ * @version 3.2.15
9
9
  */
10
10
  export default class CanvasParticles {
11
- static version = '3.2.14'
11
+ static version = '3.2.15'
12
12
  animating = false
13
13
 
14
14
  /**
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
- {
2
- "name": "canvasparticles-js",
3
- "version": "3.2.14",
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
+ }