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
One thing I've noticed is that you can't load images from other domains, returns:
Failed to execute 'texImage2D' on 'WebGLRenderingContext': The cross-origin image at xxxx may not be loaded.
Would it be possible to add img.crossOrigin = "Anonymous"; when loading images?