Installation
Install threeparticles using your preferred package manager.
npm
npm install threeparticles threeyarn
yarn add threeparticles threepnpm
pnpm add threeparticles threePeer Dependencies
threeparticles requires Three.js as a peer dependency. Make sure you have Three.js version 0.150.0 or later installed.
TypeScript
threeparticles is written in TypeScript and includes type definitions out of the box. No additional @types packages are needed.