mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: backend route for generating qr codes out of data
This commit is contained in:
parent
ccca78cec0
commit
3d3f56991b
4 changed files with 356 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue