Added support for more types in image lens
This commit is contained in:
@@ -4,7 +4,10 @@ const imageLens = {
|
|||||||
"image/gif",
|
"image/gif",
|
||||||
"image/jpeg",
|
"image/jpeg",
|
||||||
"image/png",
|
"image/png",
|
||||||
// TODO : Add more image types!
|
"image/bmp",
|
||||||
|
"image/svg+xml",
|
||||||
|
"image/x-icon",
|
||||||
|
"image/vnd.microsoft.icon",
|
||||||
],
|
],
|
||||||
renderer: "imageres",
|
renderer: "imageres",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user