DEV Community

Cover image for Drawing on top of an image with JavaScript
coder4life
coder4life

Posted on

Drawing on top of an image with JavaScript

With Fabric.js you can draw, create different forms, and text - all in a HTML Canvas! In this video we will create free drawing, rectangles, circles, and editable text functionality. By setting a canvas background we are basically drawing on top of an image and this can all be exported to for example SVG!

Top comments (0)