Add quickstart commands

This commit is contained in:
lowlighter
2021-02-04 22:46:47 +01:00
parent 96d59e94c1
commit 5eaf603357
10 changed files with 154 additions and 3 deletions

16
.github/quickstart/template/image.svg vendored Normal file
View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="99999" class="<%%= !animated ? 'no-animations' : '' %>">
<defs><style><%%= fonts %></style></defs>
<style><%%= style %></style>
<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`) %>
<%% } %>
<div id="metrics-end"></div>
</div>
</foreignObject>
</svg>

After

Width:  |  Height:  |  Size: 538 B