Fixed react example
parent
45331c0d8e
commit
308544c0dd
@ -0,0 +1 @@
|
|||||||
|
static/
|
@ -0,0 +1,9 @@
|
|||||||
|
# Quagga meets React
|
||||||
|
|
||||||
|
This example uses webpack & babel to transpile/bundle the required files.
|
||||||
|
|
||||||
|
## How to run the example
|
||||||
|
|
||||||
|
```console
|
||||||
|
> npm install && webpack
|
||||||
|
```
|
Loading…
Reference in New Issue