about
Yet another take on Robert Penner's easing functions.
setup
Fetch latest from the npm registry:
# Includes ESM and CJS versions
npm install @thewhodidthis/ease
usage
To get a print out of all exports:
import * as ease from '@thewhodidthis/ease'
Object.keys(ease).forEach((k) => {
console.log(k)
})