import { getWindowSize } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/workerd/cli.js";
Returns the current size of the application window.
In the terminal, this is the size of the terminal window, where width
and
height
are the corresponding columns and rows.
In the browser, this is the size of the viewport, where width
and height
are measured in pixels.