Author: | werthdavid |
---|---|
Official Page: | Go to website |
Publish Date: | March 15, 2018 |
License: | MIT |
Description:
An Angular (2+) QR Code scanner component using ZXing library.
Features:
- Supports continuous scanning.
- Supports iOS 11 (only in Safari via HTTPS).
- There is a configurable delay of 1500ms after each successful scan, before a new QR-Code can be detected.
- Nice devs behind it.
Installation:
# Yarn $ yarn add @zxing/ngx-scanner@latest # NPM $ npm install @zxing/ngx-scanner@latest --save