Yvillia / RealScript

CS 296-41 Final Project
0 stars 1 forks source link

Implement a Drawing Whiteboard Feature #15

Open Yvillia opened 3 years ago

Yvillia commented 3 years ago

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: