I am trying to update a javascript canvas by drawing pixels directly onto the imageData buffer. Basically I am updating all the pixels on the imageData buffer after each mousemove / touchmove event, and trying to get the best possible performance.I am trying to update a javascript canvas by dr