File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 5
5
------------------------------
6
6
### ` Demo / Generator `
7
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 >
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
9
10
10
Configure, export, and share your particles.js configuration on CodePen: <br />
11
- http://vincentgarreau.com/particles.js
11
+ http://vincentgarreau.com/particles.js/
12
12
13
13
CodePen demo: <br />
14
14
http://codepen.io/VincentGarreau/pen/pnlso
@@ -214,6 +214,7 @@ key | option type / notes | example
214
214
### ` Packages install `
215
215
216
216
##### *** npm***
217
+ https://www.npmjs.com/package/particles.js
217
218
```
218
219
npm install particles.js
219
220
```
@@ -228,6 +229,12 @@ bower install particles.js --save
228
229
gem 'rails-assets-particles.js'
229
230
```
230
231
232
+ ##### *** Meteor***
233
+ https://atmospherejs.com/newswim/particles
234
+ ```
235
+ meteor add newswim:particles
236
+ ```
237
+
231
238
-------------------------------
232
239
233
240
### ` Hosting / CDN `
You can’t perform that action at this time.
0 commit comments