create export feature in editor

This commit is contained in:
Michi 2024-11-11 20:14:19 +01:00
parent 4845a4a3a6
commit 5fe8d3adb4
2 changed files with 80 additions and 6 deletions

View file

@ -31,7 +31,7 @@
<input id="file-import-input" type="file" accept=".json">
<p>Import</p>
</button>
<button class="toolBtn">
<button id="exportBtn" class="toolBtn">
<span class="material-symbols-outlined">download</span>
<p>Export</p>
</button>
@ -39,7 +39,7 @@
<span class="material-symbols-outlined">print</span>
<p>Print</p>
</button>
<button class="toolBtn">
<button id="shareBtn" class="toolBtn">
<span class="material-symbols-outlined">share</span>
<p>Share link</p>
</button>