Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tony-xlh/capacitor-qr-code-scanner
- Owner: tony-xlh
- Created: 2021-11-12T05:36:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T02:20:54.000Z (4 months ago)
- Last Synced: 2024-09-06T08:26:40.623Z (4 months ago)
- Topics: barcode, capacitor, qrcode, scanner
- Language: JavaScript
- Homepage:
- Size: 2.79 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)