From 4e738ba208e539fe7837d13cc0871120f378148f Mon Sep 17 00:00:00 2001 From: SkyExploreWasTaken <137637126+SkyExploreWasTaken@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:09:57 +0200 Subject: [PATCH] Delete config.js --- config.js | 123 ------------------------------------------------------ 1 file changed, 123 deletions(-) delete mode 100644 config.js diff --git a/config.js b/config.js deleted file mode 100644 index b3f29973e..000000000 --- a/config.js +++ /dev/null @@ -1,123 +0,0 @@ -/* ----------------------------------------------- -/* How to use? : Check the GitHub README -/* ----------------------------------------------- */ - -/* To load a config file (particles.json) you need to host this demo (MAMP/WAMP/local)... */ - - - -/* Otherwise just put the config content (json): */ - -particlesJS('particles-js', - - { - "particles": { - "number": { - "value": 43, - "density": { - "enable": true, - "value_area": 800 - } - }, - "color": { - "value": "#ffffff" - }, - "shape": { - "type": "circle", - "stroke": { - "width": 0, - "color": "#000000" - }, - "polygon": { - "nb_sides": 5 - }, - "image": { - "src": "img/github.svg", - "width": 100, - "height": 100 - } - }, - "opacity": { - "value": 0.5, - "random": true, - "anim": { - "enable": false, - "speed": 1, - "opacity_min": 0.1, - "sync": false - } - }, - "size": { - "value": 3, - "random": true, - "anim": { - "enable": false, - "speed": 40, - "size_min": 0.1, - "sync": false - } - }, - "line_linked": { - "enable": true, - "distance": 150, - "color": "#ffffff", - "opacity": 0.5445204668671129, - "width": 1 - }, - "move": { - "enable": true, - "speed": 6, - "direction": "none", - "random": true, - "straight": false, - "out_mode": "out", - "bounce": false, - "attract": { - "enable": true, - "rotateX": 600, - "rotateY": 1200 - } - } - }, - "interactivity": { - "detect_on": "window", - "events": { - "onhover": { - "enable": true, - "mode": "grab" - }, - "onclick": { - "enable": false, - "mode": "bubble" - }, - "resize": true - }, - "modes": { - "grab": { - "distance": 251.73215698496793, - "line_linked": { - "opacity": 0.3399433427762041 - } - }, - "bubble": { - "distance": 167.8214379899786, - "size": 3.99574852357092, - "duration": 0.39957485235709195, - "opacity": 8, - "speed": 3 - }, - "repulse": { - "distance": 200, - "duration": 0.4 - }, - "push": { - "particles_nb": 4 - }, - "remove": { - "particles_nb": 2 - } - } - }, - "retina_detect": true - } - ); \ No newline at end of file