pixi.js / packages / spritesheet /
@Dave Moore Dave Moore authored on 15 Jan 2019
Matt Karl committed on 15 Jan 2019
..
src Documentation updates (#5366) 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 Updating package.json descriptions (#5362) 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);