pixi.js / packages / particles /
@Matt Karl Matt Karl authored on 28 Nov 2017
GitHub committed on 28 Nov 2017
..
src Fixes to the Publishing Pipeline (v5) (#4494) 7 years ago
LICENSE Next Restructure for v5 (#4387) 7 years ago
README.md Removes PIXI.particles top-level namespace (v5) (#4464) 7 years ago
package.json Test and build system optimizations (v5) (#4460) 7 years ago
README.md

@pixi/particles

Installation

npm install @pixi/particles

Usage

import {ParticleRenderer} from '@pixi/particles';
import {Renderer} from '@pixi/core';

Renderer.registerPlugin('particle', ParticleRenderer);