Javascript-Barcode-Reader icon indicating copy to clipboard operation
Javascript-Barcode-Reader copied to clipboard

Simple and Fast Barcode decoder with support of Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar, EAN-13, EAN-8 barcodes in javascript.

Results 43 Javascript-Barcode-Reader issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`^17.4.4` -> `^19.0.0`](https://renovatebot.com/diffs/npm/semantic-release/17.4.4/19.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

**Is your feature request related to a problem? Please describe.** Right now when I run the code on non-bar code images, I get junk back. It would be nice if...

enhancement

**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: ![fileoutpart3](https://user-images.githubusercontent.com/393660/210866464-e7702ebf-e15e-47a0-b0f4-8923a6a084ac.png) When using this simple code, ```js...

bug