gw-canvas
Version:
Library for rendering colorized bitmap fonts. Very fast, suitable for applications where the whole canvas needs frequent redrawing.
11 lines (10 loc) • 468 B
JavaScript
import { Canvas, NotSupportedError, withImage, withFont, } from "./canvas";
import { Glyphs } from "./glyphs";
import { Buffer, DataBuffer } from "./buffer";
import { Mixer } from "./mixer";
import { configure } from "./config";
import { Sprite } from "./sprite";
export * from "./layer";
export { Canvas, Glyphs, Buffer, DataBuffer, Mixer, Sprite, withImage, withFont, configure, NotSupportedError, };
import * as color_1 from "./color";
export { color_1 as color };