interpolation-fns

Install

Usage no npm install needed!

<script type="module">
  import interpolationFns from 'https://cdn.skypack.dev/interpolation-fns';
</script>

README

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));