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
I think if(image.complete) image.onload() should be added after image.onload = () => {...} (line 42) in file material-color-utilities/typescript/utils/image_utils.ts.
This allows it to take the color of the loaded image.