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

This page is generated from the comments in src/core/environment.js . Please feel free to edit it and submit a pull request!

Related References