## QR Code Popup

> QR Code and Barcode scanner wrapped with React popup. Based on `react-qr-reader` and `@ericblade/quagga2`.

Previews https://fe.jimu.io/qrcode-popup/#/qr-code .

### Usage

[![npm](https://img.shields.io/npm/v/@jimengio/qrcode-popup)](https://www.npmjs.com/package/@jimengio/qrcode-popup)

```bash
yarn add @jimengio/qrcode-popup
```

```tsx
import QrCodePopup from "@jimengio/qrcode-popup/lib/qrcode-popup";
import BarcodePopup from "@jimengio/qrcode-popup/lib/barcode-popup";
```

### Workflow

https://github.com/jimengio/ts-workflow

### License

MIT
