add first version with text boxes

This commit is contained in:
raphael
2019-01-11 15:58:58 +01:00
parent 51dc51751b
commit a90d3d46c1
4 changed files with 62 additions and 9 deletions

View File

@@ -55,6 +55,9 @@
<button tool="circle" title="draw a circle" type="button" class="whiteboardTool">
<i class="far fa-circle"></i>
</button>
<button tool="text" title="write text" type="button" class="whiteboardTool">
<i class="fas fa-font"></i>
</button>
<button tool="eraser" title="take the eraser" type="button" class="whiteboardTool">
<i class="fa fa-eraser"></i>
</button>