UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

3 lines (2 loc) 143 B
import { VectorArray } from '../../core/vector'; export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];