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.7k stars 607 forks source link

Is it possible to get image of scan QR code #119

Closed ghost closed 5 years ago

ghost commented 5 years ago

I am looking into a code and example but can't get an idea that how i can return a scan img along with QRCode data is it possible by this library ?

ghost commented 5 years ago

Going to close the issue as i found a solution to convert ImageData to image. Nice library :)