feat: backend route for generating qr codes out of data

This commit is contained in:
theoleuthardt 2025-02-20 23:19:38 +01:00
parent ccca78cec0
commit 3d3f56991b
4 changed files with 356 additions and 2 deletions

View file

@ -19,11 +19,13 @@
"fastify-cors": "^6.0.3",
"fastify-multipart": "^5.3.1",
"libreoffice-convert": "^1.6.0",
"luxon": "^3.5.0"
"luxon": "^3.5.0",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.4",
"@types/qrcode": "^1.5.5",
"prettier": "3.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"