scala-js-games icon indicating copy to clipboard operation
scala-js-games copied to clipboard

HTMLCanvasElement now in dom.html package

Open facundoq opened this issue 9 years ago • 1 comments

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!

facundoq avatar Oct 09 '15 02:10 facundoq