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

Feature Request: return binaryData as Uint8Array #131

Open kousu opened 5 years ago

kousu commented 5 years ago

I would like .binaryData to be a Uint8Array.

I found #9/#10 which was asking for a similar thing but it looks like that predates the current practice of returning .data and .binaryData