#58 - Experimental PDF support

This commit is contained in:
Simon Cambier
2022-09-29 22:10:19 +02:00
parent 1314fc6269
commit 5266ee76b3
8 changed files with 97 additions and 34 deletions

View File

@@ -37,6 +37,12 @@
},
"dependencies": {
"@vanakat/plugin-api": "^0.1.0",
"minisearch": "^5.0.0"
"minisearch": "^5.0.0",
"pdfjs-dist": "^2.16.105"
},
"pnpm": {
"overrides": {
"moment@>=2.18.0 <2.29.4": ">=2.29.4"
}
}
}