mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Update to 0.9.1
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
name: QuaggaJS
|
name: QuaggaJS
|
||||||
markdown: redcarpet
|
markdown: kramdown
|
||||||
baseurl: /quaggaJS
|
baseurl: /quaggaJS
|
||||||
|
|
||||||
exclude: [node_modules]
|
exclude: [node_modules]
|
||||||
|
|||||||
+445
-365
File diff suppressed because one or more lines are too long
Vendored
+3
-3
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))
|
||||||
|
|||||||
Reference in New Issue
Block a user