mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 23:03:09 +00:00
feat(core): add color grading schema and lut parsing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user