Skip to content

Commit 0c717ff

Browse files
committed
Improve README.md
1 parent 0861ef2 commit 0c717ff

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,7 @@ For use plugin, You shoude an instance of `CameraKitController` then initial `Ca
4949
True means scan barcode mode and false means take picture mode
5050
Because of performance reasons, you can't use barcode reader mode and take picture mode simultaneously.
5151
`barcodeFormat`:
52-
Set barcode format from available values, default value is FORMAT_ALL_FORMATS
53-
FORMAT_ALL_FORMATS,
54-
FORMAT_CODE_128,
55-
FORMAT_CODE_39,
56-
FORMAT_CODE_93,
57-
FORMAT_CODABAR,
58-
FORMAT_DATA_MATRIX,
59-
FORMAT_EAN_13,
60-
FORMAT_EAN_8,
61-
FORMAT_ITF,
62-
FORMAT_QR_CODE,
63-
FORMAT_UPC_A,
64-
FORMAT_UPC_E,
65-
FORMAT_PDF417,
66-
FORMAT_AZTEC
52+
Set barcode format from available values, default value is FORMAT_ALL_FORMATS.
6753
`scaleType`:
6854
There are 2 modes `ScaleTypeMode.fill` and `ScaleTypeMode.fit` for this parameter.
6955
If you want camera preview fill your widget area, use `fill` mode. In this mode, camera preview may be croped for filling widget area.

0 commit comments

Comments
 (0)