scala-js-games
scala-js-games copied to clipboard
HTMLCanvasElement now in dom.html package
Great examples!
just wanted to let you know now you have to do:
import org.scalajs.dom.html val canvas = dom.document.createElement("canvas").asInstanceOf[html.Canvas]
to create a canvas (or access one)
Cheers!