Skip to content

Commit b480c23

Browse files
committed
updated supported barcode formats
1 parent 0a12c9e commit b480c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/zxing-scanner-demo/src/app/barcode-formats.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
import { BarcodeFormat } from '@zxing/library';
22

33
export const formatsAvailable = [
4+
BarcodeFormat.AZTEC,
5+
BarcodeFormat.CODE_39,
46
BarcodeFormat.CODE_128,
57
BarcodeFormat.DATA_MATRIX,
68
BarcodeFormat.EAN_13,
79
BarcodeFormat.EAN_8,
810
BarcodeFormat.ITF,
911
BarcodeFormat.QR_CODE,
12+
BarcodeFormat.PDF_417,
1013
BarcodeFormat.RSS_14,
1114
];
1215

0 commit comments

Comments
 (0)