We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to using Canvas, we cannot render image in worker. I suggest to allow dev to pass their canvas object.
With this feature, dev can easily pass OffscreenCanvas to worker thread.
Reference: https://stackoverflow.com/questions/35026647/is-it-possible-to-generate-an-image-blob-or-data-url-in-a-web-worker-from-a-ca
The text was updated successfully, but these errors were encountered:
Hi, you can use my fork if needed. Unfortunately it works only with png files right now (type: cenvas). OffscreenCanvas is used
https://github.com/LinkdropHQ/qr-code-styling-bigmac
Sorry, something went wrong.
No branches or pull requests
Due to using Canvas, we cannot render image in worker. I suggest to allow dev to pass their canvas object.
With this feature, dev can easily pass OffscreenCanvas to worker thread.
Reference:
https://stackoverflow.com/questions/35026647/is-it-possible-to-generate-an-image-blob-or-data-url-in-a-web-worker-from-a-ca
The text was updated successfully, but these errors were encountered: