Skip to content

Commit 02559cd

Browse files
committed
feat: Add Zstandard (zstd) compression and decompression tools
1 parent 4603efa commit 02559cd

6 files changed

Lines changed: 922 additions & 181 deletions

File tree

frontend/package-lock.json

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

frontend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@astrojs/starlight": "^0.35.2",
3030
"@astrojs/tailwind": "^6.0.2",
3131
"@huggingface/transformers": "^3.7.2",
32+
"@oneidentity/zstd-js": "^1.0.3",
3233
"@radix-ui/react-checkbox": "^1.3.3",
3334
"@radix-ui/react-dropdown-menu": "^2.1.16",
3435
"@radix-ui/react-label": "^2.1.7",
@@ -64,6 +65,7 @@
6465
"react-day-picker": "^9.9.0",
6566
"react-dom": "^19.1.1",
6667
"react-github-btn": "^1.4.0",
68+
"react-dropzone": "^14.3.8",
6769
"react-konva": "^19.0.10",
6870
"react-toastify": "^11.0.5",
6971
"sharp": "^0.34.2",

0 commit comments

Comments
 (0)