Description:
A 2D/3D particle library built with React, Three.js and WebGL.
Features:
- Simple drop-in usage, plays nice with SSR (the demo is running Next.js)
- Smooth 60FPS particles and lines via WebGL
- Full Three.js OrbitControls for extreme (optional) scene interactivity
- Highly customizable particles and lines
Installation:
# Yarn $ yarn add react-particles-webgl three # NPM $ npm install react-particles-webgl three --save



