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