From 22f12894ad05e6da7e611a021ae700a1099cb614 Mon Sep 17 00:00:00 2001 From: tdgmcode Date: Tue, 21 Mar 2023 18:40:48 -0400 Subject: [PATCH] added mov --- src/lib/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/util.js b/src/lib/util.js index c60d805..ed5bf7a 100644 --- a/src/lib/util.js +++ b/src/lib/util.js @@ -4,7 +4,8 @@ const EXTENSION_MAP = { 'jpeg': 'img', 'gif': 'img', 'svg': 'img', - 'mp4': 'video' + 'mp4': 'video', + 'mov': 'video' } const formats = [