HTML5 Drag and Drop image tool with CanvasQuery
I love creating tools where user have ability to drop an image from his local drive to the browser for processing. However boilerplating it from scratch quickly becomes a boring routine.
This is why I introduced .onImageDrop method to CanvasQuery. Now you can setup an image drop tool with canvas in just a few lines of code