convertPath.d.ts 201 Bytes Raw Blame History Permalink 1 2 3 import PathProxy from '../core/PathProxy'; export declare function pathToBezierCurves(path: PathProxy): number[][]; export declare function pathToPolygons(path: PathProxy, scale?: number): number[][];