UNPKG

chrt-interpolations

Version:

Interpolation functions for Chrt

4 lines (3 loc) 289 B
export { default as linearInterpolation, lineCommand } from './linearInterpolation'; export { default as splineInterpolation, bezierCommand } from './splineInterpolation'; export { default as stepInterpolation, stepAfterInterpolation, stepBeforeInterpolation } from './stepInterpolation';