This commit is contained in:
rofl256 2018-02-09 01:13:39 +01:00
commit 3b857865c4
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This is a lightweight NodeJS collaborative Whiteboard witch can easily be custom
## Some Features
* Showing remote user cursors while drawing
* Undo function for each user
* Undo function for each user (strg+z as well)
* Drag & Drop Images to Whiteboard from PC and Browsers
* Copy & Paste Images from Clipboard
* Resize, Move & Draw Images to Canvas or Background
@ -40,4 +40,7 @@ Call your site with GET parameters to change the WhiteboardID or the Username
* This is just a sample layout to show the functions available
* You shoud be able to customize without ever toutching the whiteboard.js (take a look at index.html & main.js)
## ToDo
* Add feedback for errors and things ...
___ MIT License ___