Building an Image Editor with HTML 5 and Canvas

爷,独闯天下 提交于 2020-01-22 05:06:06

问题


I wanted to build a product customizer similar to http://www.getuncommon.com. But instead of Flash, I will utilize HTML5 canvas and Javascript.

Is there a library which I can use to create and achieve similar editor/product customizer as Uncommon?

I did look at jQuery UI but it is seem more focused on interface than creating my own editor.


回答1:


I did something similar to this a while ago.

I used JQuery and Raphael JS. Raphael uses VML in Internet Explorer and SVG and Canvas in other browsers making it a very good cross-browser compatible option.

A good demo of a project using Raphael can be found here.

I used a lot of code from this demo to develop my own tool.

Hope that helps.




回答2:


Take a look at Fabric.js canvas library.

We're using it in production for design editor on printio.ru




回答3:


I used kineticjs to create an E-Card editor. It was a great experience using the library.



来源:https://stackoverflow.com/questions/7497019/building-an-image-editor-with-html-5-and-canvas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!