JsBarcode icon indicating copy to clipboard operation
JsBarcode copied to clipboard

Barcode generation library written in JavaScript that works in both the browser and on Node.js

Results 125 JsBarcode issues
Sort by recently updated
recently updated
newest added

may consider an `option` to deactivate width/height @ "header" for easier SVG handeling https://github.com/lindell/JsBarcode/blob/5ed2a2b9da5f82da3c6159eb47a21d06f1cf797d/src/renderers/svg.js#L130-L131

Hi guys! So, I am working on a nodejs typescript project presently, and I've encountered the following issue: ![image](https://github.com/lindell/JsBarcode/assets/32384493/c2f08633-3289-4257-90ea-44fe533c0665) This happens whenever I try to build my project. I am...

Hi, I'm using the JsBarcode library to show a barcode image and despite the fact that it's working fine, I'm getting an error in the console quite strange that I...

I am trying to embed this script into my html offline. When I use this it works: but when I use this code it doesn't: where the .js file is...

Following the example shown in https://lindell.me/JsBarcode/ I used code like this to create a CODE39 barcode: ``` JsBarcode('#BC-Test', 'Test'); ``` When running the code, SVG is generated, but Firefox does...

Hello, I want to make ITF-14 barcode. Here is my code: ``` JsBarCode('#test', '9007901', { format: 'ITF-14', lineColor: '#0aa', width: 4, height: 40, displayValue: false, }); ``` Result is javascript...

Trying to use JsBarcode on the backend and the documentation's font section is proving to be inadequate. There is very little written about fonts, especially on how to use them...

when I the minified version of library is used, the codabar format doesn't work ("TypeError: r.options(...)[n.format] is not a function"); looking at the source code it appears correct so I...