I am learning HTML5 and one of the examples that I want to learn is to create 2 points on a canvas and I should be able to trace a line between the 2 points and join them, this should be done both using mouse and touch events on the mobile devices.
Are there any frameworks that provide these API or are there any examples that I can look at to get started?
1 Answer