feat: rendering pipeline logic
This commit is contained in:
8
server/modules/rendering/html-core/definition.yml
Normal file
8
server/modules/rendering/html-core/definition.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
key: htmlCore
|
||||
title: Core
|
||||
description: Basic HTML Parser
|
||||
author: requarks.io
|
||||
input: html
|
||||
output: html
|
||||
icon: crop_free
|
||||
props: {}
|
5
server/modules/rendering/html-core/renderer.js
Normal file
5
server/modules/rendering/html-core/renderer.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
async render() {
|
||||
return this.input
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user