pixi.js / packages / text-bitmap /
@raj17x raj17x authored on 22 May 2018
Matt Karl committed on 22 May 2018
..
src Add a few code examples in the docs and fix grammatical mistakes (#4917) 6 years ago
test Fixes remaining from* methods (#4832) 7 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Pedantic spelling fixes (#4797) 7 years ago
package.json v5.0.0-alpha.2 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/loaders';
Loader.registerPlugin(BitmapFontLoader);