Javascript-Barcode-Reader
Javascript-Barcode-Reader copied to clipboard
Issue reading code-128 sample
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):
- Node Or Browser version [e.g. 10] 18