Skip to content

Commit

Permalink
feat(loader): Add support for previewing raw image file types (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
qliu-box authored and jstoffan committed Sep 23, 2019
1 parent a96cb50 commit 1cae4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/image/ImageLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const VIEWERS = [
NAME: 'Image',
CONSTRUCTOR: ImageViewer,
REP: 'jpg',
EXT: ['jpeg', 'jpg'],
EXT: ['jpeg', 'jpg', 'cr2', 'crw', 'dng', 'nef', 'raf', 'raw'],
ASSET: '1.jpg',
},
{
Expand Down

0 comments on commit 1cae4d1

Please sign in to comment.