improve pdf layout and add profile pics

This commit is contained in:
Joakim Repomaa
2026-02-19 18:21:11 +02:00
parent 60567717eb
commit 1744466b2b
10 changed files with 87 additions and 55 deletions

21
package-lock.json generated
View File

@@ -27,6 +27,7 @@
"puppeteer": "^24.37.3",
"svelte": "^5.51.0",
"svelte-check": "^4.1.0",
"svelte-feather-icons": "^4.2.0",
"tailwindcss": "^4.1.18",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
@@ -3964,6 +3965,26 @@
"typescript": ">=5.0.0"
}
},
"node_modules/svelte-feather-icons": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/svelte-feather-icons/-/svelte-feather-icons-4.2.0.tgz",
"integrity": "sha512-KuMTDrL6sA8aCxBv3RMgmmnnyIaAXaYcmWkmNa2r2Qj70vi+An2T6ZBAdiZr6wjx+a3eZJy+FRseeRkzQFGHPw==",
"dev": true,
"license": "MIT",
"dependencies": {
"svelte": "^3.38.2"
}
},
"node_modules/svelte-feather-icons/node_modules/svelte": {
"version": "3.59.2",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-3.59.2.tgz",
"integrity": "sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/tailwindcss": {
"version": "4.1.18",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",