Changed drawSight
option to a boolean and fixed inconsistent formatting in README
This commit is contained in:
parent
633b5f7b54
commit
cc404e0314
@ -27,7 +27,7 @@ Arguments:
|
|||||||
text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only
|
text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only
|
||||||
camera: "front" || "back" // defaults to "back"
|
camera: "front" || "back" // defaults to "back"
|
||||||
flash: "on" || "off" || "auto" // defaults to "auto". See Quirks
|
flash: "on" || "off" || "auto" // defaults to "auto". See Quirks
|
||||||
drawSight : "true" || "false" //default use true, create a red/green sight to center barcode
|
drawSight: true || false //defaults to true, create a red sight/line in the center of the scanner view.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user