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

I've just added a pull request (#218) to change the "height" in the "defaults" object from 100 to 1. This is to solve a problem with blank spaces between EAN13...

maybe someone need bitmap font to use, so I add this option.

Hi and thanks for lib;) Some tips to improve - it's better to automatically detect format of barcode - complete validate function to return format - prevent error in code...

I am using JsBarcode to make a barcode scanner programming sheet for our application. Our barcode scanner adds some unusual Code128 symbols at the start to make sure that regular...

Documentation

This is a WIP of how I want to implement barcode specific options. It does also allow for the awful `optionsFromStrings.js` to be removed. It is not done and does...

Will allow barcode specific options to be specified through html parameters. This does also force the use of `some-option` when you want to specify `someOption` which will break backwards compatibility....

GS1 Databar code is used for coupons, and retail POS can scan a coupon code.

New Barcode

I've been working on KIX support (Dutch variant of RM4SCC https://en.wikipedia.org/wiki/RM4SCC) for your generator. It's a bit different than the other codes you support, so I had to add a...

New Barcode

Continuous Integration

Would it be possible to add a ESM Version to the npm package?