Merge pull request #144 from Mtillmann/patch-1

fixed node example
This commit is contained in:
Christoph Oberhofer
2017-03-19 10:02:09 +01:00
committed by GitHub
+1 -1
View File
@@ -567,7 +567,7 @@ that node does not support web-workers out of the box. Therefore the config
property `numOfWorkers` must be explicitly set to `0`. property `numOfWorkers` must be explicitly set to `0`.
```javascript ```javascript
var Quagga = require('quagga'); var Quagga = require('quagga').default;
Quagga.decodeSingle({ Quagga.decodeSingle({
src: "image-abc-123.jpg", src: "image-abc-123.jpg",