To drag and drop an image with KineticJS, we can set the draggable property to true when instantiating an Image, or we can use the setDraggable() method.
Code Editor
Modified on April 9th, 2013
by Eric Rowell
To drag and drop an image with KineticJS, we can set the draggable property to true when instantiating an Image, or we can use the setDraggable() method.