I am creating an image editor type web application. I have a main div which will contain many div inside it.
div
When the user clicks on a save bu
Why are you using a bunch of divs when you could just use one canvas and draw on it with proper canvas functions?
canvas
There are plenty of examples of what you're trying to do, such as this one.