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