qrcode printing

This commit is contained in:
2026-06-13 21:28:16 +02:00
parent 9a5e0565cb
commit 7e7edbaeda
4 changed files with 444 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
"@tailwindcss/typography": "^0.5.20",
"@types/better-sqlite3": "^7.6.13",
"next": "16.2.9",
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0"
@@ -21,6 +22,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/tailwindcss": "^3.0.11",