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