pixi.js / packages / spritesheet /
@Andreas Loew Andreas Loew authored on 30 Jul 2018
Matt Karl committed on 30 Jul 2018
..
src Adds support for TexturePacker's anchor and animations (#5011) 6 years ago
test Adds support for TexturePacker's anchor and animations (#5011) 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 v5.0.0-alpha.3 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);