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

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

Results 5 vue-image-compressor issues
Sort by recently updated
recently updated
newest added

'drawImage' function has to wait for the image element 'img' to load source from 'imgUrl' before accessing its width-height, otherwise they would be undefined and the scaled width-height image would...

![compressor-vue](https://user-images.githubusercontent.com/6366161/41531334-8fb17ada-7325-11e8-986d-ecfb8011ebe5.png) Is this intentional? Is 100 image scale and 100 quality the default setting for the image? It should be equal on file size for the original image?

With the demo, i see that this tool doesn't support transparent PNG's? Is that the case?

![type](https://user-images.githubusercontent.com/10323102/36713001-6f42a6cc-1bc6-11e8-82d0-3b24016f2f9a.png) #### suggestion: add the options to new File() ```javascript buildFile (blob, name, options) { return new File([blob], name, options) } ``` #### pls have a check. Thx!