UNPKG

tslerp

Version:

Typescript library for lerping single and multi-sample data sets over time

4 lines (3 loc) 160 B
export { Lerp as TsLerp } from './lerp/lerp'; export { Transition as TsLerpTransition } from './lerp/lerp'; export { Style as TsLerpStyle } from './lerp/lerp';