Add AVIF/HEIF/HEIC upload support

This commit is contained in:
Ruin0x11
2021-05-07 21:20:42 -07:00
parent 169593ea36
commit 7e27df835c
10 changed files with 127 additions and 4 deletions

View File

@ -37,6 +37,7 @@
'image/png': 'PNG',
'image/webp': 'WEBP',
'image/avif': 'AVIF',
'image/heif': 'HEIF',
'image/heic': 'HEIC',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',

View File

@ -10,6 +10,7 @@
'image/png': 'PNG',
'image/webp': 'WEBP',
'image/avif': 'AVIF',
'image/heif': 'HEIF',
'image/heic': 'HEIC',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',