In this version, we don't do much. We just take into account mouse moves and we draw connected lines in the
canvas.
The 'mouseMove' events listener function is encapsulated in a pseudo object -
PaintObject in the paint.js file, while the function that gets the current mouse pos is in the utils.js file.
Draw in the canvas by moving the mouse !