@tronscanteam/instascan-v3
Version:
Webcam-driven QR code scanner.
24 lines (13 loc) • 695 B
Markdown
## This is an update to the orignal [instascan](https://www.npmjs.com/package/@tronscanteam/instascan-v3)
## Installing
*Note:* Chrome requires HTTPS when using the WebRTC API. Any pages using this library should be served over HTTPS.
### NPM
`npm install --save @tronscanteam/instascan-v3`
```javascript
const Instascan = require('@tronscanteam/instascan-v3');
```
## Credits
Powered by the [Emscripten JavaScript build](https://github.com/kig/zxing-cpp-emscripten) of the [C++ port](https://github.com/glassechidna/zxing-cpp) of the [ZXing Java library](https://github.com/zxing/zxing).
## License
Copyright © 2016 Chris Schmich
MIT License. See [LICENSE](LICENSE) for details.