We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a12c9e commit b480c23Copy full SHA for b480c23
projects/zxing-scanner-demo/src/app/barcode-formats.ts
@@ -1,12 +1,15 @@
1
import { BarcodeFormat } from '@zxing/library';
2
3
export const formatsAvailable = [
4
+ BarcodeFormat.AZTEC,
5
+ BarcodeFormat.CODE_39,
6
BarcodeFormat.CODE_128,
7
BarcodeFormat.DATA_MATRIX,
8
BarcodeFormat.EAN_13,
9
BarcodeFormat.EAN_8,
10
BarcodeFormat.ITF,
11
BarcodeFormat.QR_CODE,
12
+ BarcodeFormat.PDF_417,
13
BarcodeFormat.RSS_14,
14
];
15
0 commit comments