cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.73k stars 607 forks source link

Usability improvement #205

Open radl97 opened 3 years ago

radl97 commented 3 years ago

Hey, I really like this project, thanks for sharing it with people!

One small note: it is bit of a pain using the demo as it is now.

The usability can be improved by constantly showing the already decoded texts. It changes the "demo" into a fully operational tool, in my opinion. (For me, who do not want to share data with a server.)

Note that the implementation is now ugly, it only demonstrates the idea. However, I am open to suggestions to how to solve this in a more elegant way.