add export functions

This commit is contained in:
rofl256
2018-02-08 21:53:48 +01:00
parent 2eb098d627
commit 9343ca29ec
2 changed files with 29 additions and 15 deletions

View File

@@ -71,11 +71,11 @@
</div>
<div class="btn-group">
<button id="saveAsJSONBtn" title="Save whiteboard as image" type="button" class="whiteboardBtn">
<button id="saveAsImageBtn" title="Save whiteboard as image" type="button" class="whiteboardBtn">
<i class="fas fa-image"></i>
<i style="position: absolute; top: 6px; left: 9px; color: #000000; background: grey; font-size: 0.8em; " class="fas fa-save"></i>
</button>
<button style="position: relative;" id="saveAsJsonBtn" title="Save whiteboard as JSON" type="button" class="whiteboardBtn">
<button style="position: relative;" id="saveAsJSONBtn" title="Save whiteboard as JSON" type="button" class="whiteboardBtn">
<i class="far fa-file-alt"></i>
<i style="position: absolute; top: 5px; left: 7px; color: #000000; background: grey; font-size: 0.8em; " class="fas fa-save"></i>
</button>