AuthorImage
A raster image the template itself ships — a build-time `import` of a file under the template's own assets — resolved to its optimized responsive ladder.
A raster image the template itself ships — a build-time import of a file
under the template’s own assets — resolved to its optimized responsive
ladder. Distinct from ImageValue: it has no database identity of any
kind, no alt (the template must supply one directly), and no mobile
crop variant, since it is part of the template’s design rather than a
per-property editorial decision.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type AuthorImage = { url: string; responsive: ResponsiveImage | null; width: number; height: number;};