[]
type PresetImageItem = object;
Represents a single preset image item
url: string;
URL of the image
optional label: string;
Display label for the image. If not specified, will be derived from the filename.
optional description: string;
Optional description for the image
optional tags: string[];
Optional tags for searching and filtering
optional aspectRatio: string;
Optional aspect ratio lock (e.g., "1:1", "16:9", "4:3")