fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
8 lines • 298 B
TypeScript
import type { CSSRules } from './typedefs';
/**
* Returns CSS rules for a given SVG document
* @param {HTMLElement} doc SVG document to parse
* @return {Object} CSS rules of this document
*/
export declare function getCSSRules(doc: Document): CSSRules;
//# sourceMappingURL=getCSSRules.d.ts.map