fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
8 lines • 313 B
TypeScript
import type { XY } from '../Point';
/**
* Parses "points" attribute, returning an array of values
* @param {String} points points attribute string
* @return {Array} array of points
*/
export declare function parsePointsAttribute(points: string | null): XY[];
//# sourceMappingURL=parsePointsAttribute.d.ts.map