Interface SatoriOgOptions

SatoriOg options

interface SatoriOgOptions {
    cacheImagePath?: boolean;
    dist: string;
    overwriteImages?: boolean;
    renders: Record<string, RenderFunction>;
    satori: SatoriOptions;
}

Properties

cacheImagePath?: boolean

Define if image paths should be cached

dist: string

Output directory

overwriteImages?: boolean

Define if images from dist should be overwritten

renders: Record<string, RenderFunction>

Render functions

Satori options