Skip to content

Commit

Permalink
Updated readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
serratus committed Apr 16, 2015
1 parent 21aa205 commit 779b46d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
quaggaJS
========

- [Changelog](#changelog) (2015-03-16)
- [Changelog](#changelog) (2015-04-16)

## What is QuaggaJS?

QuaggaJS is a barcode-scanner entirely written in JavaScript supporting real-
time localization and decoding of various types of barcodes such as __EAN__,
__CODE128__ and __CODE39__. The library is also capable of using `getUserMedia`
__CODE128__, __CODE39__ and __CODABAR__. The library is also capable of using `getUserMedia`
to get direct access to the user's camera stream. Although the code relies on
heavy image-processing even recent smartphones are capable of locating and
decoding barcodes in real-time.
Expand Down Expand Up @@ -291,6 +291,10 @@ work.

## <a name="changelog">Changelog</a>

### 2015-04-16
- Features
- Added support for [Codabar][codabar_wiki] barcodes

### 2015-03-16
- Improvements
- now includes minified version (23.3KB gzipped)
Expand Down Expand Up @@ -334,5 +338,6 @@ introduced to the API.
[mochaUrl]: https://github.com/mochajs/mocha
[karmaUrl]: https://karma-runner.github.io/
[code39_wiki]: https://en.wikipedia.org/wiki/Code_39
[codabar_wiki]: https://en.wikipedia.org/wiki/Codabar
[oberhofer_co_how]: https://www.oberhofer.co/how-barcode-localization-works-in-quaggajs/
[github_examples]: https://serratus.github.io/quaggaJS/examples
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quagga",
"version": "0.5.2",
"version": "0.5.3",
"description": "An advanced barcode-scanner written in JavaScript",
"main": "dist/quagga.js",
"devDependencies": {
Expand Down

0 comments on commit 779b46d

Please sign in to comment.