UNPKG

190 BTypeScriptView Raw
1import type { CurveArray, PathArray } from '../types';
2export declare function path2Curve(pathInput: string | PathArray, needZCommandIndexes?: boolean): CurveArray | [CurveArray, number[]];