https://github.com/tony-xlh/animatedqrcodereader
Animated QR code reader
https://github.com/tony-xlh/animatedqrcodereader
animated data qrcode transfer
Last synced: 8 days ago
JSON representation
Animated QR code reader
- Host: GitHub
- URL: https://github.com/tony-xlh/animatedqrcodereader
- Owner: tony-xlh
- Created: 2021-09-24T02:13:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T02:00:51.000Z (about 1 year ago)
- Last Synced: 2025-04-02T19:51:31.687Z (29 days ago)
- Topics: animated, data, qrcode, transfer
- Language: JavaScript
- Homepage:
- Size: 253 KB
- Stars: 52
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnimatedQRCodeReader
**Update:** There is a new cross-platform Ionic version which supports two-way communication:
Animated QR code reader. The repo contains the generator as well.
Using the generator and reader, it is possible to transfer data between two devices without an Internet connection.
The generator and reader are implemented in JavaScript using the [QR code generator](https://github.com/kazuhikoarase/qrcode-generator/) and the [Dynamsoft Barcode Reader](https://www.dynamsoft.com/barcode-reader/overview/).
An Andoird project using [Dynamsoft Camera Enhancer](https://www.dynamsoft.com/camera-enhancer/docs/introduction/) and Dynamsoft Barcode Reader is included as well.

PS: Dynamsoft Barcode Reader is a commercial SDK. You need to apply for a license to use it: [apply for a trial](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr).
## Online demo
[Generator](https://tony-xlh.github.io/AnimatedQRCodeReader/generator/generator.html)
[Scanner](https://tony-xlh.github.io/AnimatedQRCodeReader/reader/scanner.html)
## Blog
## What Advantages of Dynamsoft Barcode Reader Does this Demo Showcase?
1. The ability to read high-version QR codes.
2. The speed of reading barcodes from camera frames.
3. The great customizability.## References
[txqr](https://github.com/divan/txqr/)