Skip to main content
Module

x/pane/mod.ts

🖼️ A deno module providing bindings for cross-platform windowing
Go to Latest
File
export * from "./window.ts";export * from "./event_loop.ts";
import { load, unload } from "./plugin.ts";
await load();
// deno-lint-ignore ban-ts-comment// @ts-ignoreif (typeof window !== "undefined") window.addEventListener("unload", unload);