Skip to content

Commit 6fe2fbc

Browse files
committed
Rename ImageData.make2 to ImageData.makeWithData
1 parent d4f6577 commit 6fe2fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DOMAPI/ImageData.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ external make: (~sw: int, ~sh: int, ~settings: imageDataSettings=?) => imageData
1010
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/ImageData)
1111
*/
1212
@new
13-
external make2: (
13+
external makeWithData: (
1414
~data: Uint8ClampedArray.t,
1515
~sw: int,
1616
~sh: int=?,

0 commit comments

Comments
 (0)