Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/caviar/deps.ts>createWindow

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
function createWindow
Re-export
import { createWindow } from "https://deno.land/x/caviar@2.6.6/deps.ts";

Creates a new DWM window

const win = createWindow({
  title: "Deno Window Manager",
  width: 800,
  height: 600,
  resizable: true,
});