Basic sample HTML 5 drawing app using FabricJS
This application would give an idea about building a simple and powerful drawing app using HTML 5 canvas. FabricJs is one of the most poweful canvas JS library which gives you an oppertunity to build a browser also a touch based drawing application.
Few of the components have been used in this app
- Drawing a rectangle
- Drawing a circle
- Drawing an image
- Enable and disable drawing
- Enable and disable pan
- Zoom in
- Zoom oout
- Reset zoom
Ref: