Updated Readme to include Code 39

pull/19/head
Christoph Oberhofer 11 years ago
parent b5ebd60a6a
commit 6f02116663

@ -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

Loading…
Cancel
Save