You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna setup this particles.js library with React application. I have installed with npm install particles.js. Then how to import it and use it? Where should I put particlesjs-config.json file?
The text was updated successfully, but these errors were encountered:
You don't need to install that package to have particles in React. There's this package that already creates a particles component in React: https://github.com/Wufe/react-particles-js
I wanna setup this particles.js library with React application. I have installed with
npm install particles.js
. Then how to import it and use it? Where should I putparticlesjs-config.json
file?The text was updated successfully, but these errors were encountered: