How can i get the width and height of the canvas element in JavaScript?
Also, what is the \"context\" of the canvas I keep reading about?
I had a problem because my canvas was inside of a container without ID so I used this jquery code below
$('.cropArea canvas').width()