feat(ui): add HEIC image support and MIME normalization

Convert HEIC/HEIF images to JPEG for AI processing
Normalize unsupported text MIME types to text/plain
This commit is contained in:
Bohdan Triapitsyn
2026-01-02 14:20:10 +02:00
parent d58beb5c6c
commit ad0439da39
3 changed files with 154 additions and 15 deletions
+1
View File
@@ -33,6 +33,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"express": "^5.1.0",
"heic2any": "^0.0.4",
"http-proxy-middleware": "^3.0.5",
"motion": "^12.23.24",
"next-themes": "^0.4.6",