UNPKG

@orca-fe/painter

Version:
11 lines (10 loc) 290 B
import type { Point } from './def'; /** * both algorithms combined for awesome performance * * @param points * @param tolerance * @param highestQuality * @returns {number[]} */ export declare function simplify(points: Point[], tolerance?: number, highestQuality?: boolean): Point[];