js see width of canvas through contex code example
Example: js set canvas size
canvas.width = 300;
// or, if you only have the context
ctx.canvas.width = 300;
canvas.width = 300;
// or, if you only have the context
ctx.canvas.width = 300;