mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Updated to 0.12.1
This commit is contained in:
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -54,7 +54,6 @@ $(function() {
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
node.parentNode.style.display = 'none';
|
|
||||||
},
|
},
|
||||||
initCameraSelection: function(){
|
initCameraSelection: function(){
|
||||||
var streamLabel = Quagga.CameraAccess.getActiveStreamLabel();
|
var streamLabel = Quagga.CameraAccess.getActiveStreamLabel();
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ showInMenu: true
|
|||||||
quaggaJS
|
quaggaJS
|
||||||
========
|
========
|
||||||
|
|
||||||
- [Changelog](#changelog) (2017-06-06)
|
- [Changelog](#changelog) (2017-06-07)
|
||||||
- [Browser Support](#browser-support)
|
- [Browser Support](#browser-support)
|
||||||
- [Installing](#installing)
|
- [Installing](#installing)
|
||||||
- [Getting Started](#gettingstarted)
|
- [Getting Started](#gettingstarted)
|
||||||
@@ -680,6 +680,13 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
|
|||||||
|
|
||||||
## <a name="changelog">Changelog</a>
|
## <a name="changelog">Changelog</a>
|
||||||
|
|
||||||
|
### 2017-06-07
|
||||||
|
- Improvements
|
||||||
|
- added `muted` and `playsinline` to `<video/>` to make it work for Safari 11
|
||||||
|
Beta (even iOS)
|
||||||
|
- Fixes
|
||||||
|
- Fixed [example/live_w_locator.js](https://github.com/serratus/quaggaJS/blob/master/example/live_w_locator.js)
|
||||||
|
|
||||||
### 2017-06-06
|
### 2017-06-06
|
||||||
- Features
|
- Features
|
||||||
- Support for Standard 2of5 barcodes (See
|
- Support for Standard 2of5 barcodes (See
|
||||||
|
|||||||
Reference in New Issue
Block a user