Skip to main content
Module

x/caviar/web/mod.ts>Image

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class Image
extends Entity
import { Image } from "https://deno.land/x/caviar@2.3.0/web/mod.ts";

Constructors

new
Image(
url: string,
x: number,
y: number,
)

Properties

height: number
image: HTMLImageElement
url: string
width: number