0.1.2 • Published 4 years ago
interpolation-fns v0.1.2
Get started
Install
npm install --save interpolation-fns
# or
yarn add interpolation-fns
Use
import { linear } from 'interpolation-fns';
console.log(linear(0, 1, 0.5));
Install
npm install --save interpolation-fns
# or
yarn add interpolation-fns
Use
import { linear } from 'interpolation-fns';
console.log(linear(0, 1, 0.5));