QR code generator, update readme

Added a QR code code generator that might be used for auth.

Updated README with better instructions for setting up Tahoe grid.
This commit is contained in:
Rodrigo Pinto 2024-11-29 17:22:29 -03:00
commit 70a92cb0e6
7 changed files with 75 additions and 236 deletions

View file

@ -24,7 +24,7 @@
"vitest": "^2.0.4"
},
"dependencies": {
"otpauth": "^9.3.5",
"qrcode": "^1.5.4"
"@paulmillr/qr": "^0.3.0",
"otpauth": "^9.3.5"
}
}