UNPKG

@thi.ng/hiccup-canvas

Version:

Hiccup shape tree renderer for vanilla Canvas 2D contexts

3 lines 177 B
import type { DrawState } from "./api.js"; export declare const draw: (ctx: CanvasRenderingContext2D, shape: any, pstate?: DrawState) => void; //# sourceMappingURL=draw.d.ts.map