feat: generate room name, link & QR code

This commit is contained in:
Henri Bourcereau 2026-04-25 22:23:52 +02:00
parent c46d26ae02
commit 04369ea28e
7 changed files with 350 additions and 53 deletions

View file

@ -18,6 +18,7 @@ serde_json = "1"
futures = "0.3"
rand = "0.9"
gloo-storage = "0.3"
qrcodegen = "1.8"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
@ -38,4 +39,7 @@ web-sys = { version = "0.3", features = [
"OscillatorType",
"BaseAudioContext",
"HtmlAudioElement",
"Clipboard",
"Navigator",
"Location",
] }