UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

8 lines 343 B
export declare const log: (severity: "log" | "warn" | "error", ...optionalParams: any[]) => void; export declare class FabricError extends Error { constructor(message?: string, options?: ErrorOptions); } export declare class SignalAbortedError extends FabricError { constructor(context: string); } //# sourceMappingURL=console.d.ts.map