cordova-plugin-mediaPicker
cordova-plugin-mediaPicker copied to clipboard
Convert to base64(use fileToBlob function)
Can i convert the images returned from MediaPicker.getMedias function into base64 without converting to thumbnail with MediaPicker.extractThumbnail i mean that preserves the image size that I get it from the first function i said. Is that possible with this plugin?
can not support to base64,
you can use MediaPicker. fileToBlob function(Note that this function is very memory intensive)