feat(core): add color grading schema and lut parsing

This commit is contained in:
ukimsanov
2026-06-16 13:41:28 -07:00
parent ca3cab340b
commit 3109acb88a
11 changed files with 922 additions and 0 deletions
@@ -27,6 +27,7 @@ export const MIME_TYPES: Record<string, string> = {
".otf": "font/otf",
".txt": "text/plain",
".md": "text/markdown",
".cube": "text/plain; charset=utf-8",
};
export function getMimeType(path: string): string {