UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

3 lines (2 loc) 176 B
import type { CurveArray, PathArray } from '../types'; export declare function equalizeSegments(path1: PathArray, path2: PathArray, TL?: number, depth?: number): CurveArray[];