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