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