UNPKG

@visactor/vrender-core

Version:
3 lines (2 loc) 174 B
import type { IPointLike } from '@visactor/vutils'; export declare function flatten_simplify(points: IPointLike[], tolerance: number, highestQuality: boolean): IPointLike[];