JsBarcode
JsBarcode copied to clipboard
Barcode generation library written in JavaScript that works in both the browser and on Node.js
Great library - congratulations! Just a simple question (while important): are there any plans to support/generate aztec code? See: https://en.wikipedia.org/wiki/Aztec_Code It's not only "another" code, aztec is used at many...
To support scaling rendering, `width`, `height`, and `font size` do not reflect absolute units but rather proportions. In printing to custom media such as die cut labels it would reduce...
**sonatype-2019-0115** The jquery package is vulnerable to Prototype Pollution. The jQuery.extend and jQuery.fn.extend functions defined in many files allow an untrusted object to extend Object.prototype. An attacker can modify and...
As of version 3.5.9, the following line generates an uncaught type error when attempting to read the undefined `text`: https://github.com/lindell/JsBarcode/blob/master/dist/JsBarcode.all.js#L190 The following minimal example from [CodePen](https://codepen.io/lindell/pen/grkZGQ) will work with 3.5.8...
First off, I'm new to GS1-128 barcode - I read a little, but that's it. I need to generate barcodes because I only have access to the string number below...
I can't seem to find the generator demo in the build files? I would like to run this locally and add a save to file (jpeg/gif/svg) option to it.
First of all, thanks for the awesome library ! Is there a way to import a section of the library ? I'm integrating JsBarcode in a widget, and JsBarcode ends...
Hi everyone, Thank you for a great lib! I want to have a "short" barcode as shown here: https://github.com/lindell/JsBarcode/wiki/Options#height The above example accomplishes this using the `height` option, but I...