nolanlawson/blob-util

"Tainted canvas" error

nolanlawson opened this issue · 1 comments

DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.

Guess I need to add a crossOrigin = 'Anonymous' option when loading images... >_<

fixed by #2