I want to know if we can select a thing on canvas through our own menu say rectangle and then click on the screen again to get it’s coordinates and draw rectangle there? So is this possible by any event or any thing to first select rectangle then wait for a click so that rectangle is draw at that position on screen?
Share
This library lets you add events to the drawed things on your canvas Kinetic.
I suggest you take your menu outside of the canvas, it’s recommended to use “old elements”(divs) when posible.