We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
I want to make ITF-14 barcode. Here is my code:
JsBarCode('#test', '9007901', { format: 'ITF-14', lineColor: '#0aa', width: 4, height: 40, displayValue: false, });
Result is javascript error:
Uncaught (in promise) TypeError: api.options(...)[options.format] is not a function at JsBarcode2 (JsBarcode.js:76:38)
The 76th line of JsBarCode.js:
api.options(options)[options.format](text, options).render();
The text was updated successfully, but these errors were encountered:
Probably related to #400 as I render 2 barcodes
Sorry, something went wrong.
I tried to remove other barcode from page but error remains.
The same here.
No branches or pull requests
Hello,
I want to make ITF-14 barcode. Here is my code:
Result is javascript error:
The 76th line of JsBarCode.js:
The text was updated successfully, but these errors were encountered: