Is there a particle system available for three.js that can be utilized as an npm package (imported without causing global namespace clutter)?
Edit: I would like to incorporate it as a module within a webpack bundling setup, eliminating the necessity for global namespace variables.