UNPKG

isomorphic-svg-charts

Version:

A lightweight, environment-agnostic SVG charting library that works both in the browser and server-side, with no dependencies and no DOM reliance.

3 lines (2 loc) 113 B
import { Point } from './types'; export declare const toCatmullRom: (points: Point[], alpha?: number) => string;