poppel
poppel

Reputation: 1593

Drag, Drop, and Resize Images with canvas

This is a very nice demo of canvas and kineticjs. Anyway if an image is drawn to a size of zero pixel all images on the canvas disappear. I'm looking for alternatives to kineticjs in pure JS, or is kineticjs the best solution for this job?

[link] http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/

Upvotes: 0

Views: 3319

Answers (1)

Jarrod
Jarrod

Reputation: 9465

You can do this fairly easy with straight JS. Check out Simon Sarrisss's tutorial here.

Upvotes: 1

Related Questions