UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines 415 B
/** * * @param {number[]} vertices * @param {CanvasRenderingContext2D} ctx * @param [fillColor] * @param [strokeColor] * @param [highlight_vertices] * @param [vertex_draw_size] * @param {number} [offset] in pixels */ export function canvas2d_draw_path({ vertices, ctx, fillColor, strokeColor, highlight_vertices, vertex_draw_size, offset }: number[]): void; //# sourceMappingURL=canvas2d_draw_path.d.ts.map