Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/cli/structs/World.ts>createWorld

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
variable createWorld
import { createWorld } from "https://deno.land/x/caviar@2.6.0/cli/structs/World.ts";

type

(
name: string,
title: string,
width: number,
height: number,
resizable: boolean,
web?,
) => unknown