pixi.js / packages / spritesheet /
@Matt Karl Matt Karl authored on 9 Dec 2018
Chad Engler committed on 9 Dec 2018
..
src Adds support for TexturePacker's anchor and animations (#5011) 6 years ago
test Cleanup spritesheet source files 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 [next] House-keeping for dependencies and tests (#5277) 6 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);