Plugin for resizing images only with the uri of the image.
npm install info.protonet.imageresizerAuthors: Joschka Schulz
Use the Cordova CLI and type in the following command:
cordova plugin add https://github.com/protonet/cordova-plugin-image-resizer.git
At the moment the plugin is available on android, iOS and windows
window.ImageResizer.resize(options, success, failed);
window.ImageResizer.resize(options,
function(image) {
// success: image is the new resized image
}, function() {
// failed: grumpy cat likes this function
});