Barcode Generation
This commit is contained in:
37
node_modules/jsbarcode/automation/barcode-building.json
generated
vendored
Normal file
37
node_modules/jsbarcode/automation/barcode-building.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"name": "code39",
|
||||
"names": "CODE39",
|
||||
"barcodeFile": "./CODE39"
|
||||
},
|
||||
{
|
||||
"name": "code128",
|
||||
"names": ["CODE128, CODE128A, CODE128B, CODE128C"],
|
||||
"barcodeFile": "./CODE128"
|
||||
},
|
||||
{
|
||||
"name": "ean-upc",
|
||||
"names": "EAN13, EAN8, EAN5, EAN2, UPC",
|
||||
"barcodeFile": "./EAN_UPC"
|
||||
},
|
||||
{
|
||||
"name": "itf",
|
||||
"names": "ITF, ITF14",
|
||||
"barcodeFile": "./ITF"
|
||||
},
|
||||
{
|
||||
"name": "msi",
|
||||
"names": "MSI, MSI10, MSI11, MSI1010, MSI1110",
|
||||
"barcodeFile": "./MSI"
|
||||
},
|
||||
{
|
||||
"name": "pharmacode",
|
||||
"names": "pharmacode",
|
||||
"barcodeFile": "./pharmacode"
|
||||
},
|
||||
{
|
||||
"name": "codabar",
|
||||
"names": "codabar",
|
||||
"barcodeFile": "./codabar"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user