Holy-Unblocker/views/assets/js/part-bg.js
BinBashBanana a84ed43f31 read the description update
- Tidy up backend JS
- Tidy up frontend JS
- Add Emulators
- Add frame page for all stealth pages
- Add random invisible cooking inserts
- Fix header misalignment
- Random other tiny fixes and improvements
2021-04-07 16:49:32 -07:00

13 lines
No EOL
540 B
JavaScript

/* -----------------------------------------------
/* Author : Vincent Garreau - vincentgarreau.com
/* MIT license: http://opensource.org/licenses/MIT
/* Demo / Generator : vincentgarreau.com/particles.js
/* GitHub : github.com/VincentGarreau/particles.js
/* How to use? : Check the GitHub README
/* v2.0.0
/* ----------------------------------------------- */
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'particles.json', function() {
console.log('particles.js loaded...');
});