Added support for more types in image lens
This commit is contained in:
parent
0b38514e41
commit
0fc901bd24
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,10 @@ const imageLens = {
|
|||
"image/gif",
|
||||
"image/jpeg",
|
||||
"image/png",
|
||||
// TODO : Add more image types!
|
||||
"image/bmp",
|
||||
"image/svg+xml",
|
||||
"image/x-icon",
|
||||
"image/vnd.microsoft.icon",
|
||||
],
|
||||
renderer: "imageres",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue