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

Remove unused variable `size` #182

Closed gaaamii closed 2 years ago

gaaamii commented 4 years ago

I just found an unused variable. Shouldn't it be removed?

cozmo commented 2 years ago

Thanks for the PR!