xiaokuaisong-shopapp/uniapp05/node_modules/zrender/lib/tool/convertPath.d.ts
2024-10-18 16:05:19 +08:00

4 lines
201 B
TypeScript

import PathProxy from '../core/PathProxy';
export declare function pathToBezierCurves(path: PathProxy): number[][];
export declare function pathToPolygons(path: PathProxy, scale?: number): number[][];