How to optimally draw images on canvas and implement drag functionality on them?
I am trying to develop an Image Editor, which provides functionality to add multiple images on canvas and make image draggable. I have implemented a solution but it sky rockets my CPU usage.