Skip to content

Commit

Permalink
feat(viewer): Add loading icons for raw image file extensions (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Nov 26, 2019
1 parent c2d19fd commit 87177b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/icons/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,20 @@ export const ICON_FILE_MAP = {};
[
'ai',
'bmp',
'cr2',
'crw',
'dcm',
'dng',
'gif',
'heic',
'jpg',
'jpeg',
'jpg',
'nef',
'png',
'ps',
'psd',
'raf',
'raw',
'svg',
'svs',
'swf',
Expand Down

0 comments on commit 87177b7

Please sign in to comment.