ivanvmat / color-picker

:droplet: Flat and simple color-picker library. No dependencies, no jquery.
https://ivanvmat.github.io/color-picker/
MIT License
20 stars 5 forks source link

Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': #7

Open vijaytom13 opened 1 year ago

vijaytom13 commented 1 year ago

Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.

plugin js code line:1434 ctx.drawImage(intermediateCanvas, 0, 0, canvas.width, canvas.height);