Canvas editor

I ran into a problem for drawing a complex image using a canvas tag and using JavaScript.

I need a tool, or we can say an editor, using which I can draw any image. It returns Javascript code using canvas, which I can include in html pages.

Thank!

+5
source share
3 answers

I have a project in which you can draw complex canvas shapes and export them to an HTML file. Then you can edit the file as needed.

My project is at http://canvimation.github.com/

Hope this helps

+9
source

Adobe Illustrator ( ).

.SVG.

BTW, ( "yourArt.svg" ) img.

, , FabricJS svg . - : http://fabricjs.com/

- yourArt.svg . svg-to-canvas : http://www.professorcloud.com/svg-to-canvas/

... - Illustrator.

- ! SVG FabricJS: http://fabricjs.com/kitchensink/

+5

Another great online tool is called HTML Canvas Studio .

It behaves like other drawing programs, and when you are done, you can export the drawing to HTML + JS.

The tool can be found here: http://www.htmlcanvasstudio.com/

+2
source

All Articles