Skip to main content
Module

x/webview/examples/run.ts

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Latest
File
import { Webview } from "../mod.ts";
const webview = new Webview();webview.run();