Added support for more types in image lens
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user