Initial lens implementation
This commit is contained in:
12
helpers/lenses/imageLens.js
Normal file
12
helpers/lenses/imageLens.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const imageLens = {
|
||||
lensName: "Image",
|
||||
supportedContentTypes: [
|
||||
"image/gif",
|
||||
"image/jpeg",
|
||||
"image/png",
|
||||
// TODO : Add more image types!
|
||||
],
|
||||
renderer: "imageres",
|
||||
}
|
||||
|
||||
export default imageLens
|
||||
Reference in New Issue
Block a user