You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't realise that Deno still 1 doesn't have OffscreenCanvas, so I was setting up a system that would rely on it, and of course eventually came across a need for createImageBitmap and Image.
Here's the issue for OffscreenCanvas, which blocks this one:
The skia_canvas linked above, works very well. I've written desktop GUI apps with it. The context2D is completely DOM canvas compatible, including path2D and imageData.
I didn't realise that Deno still 1 doesn't have
OffscreenCanvas
, so I was setting up a system that would rely on it, and of course eventually came across a need forcreateImageBitmap
andImage
.Here's the issue for OffscreenCanvas, which blocks this one:
Please feel free to close this if the above issue is a relevant-enough catch-all for this.
[1] Probably waiting for this: https://bugs.chromium.org/p/skia/issues/detail?id=12512
The text was updated successfully, but these errors were encountered: