cordova-plugin-crop
cordova-plugin-crop copied to clipboard
add option to auto resize image
Crop plugin provide option for cropping image but it only crop in square. i want to crop with infinite height and width.
this.crop.crop(url, {quality: 100}).then((croppedImgUrl) => {});