feat: jpe extension (#4374)

This commit is contained in:
Jason Rasmussen
2023-10-06 16:55:20 -04:00
committed by GitHub
parent 36b21948bf
commit 2f9d0a2404
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ const image: Record<string, string[]> = {
'.heif': ['image/heif'],
'.iiq': ['image/iiq', 'image/x-phaseone-iiq'],
'.insp': ['image/jpeg'],
'.jpe': ['image/jpeg'],
'.jpeg': ['image/jpeg'],
'.jpg': ['image/jpeg'],
'.jxl': ['image/jxl'],