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

Great lib! I encountered that error when trying to generate a barcode with a legal character `Đ` which is part of Latin-1 `Đ000` .. it could be supported via FNC4....

If the text structure is like this: C(n)A(1)B(n) OR C(n)B(1)A(n) the encoding will calculate incorrectly. > ``` JsBarcode("#barcode1", "12345678"+"\x08" + "s"); ``` the barcode cannot be scan correctly. I think...

Hi, I have gone through quite a few of the issues listed in this repo and I know this is a frequent question that keeps coming up. However, there doesn't...

![image](https://user-images.githubusercontent.com/20177121/158316980-1f2385d5-4401-4f9d-b10c-aa911154f613.png) ![image](https://user-images.githubusercontent.com/20177121/158317055-77192d47-46ae-4523-afca-c0e2f779b353.png)

See https://shd101wyy.github.io/markdown-preview-enhanced/#/extend-parser. Allow for ``` ```barcode code128 123456789 ``` ``` or some syntax like it to generate barcode in generated html file.

width Decimal is not supported?

我是打印使用 code128 16位码0.53以下预览打印 条码就出现问题了

``` var upc=new Image() new JsBarcode( upc, "796030114977", { format: "UPC", width: 3, height: 80, } ) var cno=new Image() new JsBarcode( cno, "796030114977", { format: "UPC", width: 3, height:...

Hi, I tried to init using options in the HTML element: ``` And then initialize it with: JsBarcode(".barcode").init(); But I get the following error: Uncaught TypeError: e is not a...

![image](https://user-images.githubusercontent.com/39638510/148876940-ee1bb00f-677a-4144-9315-326a36a2edb4.png) 希望在生成EAN码的时候能增加配置项 展示这个箭头