Image
Represents an image asset uploaded to the smelter. Used by an Image component.
Renderers.RegisterImage
Type definitions
Properties
assetType
Image format.
- Type:
"jpeg" | "png" | "gif" | "svg"
url
URL for downloading an image. This field cannot be used together with the path field.
- Type:
string
serverPath
Path to an image, specifying its location on the server where the Smelter is deployed.
- Type:
string
resolution
The resolution to use when rendering an SVG image.
- Type:
string