doum
2026-04-30 7a0b33a5f2e0ba589bf35a1b8d896700a21f94a4
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];