You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey after reading your answer on SO I tried using JIC but I am currently getting the following error when I select a file which should get compressed;
(index):109 Uncaught TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLImageElement or SVGImageElement or HTMLVideoElement or HTMLCanvasElement or ImageBitmap or OffscreenCanvas)'
I have also left a question related to this problem here
Any advice on why I am getting such an error. I am actually quite new to JS itself hence I am a bit slow in error handling.
The text was updated successfully, but these errors were encountered:
Sounds to me like you're not using an image element but rather just some variable with the source value, can you provide a code example so we can check the error? without the actual code that's all I can tell you.
Hey after reading your answer on SO I tried using JIC but I am currently getting the following error when I select a file which should get compressed;
I have also left a question related to this problem here
Any advice on why I am getting such an error. I am actually quite new to JS itself hence I am a bit slow in error handling.
The text was updated successfully, but these errors were encountered: