ss
jiangping
2025-07-08 610732f74f40132de50b86b63931161460d25e57
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];