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

Major Bugfix

Open ZynChroMaTiK opened this issue 2 years ago • 0 comments

'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)

ZynChroMaTiK avatar Aug 09 '22 09:08 ZynChroMaTiK