diff --git a/src/files/type-from-ext/extToType.js b/src/files/type-from-ext/extToType.js index c93611517..a5d86c6d2 100644 --- a/src/files/type-from-ext/extToType.js +++ b/src/files/type-from-ext/extToType.js @@ -77,6 +77,7 @@ const extToType = { jng: 'image', jpeg: 'image', jpg: 'image', + jxl: 'image', jfif: 'image', jp2: 'image', jps: 'image', @@ -161,6 +162,7 @@ const extToType = { sid: 'image', ras: 'image', sun: 'image', + qoi: 'image', 123: 'calc', '12m': 'calc', _xls: 'calc',