Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tony-xlh/capacitor-qr-code-scanner

capacitor-qr-code-scanner
https://github.com/tony-xlh/capacitor-qr-code-scanner

barcode capacitor qrcode scanner

Last synced: 2 months ago
JSON representation

capacitor-qr-code-scanner

Awesome Lists containing this project

README

        

## Capacitor QR Code Scanner

A Capacitor web app demo for the [plugin of Dynamsoft Barcode Reader](https://www.npmjs.com/package/capacitor-plugin-dynamsoft-barcode-reader).

You can find its online demo [here](https://tony-xlh.github.io/capacitor-qr-code-scanner/).

### How to run the project

```
npm install
npm run start
```

To run on Android and iOS:

```
npm run build
npx cap sync
```

Then, open the Android project with Android Studio or iOS project with Xcode to run the project.

### Blog

[How to Build a Cross-Platform QR Code Scanner with Capacitor](https://www.dynamsoft.com/codepool/capacitor-qr-code-scanner.html)