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

Is it possible to do bar width adjustment with this library? To create a barcode now, we are using software called "Barcode producer" They had an option called bar width...

This PR is not intended to be merged, but to shared the code for those in need

I want to use JsBarcode in svg, so i found this in readme file. i try this step by step, but got some errors ``` const { DOMImplementation, XMLSerializer }...

Is there a guide for what characters we should filter when we generate a barcode?

whether you can provide a generation base64

Why is CODE128 only limited to US ASCII? Is it possible to encode ASCII 8 bit, from 212 up tp 256?

Hi Folks, Having trouble when I have my Angular element in the shadow dom. It can't seem to find the element. I am loading in the javascript to execute JsBarcode...

It would be great to have a 'real' **ISBN13** Barcode support (not the UPC). ISBN13 uses formatted ISBN Text above as well the Code below the Barcode: https://github.com/lindell/JsBarcode/issues/137#issuecomment-1266428922

Hey @lindell, your work with this library is just amazing and I really like how small it's size is compared to other ones, but I see that the active development...

If using the 'advanced JsBarcode syntax' to add EAN5/EAN2 AddOns the background color option is not accepted. Background is always 'white' .. or is there a special option for the...