react-image-compressor icon indicating copy to clipboard operation
react-image-compressor copied to clipboard

React Component To Compress Image Files Via Client Side. https://bosnaufal.github.io/react-image-compressor

Results 3 react-image-compressor issues
Sort by recently updated
recently updated
newest added

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...