1
2
3
4
5
6
7
8
9
10
11
12
| /* -----------------------------------------------
| /* How to use? : Check the GitHub README
| /* ----------------------------------------------- */
|
| /* To load a config file (particles.json) you need to host this demo (MAMP/WAMP/local)... */
| /*
| particlesJS.load('particles-js', 'particles.json', function() {
| console.log('particles.js loaded - callback');
| });
| */
|
| /* Otherwise just put the config content (json): */
|
|