react-image-compressor
react-image-compressor copied to clipboard
React Component To Compress Image Files Via Client Side. https://bosnaufal.github.io/react-image-compressor
781 | }; 782 | 783 | // Execute the module function > 784 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId)); | ^ 785 | 786 | // Flag the module as...
Hi, nice and simple, I'm just adapting this and combining it with Material UI .. but even in your demo it won't display images over 3MB. Any quick ideas why?...
Hi, i am new to reactjs. i am implementing image upload functionality(Have to compress image at front end and upload it to server in base64 format) and getting below err...