An image editor component that allows users editing images on the client side. Editing is done by performing transformations over the original image on the client side. No requests to the server are done while manipulating the image.
Official releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to http://vaadin.com/addon/live-image-editor
git clone https://github.com/alejandro-du/live-image-editor.git mvn clean install cd live-image-editor-demo mvn jetty:run
To see the demo, navigate to http://localhost:8080/
Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.