const imageLens = { lensName: "Image", supportedContentTypes: [ "image/gif", "image/jpeg", "image/png", // TODO : Add more image types! ], renderer: "imageres", } export default imageLens