Merge pull request #75 from JedWatson/patch-1

Adding barcode types to Readme
This commit is contained in:
Loch Wansbrough 2015-07-26 21:48:06 -07:00
commit d3d60279fc
1 changed files with 15 additions and 0 deletions

View File

@ -153,6 +153,21 @@ Will call the specified method when a barcode is detected in the camera's view.
Event contains `data` (the data in the barcode) and `bounds` (the rectangle which outlines the barcode.) Event contains `data` (the data in the barcode) and `bounds` (the rectangle which outlines the barcode.)
The following barcode types can be recognised:
- `aztec`
- `code138`
- `code39`
- `code39mod43`
- `code93`
- `ean13`
- `ean8`
- `pdf417`
- `qr`
- `upce`
The barcode type is provided in the `data` object.
#### `flashMode` #### `flashMode`
Values: Values: