The path to the image, can also be a data url like 'data:image/'
{string} Path to the image resource relative from the HTML document hosting the game, or absolute
{boolean} Should excalibur add a cache busting querystring?
Optional
filtering: ImageFiltering{ImageFiltering} Optionally override the image filtering set by EngineOptions.antialiasing
Access to the underlying html image element
Readonly
path{string} Path to the image resource relative from the HTML document hosting the game, or absolute
Promise the resolves when the image is loaded and ready for use, does not initiate loading
The original height of the source image in pixels
The original size of the source image in pixels
An interface describing loadable resources in Excalibur. Built-in loadable resources include Texture, Sound, and a generic Resource.