Breaking
- Android: Support
ExifInterface.TAG_ORIENTATION
while cropping #133 - Fallback to
jpeg
if can not determinate MIME type #135 - Use
quality: 0.9
as default value (was: Web/iOS: 1, Android: 0.9) #137 - Use
resizeMode : cover
as default value (now iOS:contain
, Android:cover
) #139 - Return an object with metadata
{size,uri,path,name,width,height,type,base64}
instead ofuri: string
#140
Added
- Add a
base64
output #144 - Add a possibility to change format of the resulting image.
format: 'jpeg' | 'png' | 'webp'
#135
Fixed
- Restore a
resizeMode
logic after New Arch update on iOS #138
npm diff: 3.2.0...4.0.0