Hi Programmers of the world. I am building an online business card editor. So users can add images e.g. logo and move it or resize it using jquery draggable() and resizable().
That is working perfectly. My client however insists that the tool should enable users rotate an image or element. using 'Rotatable()'. I understand there is nothing like rotatable in Jquery UI. But I have seen some online tools that rotate elements. I just dont know how to do it. Thanks in advance