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