Skip to content

Commit 8ebda99

Browse files
committed
Merge branch 'feat/pdfutils' into chore/all-my-stuffs
# Conflicts: # package.json
2 parents 92eaa32 + 06640f9 commit 8ebda99

File tree

5 files changed

+131
-0
lines changed

5 files changed

+131
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"@types/sshpk": "^1.17.4",
104104
"@types/js-beautify": "^1.14.3",
105105
"@types/libmime": "^5.0.3",
106+
"@types/emscripten": "^1.39.10",
106107
"@vicons/material": "^0.12.0",
107108
"@vicons/tabler": "^0.12.0",
108109
"@vueuse/core": "^10.11.1",

pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/qpdf.wasm

1.21 MB
Binary file not shown.

src/libs/qpdf/qpdf.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const createModule: EmscriptenModuleFactory;
2+
export default createModule;

0 commit comments

Comments
 (0)