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