pixi.js / packages / spritesheet /
@Matt Karl Matt Karl authored on 30 Nov 2017
GitHub committed on 30 Nov 2017
..
src Removes PIXI.loaders namespace, adds consistent loader plugin structure (v5) (#4471) 7 years ago
test Fixes scoping issue with middleware loader (#4495) 7 years ago
LICENSE Next Restructure for v5 (#4387) 7 years ago
README.md Removes PIXI.loaders namespace, adds consistent loader plugin structure (v5) (#4471) 7 years ago
package.json Fixes NodeJS APIs (#4498) 7 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);