Added support for more types in image lens

This commit is contained in:
Andrew Bastin
2020-06-23 02:57:58 -04:00
parent 0b38514e41
commit 0fc901bd24

View File

@@ -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",
}