pixi.js / packages / sprite /
@Ivan Popelyshev Ivan Popelyshev authored on 4 Mar 2018
Matt Karl committed on 4 Mar 2018
..
src Mesh and Texture fixes (#4721) 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);