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