feat(format): bmp format (#5197)

This commit is contained in:
Jason Rasmussen
2023-11-20 14:47:24 -05:00
committed by GitHub
parent 1fbbb5a236
commit ec6b56f63c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ const image: Record<string, string[]> = {
'.ari': ['image/ari', 'image/x-arriflex-ari'],
'.arw': ['image/arw', 'image/x-sony-arw'],
'.avif': ['image/avif'],
'.bmp': ['image/bmp'],
'.cap': ['image/cap', 'image/x-phaseone-cap'],
'.cin': ['image/cin', 'image/x-phantom-cin'],
'.cr2': ['image/cr2', 'image/x-canon-cr2'],