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