UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 195 B
/** * * Produces a proportional mix of 2 values, a*(1-portion) + b*portion * Same as lerp */ export const mix: typeof lerp; import { lerp } from "./lerp.js"; //# sourceMappingURL=mix.d.ts.map