Skip to content

Commit 74580f9

Browse files
committed
deploy: 8afdd95
1 parent 73f2180 commit 74580f9

File tree

14 files changed

+146
-7
lines changed

14 files changed

+146
-7
lines changed

dist/cli.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cli.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#output svg {
3838
width: 100%;
3939
height: auto;
40+
max-height: 100vh;
4041
display: block;
4142
margin-bottom: 1em;
4243
padding: 1em;

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
<div class="panel panel-editor">
1717
<div id="editor"></div>
1818
<p>
19-
Example:
19+
Examples:
2020
<a href="?load=pinouts/esp32-c3-super-mini.yaml">ESP32-C3 Super Mini</a>
21+
<a href="?load=pinouts/raspberry-pi.yaml">Raspberry Pi</a>
22+
<a href="?load=pinouts/a4988.yaml">A4988 Motor Driver</a>
2123
</p>
2224

2325
<p>

pinouts/a4988.back.png

139 KB
Loading

pinouts/a4988.back.svg

Lines changed: 6 additions & 0 deletions
Loading

pinouts/a4988.front.png

166 KB
Loading

pinouts/a4988.front.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)