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