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
Use crossOrigin=true on images to allow getImageData/WebGL
If not using crossOrigin=true, the canvas get "tainted" which throws an exception when you want to use it as a WebGL texture or if using getImageData()
0 commit comments