UNPKG

@thi.ng/hiccup-canvas

Version:

Hiccup shape tree renderer for vanilla Canvas 2D contexts

3 lines 190 B
import type { IObjectOf } from "@thi.ng/api"; export declare const path: (ctx: CanvasRenderingContext2D, attribs: IObjectOf<any>, segments: any[]) => void; //# sourceMappingURL=path.d.ts.map