jiangping
2025-04-21 5cd602d911e373a125e818724815eccbe1b35134
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];