Canvas(canvasWidth: Int? = null, canvasHeight: Int? = null, classes: Set<String> = setOf())
canvasWidth - the width of the canvas
canvasWidth
canvasHeight - the height of the canvas
canvasHeight
classes - a set of CSS class names
classes
Constructor