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