UNPKG

fabric

Version:

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

4 lines 254 B
import type { GradientType, GradientUnits } from '../typedefs'; export declare function parseType(el: SVGGradientElement): GradientType; export declare function parseGradientUnits(el: SVGGradientElement): GradientUnits; //# sourceMappingURL=misc.d.ts.map