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