added mov

This commit is contained in:
tdgmcode 2023-03-21 18:40:48 -04:00
parent ba6563baf8
commit 22f12894ad

View file

@ -4,7 +4,8 @@ const EXTENSION_MAP = {
'jpeg': 'img',
'gif': 'img',
'svg': 'img',
'mp4': 'video'
'mp4': 'video',
'mov': 'video'
}
const formats = [