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
Describe the bug I'm having an issue with a barcode in Code-128B format. I used this site, https://www.barcodesinc.com/generator/index.php, to generate t his image:
When using this simple code,
async function getBarcode(path) { console.log(path); let result = await jsBarcodeReader({ barcode:'code-128', image:path }); return result; }
I get: ???r????3?uu?????}????????????
To Reproduce See above code and sample. :)
Expected behavior A URL.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is strange, I have tested the generated barcode and it only works if you set Bar width: to 3px
You can check it online here: https://codesandbox.io/s/javascript-barcode-reader-forked-2xj9y3?file=/src/index.js
Sorry, something went wrong.
BTW code generated by this website: https://barcode.tec-it.com/en/?data=https%3A%2F%2Fwww.raymondcamend.com
is read fine, maybe there is some specification or version information I have missed?
mubaidr
No branches or pull requests
Describe the bug
I'm having an issue with a barcode in Code-128B format. I used this site, https://www.barcodesinc.com/generator/index.php, to generate t
his image:
When using this simple code,
I get: ???r????3?uu?????}????????????
To Reproduce
See above code and sample. :)
Expected behavior
A URL.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: