the very basics of pdf generation

This commit is contained in:
2023-09-05 22:16:05 +02:00
parent 4a82db7f38
commit 4cb1da19a0
9 changed files with 271 additions and 123 deletions
+3
View File
@@ -11,6 +11,8 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"bootstrap": "^5.3.0",
"downloadjs": "^1.4.7",
"pdf-lib": "^1.17.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
@@ -45,6 +47,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/downloadjs": "^1.4.3",
"less": "^4.2.0",
"less-loader": "^11.1.3"
}