denorg / qrcode

📇 Generate QR code images in Deno
https://denorg.github.io/qrcode/
MIT License
42 stars 11 forks source link

Audit underlying JS code #15

Open JJ opened 1 year ago

JJ commented 1 year ago

For starters, it's 15-year old code. Refactoring it to common practices today would probably make it easier to understand, and work on it. But, more importantly, it would allow exposition of the functionality that's there and which is so far not being tapped.