zip download of single pdfs

This commit is contained in:
2026-05-17 02:57:39 +02:00
parent 13097b73fc
commit 4b0046a943
11 changed files with 272 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pdf-tools",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"scripts": {
@@ -16,6 +16,7 @@
"check": "npm run typecheck && npm run lint && npm run test && npm run build"
},
"dependencies": {
"fflate": "^0.8.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.7.284",
"react": "^19.2.6",