rect-mix

Interpolate 2 rectangles


Keywords
rect, rectangle, interpolate, interpolation, mix, bound, 2d
License
ISC
Install
npm install rect-mix@0.0.0

Documentation

rect-mix

Interpolate 2 rectangles.

rectMix([ 10, 10, 800, 600 ], [ 100, 100, 80, 60 ], 0.3);
// [ 37, 37, 584, 438 ]