path-2-curve.d.ts 188 B

12
  1. import type { PathCommand } from './types';
  2. export default function pathToCurve(path: PathCommand[] | string, needZCommandIndexes?: boolean): PathCommand[] | (number[] | PathCommand[])[];