Skip to content

Commit 4041985

Browse files
feat: improve compatibility with heic and other packages (#923)
* feat: improve compatibility * add webp optimization support * Optimzie * Update FileViewerOverlay.svelte * add * Update file-converter.worker.ts
1 parent f4e4ba9 commit 4041985

5 files changed

Lines changed: 411 additions & 115 deletions

File tree

src/frontend/package-lock.json

Lines changed: 43 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"@codemirror/language-data": "^6.5.2",
2626
"@codemirror/state": "^6.6.0",
2727
"@codemirror/view": "^6.41.1",
28+
"@discourse/gif": "^1.0.0",
29+
"@discourse/heic": "^1.0.0",
30+
"@discourse/jxr": "^1.0.0",
2831
"@eslint/compat": "^2.0.5",
2932
"@eslint/js": "^10.0.1",
3033
"@fontsource-variable/geist": "^5.2.8",
@@ -34,6 +37,8 @@
3437
"@jsquash/jxl": "^1.3.0",
3538
"@jsquash/oxipng": "^2.3.0",
3639
"@jsquash/png": "^3.1.1",
40+
"@jsquash/qoi": "^1.1.0",
41+
"@jsquash/webp": "^1.1.0",
3742
"@lucide/svelte": "^1.16.0",
3843
"@resvg/resvg-wasm": "^2.6.2",
3944
"@sveltejs/adapter-node": "^5.5.4",
@@ -64,7 +69,6 @@
6469
"formsnap": "^2.0.1",
6570
"globals": "^17.5.0",
6671
"hash-wasm": "^4.12.0",
67-
"heic-to": "^1.4.3",
6872
"layerchart": "^2.0.0-next.48",
6973
"mode-watcher": "^1.1.0",
7074
"nprogress": "^0.2.0",

0 commit comments

Comments
 (0)