vue-image-compressor
vue-image-compressor copied to clipboard
Major Bugfix
'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 be 0-0 (undefined * scale)