pixi.js / packages / text-bitmap /
@Dave Moore Dave Moore authored on 21 Aug 2018
Matt Karl committed on 21 Aug 2018
..
src Setting text to be "" means it is actually "", and not transformed to " " (#5059) 6 years ago
test Creates unit-test and improves single and multiple image font loading (#4951) 6 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.3 6 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);