Skip to content
HomePagesHomePages template kit

presets

The v1 preset library, exported from the kit root.

The v1 preset library, exported from the kit root. presets.website is the geometry-less singleton every website template’s format set holds; the rest are the known social/print/deck sizes the picker renders as branded.

Import from @homepages/template-kit.

const presets: { readonly instagramSquare: ImageFormat; readonly instagramPortrait: ImageFormat; readonly instagramStory: ImageFormat; readonly facebookPost: ImageFormat; readonly linkedinPost: ImageFormat; readonly xPost: ImageFormat; readonly letterPortrait: DocumentFormat; readonly letterLandscape: DocumentFormat; readonly a4Portrait: DocumentFormat; readonly a4Landscape: DocumentFormat; readonly postcard6x4: DocumentFormat; readonly postcard7x5: DocumentFormat; readonly halfLetterFlyer: DocumentFormat; readonly deck16x9: DocumentFormat; readonly website: WebsiteFormat; }