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

Is there any chance to scan different types of code? #162

Closed arthurmmedeiros closed 4 years ago

arthurmmedeiros commented 4 years ago

Hi there, I'm trying to make it able to scan both qr and bar code, would it be possible for this lib?

cozmo commented 4 years ago

Nope, this lib only does QR codes, and there's not plans currently to support more. I imagine if we chose to we'd make separate libs, like js-barcode, etc so as not to bloat the codebase.