ScribblePane Add-on: # ScribblePane Add-on for Vaadin 8
ScribblePane is a UI component add-on for Vaadin 8.
It lets you scribble or sketch a very simple drawing using the mouse, and the resulting image can be transferred to the server side.
Download release
Official releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to ScribblePane Add-on - Vaadin Add-on Directory
Building and running demo
mvn clean install
cd scribble-demo
mvn jetty:run
To see the demo, navigate to http://localhost:8080/ .
License & Author
Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.
ScribblePane was written by Enver Haase in 2017, as an exercise.