Relative Content

Tag Archive for reactjsreact-hookswebsocket

Particles not rendering as I want them unless I make a manual change to the file

… import ‘particles.js/particles; … useEffect(() => { const particlesJS = window.particlesJS; particlesJS(“particles-js”, { particles: { number: { value: 500, density: { enable: true, value_area: 800 } }, color: { value: “#ffffff” }, shape: { type: “circle” }, opacity: { value: 0.5, random: true, anim: { enable: true, speed: 1, opacity_min: 0.1, sync: false } }, […]