pixi.js / packages / text-bitmap /
@Winnie Winnie authored on 6 Jan 2018
Matt Karl committed on 6 Jan 2018
..
src Fixes NodeJS APIs (#4498) 7 years ago
test Texture and Resources Refactor (v5) (#4507) 7 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 Test and build system optimizations (v5) (#4460) 7 years ago
README.md

@pixi/text-bitmap

Installation

npm install @pixi/text-bitmap

Usage

import { BitmapFontLoader } from '@pixi/text-bitmap';
import { Loader } from '@pixi/loders';
Loader.registerPlugin(BitmapFontLoader);