smoothBezier.d.ts 182 B

12
  1. import { VectorArray } from '../../core/vector';
  2. export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];