Interpolation
npm install @burst/lerp
@burst/lerp
This function is used for interpolation. This can be useful when animating.
``jsimport lerp from '@burst/lerp';
jsimport lerp from '@burst/lerp';
let x = lerp(0, 10, 0.2);``