All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.dom.html.Image.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.html

import scala.scalajs.js

/**
  * MDN Image
  * @author [email protected]
  */
@js.native
class Image extends js.Object {
  var src: String         = js.native
  var width: Double       = js.native
  var height: Double      = js.native
  var onload: js.Function = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy