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 know this isnt't a awesome-qr.js specific error, but it could be useful to add it in the documentation.
Error
When using the code in the browser, I get the following error
ERROR Error: Uncaught (in promise): SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
Error: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
Description
I know this isnt't a awesome-qr.js specific error, but it could be useful to add it in the documentation.
Error
When using the code in the browser, I get the following error
This is du to the cross-origin use of images and canvas https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image
The text was updated successfully, but these errors were encountered: