Use faker.js for mocked data and placeholder (#47)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<foreignObject x="0" y="0" width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<% for (const partial of [...partials]) { %>
|
||||
<%- await include(`partials/${partial}.ejs`); %>
|
||||
<%- await include(`partials/${partial}.ejs`) %>
|
||||
<% } %>
|
||||
|
||||
<% if (base.metadata) { %>
|
||||
|
||||
|
Before Width: | Height: | Size: 978 B After Width: | Height: | Size: 977 B |
Reference in New Issue
Block a user