UNPKG

fabric

Version:

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

8 lines 295 B
/** * Takes a style object and parses it in one that has only defined values * and lowercases properties * @param style * @param oStyle */ export declare function parseStyleObject(style: Record<string, any>, oStyle: Record<string, any>): void; //# sourceMappingURL=parseStyleObject.d.ts.map