Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/webview/mod.ts>Size

๐ŸŒ Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
interface Size
import { type Size } from "https://deno.land/x/webview@0.7.5/mod.ts";

Window size

Properties

width: number

The width of the window

height: number

The height of the window

hint: SizeHint

The window size hint