I try to use tsparticles with React javascript, it is in my package-json, however it still show:
Module not found: Can't resolve 'tsparticles' in 'D:\coding\MyBlog\frontend\src\componeomponents'nts'
when I try to
import { tsParticles } from "tsparticles";
Can somebody kindly tell me what's going on here?
For React you should install the following package
npm install react-tsparticles
And import it like this
import Particles from "react-tsparticles";
Read more about it and see some examples here https://github.com/matteobruni/tsparticles/blob/main/components/react/README.md