File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-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
+ ------------------------------
6
+ ### ` Demo / Generator `
7
+
8
+ <a href =" http://vincentgarreau.com/particles.js " target =" _blank " ><img src =" https://dl.dropboxusercontent.com/u/19580440/particlesjs-assets/github-screen.jpg " alt =" particles.js generator " /></a >
9
+
10
+ Configure, export, and share your particles.js configuration on CodePen: <br />
11
+ http://vincentgarreau.com/particles.js
12
+
5
13
-------------------------------
14
+ ### ` Usage `
6
15
7
16
Load particles.js and configure the particles:
8
17
@@ -17,7 +26,7 @@ Load particles.js and configure the particles:
17
26
``` javascript
18
27
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
19
28
particlesJS .load (' particles-js' , ' assets/particles.json' , function () {
20
- console .log (' callback - particles- js config loaded' );
29
+ console .log (' callback - particles. js config loaded' );
21
30
});
22
31
```
23
32
@@ -209,4 +218,4 @@ bower install particles.js --save
209
218
##### *** Rails Assets***
210
219
```
211
220
gem 'rails-assets-particles.js'
212
- ```
221
+ ```
You can’t perform that action at this time.
0 commit comments