pixi.js / packages / sprite /
@Matt Karl Matt Karl authored on 19 Nov 2017
GitHub committed on 19 Nov 2017
..
src Decouple Canvas Functionality (v5) (#4429) 7 years ago
test Next Restructure for v5 (#4387) 7 years ago
LICENSE Next Restructure for v5 (#4387) 7 years ago
README.md Decouple Canvas Functionality (v5) (#4429) 7 years ago
package.json Decouple Canvas Functionality (v5) (#4429) 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);