Interface ImageBitmap
Properties
Readonlyheight
height: number
The ImageBitmap.height read-only property returns the ImageBitmap object's height in CSS pixels.
Readonlywidth
width: number
The ImageBitmap.width read-only property returns the ImageBitmap object's width in CSS pixels.
The
ImageBitmapinterface represents a bitmap image which can be drawn to a canvas without undue latency.MDN Reference