MrShi
17 小时以前 8512a2a1831fe67b2b6f89d220b6b2be9d576cff
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];