[]
        
(Showing Draft Content)

ImageGalleryConfig

Type Alias: ImageGalleryConfig

type ImageGalleryConfig = object;

Configuration for predefined images

Properties

categories?

optional categories: PresetImageCategory[];

Array of image categories for organized presentation. If not specified, all images will be shown in a single flat list.


maintainAspectRatio?

optional maintainAspectRatio: boolean;

Whether to maintain aspect ratio when resizing images.

Default

true