mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
feat: upgrade pdfjs-dist from 3.x to 5.x for improved PDF viewer
Update worker path from .js to .mjs to match the new ESM-only build structure in pdfjs-dist v5. Core API (getDocument, getPage, render) remains compatible.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@
|
||||
"marked": "^17.0.3",
|
||||
"marked-highlight": "^2.2.3",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"pdfjs-dist": "^3.11.174",
|
||||
"pdfjs-dist": "^5.5.207",
|
||||
"pdfkit": "^0.14.0",
|
||||
"pizzip": "^3.2.0",
|
||||
"tslib": "^2.8.1",
|
||||
|
||||
Reference in New Issue
Block a user