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