pixi.js / packages / sprite /
@Matt Karl Matt Karl authored on 28 Feb 2018
GitHub committed on 28 Feb 2018
..
src Replaces PREFER_WEBGL_2 and options.legacy with ENV and PREFER_ENV (#4718) 7 years ago
test Next Restructure for v5 (#4387) 7 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Decouple Canvas Functionality (v5) (#4429) 7 years ago
package.json Test and build system optimizations (v5) (#4460) 7 years ago
README.md

@pixi/sprite

Installation

npm install @pixi/sprite

Usage

import { SpriteRenderer } from '@pixi/sprite';
import { Renderer } from '@pixi/core';

Renderer.registerPlugin('sprite', SpriteRenderer);