Update to 0.9.1

gh-pages
Christoph Oberhofer 10 years ago
parent 63457d607f
commit 8a706d31c3

@ -1,5 +1,5 @@
name: QuaggaJS name: QuaggaJS
markdown: redcarpet markdown: kramdown
baseurl: /quaggaJS baseurl: /quaggaJS
exclude: [node_modules] exclude: [node_modules]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -109,6 +109,12 @@ file is only valid for the non-uglified version `quagga.js` because the
minified version is altered after compression and does not align with the map minified version is altered after compression and does not align with the map
file any more. file any more.
### Node
The code in the `dist` folder is only targeted to the browser and won't work in
node due to the dependency on the DOM. For the use in node, the `build` command
also creates a `quagga.js` file in the `lib` folder.
## <a name="api">API</a> ## <a name="api">API</a>
You can check out the [examples][github_examples] to get an idea of how to You can check out the [examples][github_examples] to get an idea of how to
@ -550,6 +556,12 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
## <a name="changelog">Changelog</a> ## <a name="changelog">Changelog</a>
### 2016-02-18
- Internal Changes
- Restructuring into meaningful folders
- Removing debug-code in production build
### 2016-02-15 ### 2016-02-15
Take a look at the release-notes ([0.9.0] Take a look at the release-notes ([0.9.0]
(https://github.com/serratus/quaggaJS/releases/tag/v0.9.0)) (https://github.com/serratus/quaggaJS/releases/tag/v0.9.0))

Loading…
Cancel
Save