UNPKG

gw-canvas

Version:

Library for rendering colorized bitmap fonts. Very fast, suitable for applications where the whole canvas needs frequent redrawing.

10 lines (9 loc) 518 B
import { Canvas, ImageOptions, FontOptions, NotSupportedError, withImage, withFont } from "./canvas"; import { Glyphs } from "./glyphs"; import { Buffer, DataBuffer } from "./buffer"; import { Mixer } from "./mixer"; import { configure } from "./config"; import { Sprite, SpriteConfig } from "./sprite"; export * from "./layer"; export { Canvas, ImageOptions, FontOptions, Glyphs, Buffer, DataBuffer, Mixer, Sprite, SpriteConfig, withImage, withFont, configure, NotSupportedError, }; export * as color from "./color";