feat: rendering pipeline logic
This commit is contained in:
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