Particle system for ThreeJS
You can create your own particle effects with it's editor https://github.com/NewKrok/three-particles-editor
https://newkrok.com/three-particles-editor/index.html
npm package https://www.npmjs.com/package/@newkrok/three-particles
Install with npm
npm i @newkrok/three-particles
Add as a package.json dependency
"dependencies": { ... "@newkrok/three-particles": "0.7.0" ... },