UNPKG

@meta2d/core

Version:

@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .

4 lines (3 loc) 238 B
import { Point } from '../../point'; export declare function simplify(points: Point[], length: number, start: number, end: number): Point[]; export declare function smoothLine(points: Point[], cornerThres?: number, match?: boolean): any;