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
trying to decode from image that i have url for? tried to pass it to decodeSingle and did not work
The text was updated successfully, but these errors were encountered:
Thank you for filing an issue! Please be patient. :-)
Sorry, something went wrong.
You'll need to get the image data to the browser or node instance first. This does not provide a direct way of fetching from the network.
If it helps, here's some ways of getting an image into a form that you can pass through to quagga or any other image manipulation utility
https://pqina.nl/blog/convert-an-image-to-a-base64-string-with-javascript/
No branches or pull requests
trying to decode from image that i have url for? tried to pass it to decodeSingle and did not work
The text was updated successfully, but these errors were encountered: