Skip to main content
Module

x/webview/examples/remote.ts

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
File
import { WebView } from "../mod.ts";
new WebView({ title: "Remote deno_webview example", url: `https://en.wikipedia.org/wiki/Main_Page`, width: 800, height: 600, resizable: true, debug: true, frameless: false}).run();