deno_canvas 0.110.0

OffscreenCanvas implementation for Deno
Documentation
1
2
3
4
5
6
7
// Copyright 2018-2026 the Deno authors. MIT license.

(function () {
const { core } = __bootstrap;
const { UnsafeWindowSurface } = core.ops;
return { UnsafeWindowSurface };
})();