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

refactor: simplify options handling #174

Closed eventualbuddha closed 3 years ago

eventualbuddha commented 4 years ago

As there's only one option, it seems simpler to just pull that one out into a local variable.