Skip to content
HomePagesHomePages template kit

ImageSlotDef

The serialized shape the `image` builder emits — an `image`-kind `SlotDef`.

The serialized shape the image builder emits — an image-kind SlotDef.

Import from @homepages/template-kit.

export interface ImageSlotDef extends Head {
type: "image";
crop?: CropConfig;
frame?: FrameConfig;
sourceFilter?: SourceFilter;
}