Skip to content

Commit

Permalink
feat: enable viewer for image/emf
Browse files Browse the repository at this point in the history
Add support for image/emf files through a generated preview.

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Nov 13, 2023
1 parent c5a7fb2 commit fa1b768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const previewSupportedMimes = [
'image/heif',
'image/tiff',
'image/x-xbitmap',
'image/emf',
]

/**
Expand Down

0 comments on commit fa1b768

Please sign in to comment.