UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

4 lines (3 loc) 201 B
import PathProxy from '../core/PathProxy'; export declare function pathToBezierCurves(path: PathProxy): number[][]; export declare function pathToPolygons(path: PathProxy, scale?: number): number[][];