Releases: Turistforeningen/node-aspectratio
Releases · Turistforeningen/node-aspectratio
v2.1.1
v2.1.0
New Features:
- Add support for forced aspect ratio orientation (6a83908)
By default #crop() will match the orientation of the original image unless a forced orientation is given on the follwing format: x:y!z where z is the orientation (v for vertical, or h for horizontal).
var crop = aspect.crop(2048, 768, '4:3!v');
v2.0.0
v1.0.3
v1.0.2
Changes:
- Add documentation to README
v1.0.1
Bux fixes:
- JSHint all the things!
v1.0.0
New features:
aspect.fixed()