This commit is contained in:
2026-07-15 19:34:13 -05:00
parent 84b7ee0a47
commit 8e0253821f
8 changed files with 663 additions and 751 deletions

View File

@@ -4,9 +4,7 @@
"exports": "./main.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^1",
"@std/path": "jsr:@std/path@^1",
"pdfjs-dist": "npm:pdfjs-dist@^6.1.200",
"pdfjs-dist/": "npm:/pdfjs-dist@^6.1.200/"
"@std/path": "jsr:@std/path@^1"
},
"tasks": {
"dev": "deno desktop --hmr --backend cef --allow-read --allow-write --allow-env main.ts",