oneDimensionalBarcodes top-level constant
Implementation
const oneDimensionalBarcodes = [
BarcodeFormat.CODABAR,
BarcodeFormat.CODE_128,
BarcodeFormat.CODE_39,
BarcodeFormat.CODE_93,
BarcodeFormat.EAN_13,
BarcodeFormat.EAN_8,
BarcodeFormat.ITF,
BarcodeFormat.UPC_A,
BarcodeFormat.DATABAR,
BarcodeFormat.DATABAR_EXPANDED,
BarcodeFormat.UPC_E,
BarcodeFormat.MSI_PLESSEY,
BarcodeFormat.IATA_2_OF_5,
BarcodeFormat.INDUSTRIAL_2_OF_5,
BarcodeFormat.CODE_25,
BarcodeFormat.USPS_INTELLIGENT_MAIL,
BarcodeFormat.ROYAL_MAIL,
BarcodeFormat.JAPAN_POST,
BarcodeFormat.ROYAL_TNT_POST,
BarcodeFormat.AUSTRALIA_POST,
BarcodeFormat.DATABAR_LIMITED,
BarcodeFormat.GS1_COMPOSITE
];