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