Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beddbc3 commit ef4e4a8Copy full SHA for ef4e4a8
src/Graphics/Canvas.purs
@@ -118,7 +118,7 @@ foreign import data CanvasElement :: *
118
foreign import data Context2D :: *
119
120
-- | An image data object, used to store raster data outside the canvas.
121
-type ImageData = { width :: Number, height :: Number, data :: Uint8ClampedArray }
+type ImageData = { width :: Int, height :: Int, data :: Uint8ClampedArray }
122
123
-- | Opaque object for drawing elements and things to the canvas.
124
foreign import data CanvasImageSource :: *
0 commit comments