This commit is contained in:
2026-01-30 15:07:54 +01:00
parent 1e87e7d2ea
commit d0520a4c3c
49 changed files with 4 additions and 5758 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"postinstall": "cp node_modules/@imagemagick/magick-wasm/dist/magick.wasm public/wasm/"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",