UNPKG

@thi.ng/hiccup-canvas

Version:

Hiccup shape tree renderer for vanilla Canvas 2D contexts

3 lines 236 B
import type { IObjectOf } from "@thi.ng/api"; export declare const packedPoints: (ctx: CanvasRenderingContext2D, attribs: IObjectOf<any>, opts: IObjectOf<any>, pts: ArrayLike<number>) => void; //# sourceMappingURL=packed-points.d.ts.map