Getting Started
Installation

Installation

Install threeparticles using your preferred package manager.

npm

npm install threeparticles three

yarn

yarn add threeparticles three

pnpm

pnpm add threeparticles three

Peer 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.