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

It isn't working on DataMatrix. #144

Closed kivancbeser closed 4 years ago

kivancbeser commented 4 years ago

I try to read DataMatrix but this component doesn't work. Do you have any ideas? Is this development planned?

cozmo commented 4 years ago

DataMatrixs are a completely different type of barcode than QR codes, and this library only supports QR codes. I imagine there is probably some code re-use that could happen, but not a ton. If you are interested in created DataMatrix.js let me know and I'd be happy to share some of the lessons learned from creating jsQR, but as the project currently stands it won't scan a DataMatrix and I don't currently have plans to add that in the future.