Instead of just typing, allow the users to draw on the whiteboard as well! This will likely need to utilize the Web Canvas API, but can likely be accomplished by storing a collection of PNGs after each stroke, this would also allow for easy implementation of an Undo and Redo feature.
Instead of just typing, allow the users to draw on the whiteboard as well! This will likely need to utilize the Web Canvas API, but can likely be accomplished by storing a collection of PNGs after each stroke, this would also allow for easy implementation of an Undo and Redo feature.
=========================
Task: