Skip to content

Add method for ejs templating to razroo

Compare
Choose a tag to compare
@CharlieGreenman CharlieGreenman released this 21 Mar 14:41
· 274 commits to main since this release

Allows for:

<% for(let i = 0; i < schemaData.length; i++) { %>
  Input() <%= schemaData[i].name %>: <%= schemaData[i].type %>
<% } %>