denorg / qrcode

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

A bit of more documentation would help #10

Open JJ opened 1 year ago

JJ commented 1 year ago

For instance, document the fact that qrcode is asynchronous, or that it returns a QRCode class which seems to be a string, or at least can be converted to string.