We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f6577 commit 6fe2fbcCopy full SHA for 6fe2fbc
1 file changed
src/DOMAPI/ImageData.res
@@ -10,7 +10,7 @@ external make: (~sw: int, ~sh: int, ~settings: imageDataSettings=?) => imageData
10
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/ImageData)
11
*/
12
@new
13
-external make2: (
+external makeWithData: (
14
~data: Uint8ClampedArray.t,
15
~sw: int,
16
~sh: int=?,
0 commit comments