UNPKG

@phucbm/lerp

Version:

A lightweight TypeScript utility function for linear interpolation

9 lines 249 B
/*! * @phucbm/lerp 1.0.1 * https://github.com/phucbm/lerp#readme * * @license MIT * @author: phucbm, https://github.com/phucbm */ function n(r,u,e=.1){return r*(1-e)+u*e}var b=n;export{b as default,n as lerp}; //# sourceMappingURL=index.js.map