UNPKG

gw-canvas

Version:

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

7 lines (6 loc) 137 B
export var options = { random: Math.random.bind(Math), }; export function configure(opts = {}) { Object.assign(options, opts); }