UNPKG

@thi.ng/hiccup-canvas

Version:

Hiccup shape tree renderer for vanilla Canvas 2D contexts

8 lines 222 B
import type { IObjectOf } from "@thi.ng/api"; export interface DrawState { attribs: IObjectOf<any>; grads?: IObjectOf<CanvasGradient>; edits: string[]; restore?: boolean; } //# sourceMappingURL=api.d.ts.map