mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 21:00:00 -04:00

- 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
13 lines
No EOL
540 B
JavaScript
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...');
|
|
}); |