nativescript-imagecropper
nativescript-imagecropper copied to clipboard
How to crop in auto mode?
I use this plugin and it works well. But I need to crop image in auto mode - without interface. Can you add function or method to crop image to neccessary dimentions without any interface? For example: imagCropper.crop(imageSource, { resultWidth, resultHeight }) or more flexible: imagCropper.crop(imageSource, { startX, startY, resultWidth, resultHeight })
I would also love to see this