File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### A lightweight JavaScript library for creating particles.
4
4
5
- <img src =" https://dl.dropboxusercontent.com/u/19580440/particlesjs-assets/github-screen.jpg " />
5
+ <img src =" https://dl.dropboxusercontent.com/u/19580440/particlesjs-assets/github-screen.jpg " alt =" particles.js generator " />
6
+ -------------------------------
6
7
Configure, export, and share your particles.js configuration on CodePen: <br />
7
8
http://vincentgarreau.com/particles.js
8
9
@@ -21,7 +22,7 @@ Load particles.js and configure the particles:
21
22
``` javascript
22
23
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
23
24
particlesJS .load (' particles-js' , ' assets/particles.json' , function () {
24
- console .log (' callback - particles- js config loaded' );
25
+ console .log (' callback - particles. js config loaded' );
25
26
});
26
27
```
27
28
You can’t perform that action at this time.
0 commit comments