|
1 | 1 | quaggaJS |
2 | 2 | ======== |
3 | 3 |
|
4 | | -- [Changelog](#changelog) (2015-11-22) |
| 4 | +- [Changelog](#changelog) (2016-02-15) |
5 | 5 | - [Installing](#installing) |
6 | 6 | - [Getting Started](#gettingstarted) |
7 | 7 | - [API](#api) |
@@ -120,8 +120,10 @@ may be the `inputStream.type` is set to `LiveStream`, but the browser does |
120 | 120 | not support this API, or simply if the user denies the permission to use the |
121 | 121 | camera. |
122 | 122 |
|
123 | | -If you do not specify a target, QuaggaJS would look for an element that matches the CSS selector `#interactive.viewport` (for backwards compatibility). |
124 | | -`target` can be a string (CSS selector matching one of your DOM node) or a DOM node. |
| 123 | +If you do not specify a target, QuaggaJS would look for an element that matches |
| 124 | +the CSS selector `#interactive.viewport` (for backwards compatibility). |
| 125 | +`target` can be a string (CSS selector matching one of your DOM node) or a DOM |
| 126 | +node. |
125 | 127 |
|
126 | 128 | ```javascript |
127 | 129 | Quagga.init({ |
@@ -386,9 +388,9 @@ the readers are given, since some might return a value even though it is not |
386 | 388 | the correct type (EAN-13 vs. UPC-A). |
387 | 389 |
|
388 | 390 | The `multiple` property tells the decoder if it should continue decoding after |
389 | | -finding a valid barcode. If multiple is set to `true`, the results will be |
| 391 | +finding a valid barcode. If multiple is set to `true`, the results will be |
390 | 392 | returned as an array of result objects. Each object in the array will have a |
391 | | -`box`, and may have a `codeResult` depending on the success of decoding the |
| 393 | +`box`, and may have a `codeResult` depending on the success of decoding the |
392 | 394 | individual box. |
393 | 395 |
|
394 | 396 | The remaining properties `drawBoundingBox`, `showFrequency`, `drawScanline` and |
@@ -543,6 +545,10 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``. |
543 | 545 |
|
544 | 546 | ## <a name="changelog">Changelog</a> |
545 | 547 |
|
| 548 | +### 2016-02-15 |
| 549 | +Take a look at the release-notes ([0.9.0] |
| 550 | +(https://github.com/serratus/quaggaJS/releases/tag/v0.9.0)) |
| 551 | + |
546 | 552 | ### 2015-11-22 |
547 | 553 |
|
548 | 554 | - Fixes |
|
0 commit comments