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 129 JsBarcode issues
Sort by recently updated
recently updated
newest added

Many users may only need one of svg, canvas and img renderers, in order to improve performance, is it possible to split this package into: - core - svg-renderer -...

Enhancement
Refactoring

throung our monitoring,it doesn't work in ios8.x、Android4.x and the low version of web browser engines(eg:UC). BABEL transforming ES6 classes to ES5 syntax has compatibility issues. Links: [same problem](https://github.com/stripe/react-stripe-elements/issues/140)、 [looseMode](http://2ality.com/2015/12/babel6-loose-mode.html?utm_source=tuicool&utm_medium=referral) It's...

Good morning, I'm trying to generate an barcode, and it was sucessfull, but when I use `JsBarcode(".barcode").init();`, the barcode generates but it returns an error, and this error stops the...

Hi, First of all, this is a great library, thanks for having made this ! Not sure whether I should address this here or in Canvas, but when I use...

Appreciates all your Helps and Supports I have "JsBarcode.all.min.js" in my static resource but js file causing error while include. Error Below ![image](https://user-images.githubusercontent.com/2168396/42959530-cad3cbc4-8ba6-11e8-85bf-8afd6b00c809.png) My VF Page Code is as Below....

Hello guys! Is it XSS-safe to allow user to provide jsbarcode options ?

Hi. I want to use generate a barcode using typeScript and angular2 project. I've already run `npm install jsbarbode --save ` . After that, I added the reference to the...

Is it possible to replace the barcode information with information from another div? Something like: JsBarcode("#barcode3", "SK000007", { format: "CODE39", displayValue: true, }); Replacing the SK000007 with content of another...

When the library code executes, if it encounters an `jQuery` object which has not been fully initailized or in invalid. JSBarcode throws a error TypeError: Cannot set property 'JSBarcode' of...