pixi.js / packages / sprite /
@Matt Karl Matt Karl authored on 22 Sep 2018
GitHub committed on 22 Sep 2018
..
src Revert "[next] Sprite, Mesh and Graphics refactor to including in batching (#5069)" (#5127) 6 years ago
test Revert "[next] Sprite, Mesh and Graphics refactor to including in batching (#5069)" (#5127) 6 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Revert "[next] Sprite, Mesh and Graphics refactor to including in batching (#5069)" (#5127) 6 years ago
package.json v5.0.0-alpha.3 6 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);