TheSpyder / rescript-webapi

ReScript bindings to the DOM and other Web APIs
http://tinymce.github.io/rescript-webapi/api/Webapi/
Other
149 stars 36 forks source link

HTML canvas element `toBlob` method is missing #109

Closed MoOx closed 1 year ago

MoOx commented 1 year ago

Hi,

Thanks for this awesome bindings!

I was looking to convert a canvas as a File to upload it, and it seems that the method required (toBlob) is missing.

https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob