@syncfusion/ej2-barcode-generator
Version:
Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.
34 lines • 1.04 kB
JSON
{
"name": "@syncfusion/ej2-barcode-generator",
"version": "30.2.4",
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-barcode-generator.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-barcode-generator.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-data": "~30.2.4"
},
"devDependencies": {},
"keywords": [
"ej2",
"syncfusion",
"ej2-barcode",
"ej2-QRcode",
"web-components",
"TypeScript",
"barcode",
"QRCode",
"QR-barcode",
"Datamatrix"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
},
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
"typings": "index.d.ts",
"sideEffects": false
}