Upated Readme and package.json

pull/29/head
Christoph Oberhofer 10 years ago
parent 7e0525d40b
commit 39b3377b3d

@ -7,10 +7,11 @@ quaggaJS
QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real- QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-
time localization and decoding of various types of barcodes such as __EAN__, time localization and decoding of various types of barcodes such as __EAN__,
__CODE128__, __CODE39__ and __CODABAR__. The library is also capable of using `getUserMedia` __CODE 128__, __CODE 39__, __EAN 8__, __UPC-A__, __UPC-C__ and __CODABAR__.
to get direct access to the user's camera stream. Although the code relies on The library is also capable of using `getUserMedia` to get direct access to
heavy image-processing even recent smartphones are capable of locating and the user's camera stream. Although the code relies on heavy image-processing
decoding barcodes in real-time. even recent smartphones are capable of locating and decoding barcodes in
real-time.
Try some [examples](http://serratus.github.io/quaggaJS/examples) and check out Try some [examples](http://serratus.github.io/quaggaJS/examples) and check out
the blog post ([How barcode-localization works in QuaggaJS][oberhofer_co_how]) the blog post ([How barcode-localization works in QuaggaJS][oberhofer_co_how])
@ -292,6 +293,14 @@ work.
## <a name="changelog">Changelog</a> ## <a name="changelog">Changelog</a>
### 2015-04-30
- Features
- Added support for [UPC-A and UPC-E][upc_wiki] barcodes
- Added support for [EAN-8][ean_8_wiki] barcodes
- Improvements
- Added extended configuration to the live-video example
- Releasing resources when calling ``Quagga.stop()``
### 2015-04-25 ### 2015-04-25
- Improvements - Improvements
- Added extended configuration to the file-input example - Added extended configuration to the file-input example

@ -1,6 +1,6 @@
{ {
"name": "quagga", "name": "quagga",
"version": "0.5.4", "version": "0.6.0",
"description": "An advanced barcode-scanner written in JavaScript", "description": "An advanced barcode-scanner written in JavaScript",
"main": "dist/quagga.js", "main": "dist/quagga.js",
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save