Skip to main content
Module

x/caviar/mod.ts>Atlas

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

Constructors

new
Atlas(atlasUrl: string, type?: string)

Properties

atlas: PhaserAtlas | PixiAtlas | GodotAtlas
image: HTMLImage
readonly
imgUrl: string
preloaded: boolean

Methods

getFrame(key: string): Frame
load(): Promise<Atlas>