We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd52739 commit 85f2dcfCopy full SHA for 85f2dcf
src/normalizeMimeType.ts
@@ -4,6 +4,8 @@ function normalizeMimeType (mime: string) {
4
case "audio/vnd.wave": return "audio/wav";
5
case "image/x-icon": return "image/vnd.microsoft.icon";
6
case "image/qoi": return "image/x-qoi";
7
+ case "video/bink": return "video/vnd.radgamettools.bink";
8
+ case "video/binka": return "audio/vnd.radgamettools.bink";
9
}
10
return mime;
11
0 commit comments