UNPKG

263 BTypeScriptView Raw
1import type { PathArray } from '../types';
2/**
3 * Returns the area of a shape.
4 * @author Jürg Lehni & Jonathan Puckey
5 *
6 * @see https://github.com/paperjs/paper.js/blob/develop/src/path/Path.js
7 */
8export declare function getPathArea(path: PathArray): number;