mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Updated Readme to include Code 39
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
quaggaJS
|
quaggaJS
|
||||||
========
|
========
|
||||||
|
|
||||||
- [Changelog](#changelog) (2015-01-21)
|
- [Changelog](#changelog) (2015-03-04)
|
||||||
|
|
||||||
QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-time localization and decoding of
|
QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-time localization and decoding of
|
||||||
various types of barcodes such as __EAN__ and __CODE128__. The library is also capable of using `getUserMedia` to get direct
|
various types of barcodes such as __EAN__ and __CODE128__. The library is also capable of using `getUserMedia` to get direct
|
||||||
@@ -262,6 +262,10 @@ In case you want to take a deeper dive into the inner workings of Quagga, get to
|
|||||||
|
|
||||||
## <a name="changelog">Changelog</a>
|
## <a name="changelog">Changelog</a>
|
||||||
|
|
||||||
|
### 2015-03-04
|
||||||
|
- Features
|
||||||
|
- Added support for [Code 39][code39_wiki] barcodes
|
||||||
|
|
||||||
### 2015-01-21
|
### 2015-01-21
|
||||||
- Features
|
- Features
|
||||||
- Added support for web-worker (using 4 workers as default, can be changed through `config.numOfWorkers`)
|
- Added support for web-worker (using 4 workers as default, can be changed through `config.numOfWorkers`)
|
||||||
@@ -283,3 +287,4 @@ In the course of implementing web-workers some breaking changes were introduced
|
|||||||
[chaiUrl]: http://chaijs.com/
|
[chaiUrl]: http://chaijs.com/
|
||||||
[mochaUrl]: https://github.com/mochajs/mocha
|
[mochaUrl]: https://github.com/mochajs/mocha
|
||||||
[karmaUrl]: http://karma-runner.github.io/
|
[karmaUrl]: http://karma-runner.github.io/
|
||||||
|
[code39_wiki]: http://en.wikipedia.org/wiki/Code_39
|
||||||
|
|||||||
Reference in New Issue
Block a user