MrShi
2025-10-13 7bdfd2192ffb8a5329276b1988818a0cc0da9de5
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];