Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/js/particles.js
595 views
1
/* -----------------------------------------------
2
/* How to use? : Check the GitHub README
3
/* ----------------------------------------------- */
4
5
/* To load a config file (particles.json) you need to host this demo (MAMP/WAMP/local)... */
6
/*
7
particlesJS.load('particles-js', 'particles.json', function() {
8
console.log('particles.js loaded - callback');
9
});
10
*/
11
12
/* Otherwise just put the config content (json): */
13
14
particlesJS.load('particles-js', '../data/particles.json', function() {
15
console.log('particles.js loaded');
16
});
17