1.0.2 • Published 1 year ago

eerp v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eerp

npm version stability-stable npm minzipped size dependencies types Conventional Commits styled with prettier linted with eslint license

Logarithmic/exponential interpolation.

paypal coinbase twitter

Based on Freya Holmér naming and Scott Lembcke' Logarithmic Interpolation.

npm.io

Installation

npm install eerp

Usage

import eerp from "eerp";

const i = eerp(a, b, t);

API

eerp

eerp(a, b, t) ⇒ number

Logarithmic/exponential interpolation

Kind: Exported function

ParamTypeDescription
anumberStart
bnumberEnd
tnumberInterpolant

License

MIT. See license file.