UNPKG

201 BTypeScriptView Raw
1import PathProxy from '../core/PathProxy';
2export declare function pathToBezierCurves(path: PathProxy): number[][];
3export declare function pathToPolygons(path: PathProxy, scale?: number): number[][];