update packages

this greatly improves qr code size and quality
This commit is contained in:
Bernd Storath
2025-04-26 16:49:51 +02:00
parent c4efb1d03a
commit 19d9e3b7d7
3 changed files with 122 additions and 143 deletions

View File

@@ -132,7 +132,7 @@ class WireGuard {
const config = await this.getClientConfiguration({ clientId });
return encodeQR(config, 'svg', {
ecc: 'high',
scale: 4,
scale: 2,
encoding: 'byte',
});
}