From beed5e27e7f5d0c2b068d7ac34c75e8f71ed960f Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Mon, 27 Jul 2015 05:32:42 +1000 Subject: [PATCH] Adding barcode types to Readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5d85d36..57068c5 100644 --- a/README.md +++ b/README.md @@ -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.) +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` Values: