cordova-plugin-crop icon indicating copy to clipboard operation
cordova-plugin-crop copied to clipboard

add option to auto resize image

Open shrutikateiosys opened this issue 5 years ago • 0 comments

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) => {});

shrutikateiosys avatar Jul 31 '19 11:07 shrutikateiosys