Skip to content

Commit c6d13d4

Browse files
committed
Fixed missing Blob import
1 parent 15e41c9 commit c6d13d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Webapi/Webapi__Canvas.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Canvas2d = Webapi__Canvas__Canvas2d
22
module WebGl = Webapi__Canvas__WebGl
3+
module Blob = Webapi__Blob
34

45
module CanvasElement = {
56
@send external getContext2d: (Dom.element, @as("2d") _) => Canvas2d.t = "getContext"

0 commit comments

Comments
 (0)