Reference height

height

A Number variable that stores the height of the canvas in pixels.

height's default value is 100. Calling createCanvas() or resizeCanvas() changes the value of height. Calling noCanvas() sets its value to 0.

Examples

Notice any errors or typos? Please let us know. Please feel free to edit src/core/environment.js and open a pull request!

Related References