# @pixi/particles

## Installation

```bash
npm install @pixi/particles
```

## Usage

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

Renderer.registerPlugin('particle', ParticleRenderer);
```