UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

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