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 am in a scenario where I want to create n number of QRcode. While creating I don't want to freeze other things happening. So, I have created a web-worker. Now I am unable to use toDataUrl() as it requires canvas and in web-workers we don't have access over "DOM". I am trying to use in angular. Also, I want this as 'PNG' only.
The text was updated successfully, but these errors were encountered:
I am in a scenario where I want to create n number of QRcode. While creating I don't want to freeze other things happening. So, I have created a web-worker. Now I am unable to use
toDataUrl()
as it requires canvas and in web-workers we don't have access over "DOM". I am trying to use in angular. Also, I want this as 'PNG' only.The text was updated successfully, but these errors were encountered: