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