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

very low text label quality when rendering big barcode inside img tag ! ![image](https://user-images.githubusercontent.com/10453938/39753006-98e54ad8-52bd-11e8-9c88-99069e5d3097.png)

Hi. The current `getRenderProperties()` implementation is nice, but it fails when a JS-code calling `JsBarcode()` and a target DOM element belong to different realms (= windows). Yep, it is the...

Hi! First of all, congrats for the great work with this lib! So, I'm wanting to use this lib to create ITF-14 using the GS1 implementation, but it's mandatory for...

propose remove .toUpperCase() or insert in upper value every format of barcode

hello, thanks for this awesome library. how can I add barcode CODE11 type. and thanks

New Barcode

As there is the long-time open issue #138 that does not enable `flat` to be specified as HTML attribute, and just not to repeat the same attributes on many elements,...

Adding flat option to EAN13 format not working when define the value option in the HTML element. ```html Barcode1: Barcode2: Barcode3: Barcode4: JsBarcode("#barcode1", "012345678901", { format: "ean13", flat: true });...

Hello, I added these lines of code: key: "prepareCanvas", value: function prepareCanvas() { // Get the canvas context var ctx = this.canvas.getContext("2d"); ctx.save(); (0, _shared.calculateEncodingAttributes)(this.encodings, this.options, ctx); var totalWidth =...

## Problem It looks like this library doesn't calculate the viewbox properly when rendering a jagged UPC barcode with the value printed underneath. ## Example ```js JsBarcode('#barcode', '673006885997', { format:...