pixi.js / packages / spritesheet /
@Yevhenii Huselietov Yevhenii Huselietov authored on 21 Jun 2019
Matt Karl committed on 21 Jun 2019
..
src Updated comments and docs for deprecated methods / properties. (#5616) 6 years ago
test Updated comments and docs for deprecated methods / properties. (#5616) 6 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Removes PIXI.loaders namespace, adds consistent loader plugin structure (v5) (#4471) 7 years ago
package.json Bump floss for 3.0 & codecov integration (#5792) 5 years ago
README.md

@pixi/spritesheet

Installation

npm install @pixi/spritesheet

Usage

import { SpritesheetLoader } from '@pixi/spritesheet';
import { Loader } from '@pixi/loaders';
Loader.registerPlugin(SpritesheetLoader);