Interface SatoriOptions

Satori options

OBS: Types copied from Satori

interface SatoriOptions {
    fonts: SatoriFontOptions[];
    height: number;
    width: number;
}

Properties

Properties

height: number
width: number