StaticclearClears all loaded assets and the loading queue.
StaticgetGet a loaded asset by its tag.
The tag used when queuing the asset.
The loaded HTMLImageElement.
StaticgetReturns all loaded assets.
An array of { tag, image } objects.
StaticloadStart loading all queued assets.
OptionalonProgress: (percent: number) => voidOptional callback for loading progress updates.
StaticqueueQueue an image for loading.
Unique tag to reference the image later.
Path to the image file.
Handles asynchronous loading of assets like images.