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
@@ -7,6 +7,7 @@ describe('mimeTypes', () => {
{ mimetype: 'image/ari', extension: '.ari' },
{ mimetype: 'image/arw', extension: '.arw' },
{ mimetype: 'image/avif', extension: '.avif' },
{ mimetype: 'image/bmp', extension: '.bmp' },
{ mimetype: 'image/cap', extension: '.cap' },
{ mimetype: 'image/cin', extension: '.cin' },
{ mimetype: 'image/cr2', extension: '.cr2' },