We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72652bc commit f28f9a9Copy full SHA for f28f9a9
dom/src/main/scala/org/scalajs/dom/ImageData.scala
@@ -27,6 +27,7 @@ class ImageData extends js.Object {
27
28
/** Is an unsigned long representing the actual height, in pixels, of the ImageData. */
29
def height: Int = js.native
30
+
31
/**
32
* Create an ImageData instance from an array of pixel data and a width.
33
* @param data pixel data
0 commit comments