UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

9 lines (8 loc) 263 B
import type { PathArray } from '../types'; /** * Returns the area of a shape. * @author Jürg Lehni & Jonathan Puckey * * @see https://github.com/paperjs/paper.js/blob/develop/src/path/Path.js */ export declare function getPathArea(path: PathArray): number;