Use WBO and ep_whiteboard
https://github.com/lovasoa/whitebophir
https://www.npmjs.com/package/ep_whiteboard
You must be running an instance Etherdraw.
In your settings.json, add:
Set up a host accessible from the user's browser.
"ep_draw": {
"host": "your.etherdrawhost.com"
}
# Example
"ep_draw":{
"host": "localhost:9002"
} "ep_draw": {
"onByDefault": true
} "ep_draw": {
"autoFullscreen": true
} "ep_draw": {
"icon": "http://myicon.com/awesomeicon.png"
} "ep_draw": {
"position": "right"
}- Make the AuthorName, padID and Authorcolor passed to draw.etherpad.org
- Allow setting for opacity in setting.json
- Document the settings required to get it working
- Allow a setting in the settings dropdown to hide the paint (with cookie)
- Find out why going outside the canvas doesnt stop drawing
- Allow setting for showing Artist count or not.
- Clear/reset button