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

Return the extracted BitMatrix #150

Open 13thirteen opened 4 years ago

13thirteen commented 4 years ago

Return the extracted BitMatrix extracted.matrix as additional property matrix of the result. (This allows the caller to reproduce an exact copy of the read QR code, e.g. together with the decoded data.) See #123