Initial lens implementation
This commit is contained in:
7
helpers/lenses/htmlLens.js
Normal file
7
helpers/lenses/htmlLens.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const htmlLens = {
|
||||
lensName: "HTML",
|
||||
supportedContentTypes: ["text/html"],
|
||||
renderer: "htmlres",
|
||||
}
|
||||
|
||||
export default htmlLens
|
||||
Reference in New Issue
Block a user