Releases: kevva/resize-img
Releases · kevva/resize-img
v2.0.0
- Check that
widthandheightis finite numbers cf1a6fd - Add
formatoption 1cc86e8 - Bump
image-sizedependency e40cb5e - Support Node.js 10 09b724d
- Fix resize problems for jpg and bmp files if a target dimension is calculated (#4) dc6ef18
- Test on Node.js 6 instead of 5 cb670df
- Use
Buffer.from()instead ofnew Buffer()dca3f59