UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

3 lines (2 loc) 182 B
import { VectorArray } from '../../core/vector'; export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];