kvision / pl.treksoft.kvision.html / Canvas / <init>

<init>

Canvas(canvasWidth: Int? = null, canvasHeight: Int? = null, classes: Set<String> = setOf())

Parameters

canvasWidth - the width of the canvas

canvasHeight - the height of the canvas

classes - a set of CSS class names

Constructor