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 15e41c9 commit c6d13d4Copy full SHA for c6d13d4
src/Webapi/Webapi__Canvas.res
@@ -1,5 +1,6 @@
1
module Canvas2d = Webapi__Canvas__Canvas2d
2
module WebGl = Webapi__Canvas__WebGl
3
+module Blob = Webapi__Blob
4
5
module CanvasElement = {
6
@send external getContext2d: (Dom.element, @as("2d") _) => Canvas2d.t = "getContext"
0 commit comments