We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f42ace commit 3b0823cCopy full SHA for 3b0823c
src/file.ts
@@ -20,6 +20,8 @@ export const COMMON_MIME_TYPES = new Map([
20
['epub', 'application/epub+zip'],
21
['gz', 'application/gzip'],
22
['gif', 'image/gif'],
23
+ ['heic', 'image/heic'],
24
+ ['heif', 'image/heif'],
25
['htm', 'text/html'],
26
['html', 'text/html'],
27
['ico', 'image/vnd.microsoft.icon'],
0 commit comments