UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines 399 B
/** * * @param {CanvasRenderingContext2D} ctx * @param {string} text * @param {number} x * @param {number} y * @param {string} [color] CSS color * @param {number} [fontSize] in pixels * @param {string} [outline] CSS color */ export function canvas2d_draw_label({ ctx, text, x, y, color, fontSize, outline }: CanvasRenderingContext2D): void; //# sourceMappingURL=canvas2d_draw_label.d.ts.map