i'm quite new in the interaction between JS and Html and I'd like to know if it is possible to Upload an image through an HTML (a button or dropping it), and Display on JS Canvas so that I can modify it through Javascript pure, no jQuery.
So I can for example call the image like this: Image(img, 0, 0).. add a background or a point on it when the mouse is pressed.
I know that what I'm asking, and how I'm asking, can sound silly, but as i said I'm new in this subject.
I will appreciate any kind of help, as for example a link to similars question.
Thanks
Giovanni