doum
2025-09-05 16f7eb87a04a764e97ccba0d703259e707ff4b98
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];