@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface ChiselBannerGenerateOptions

    interface ChiselBannerGenerateOptions {
        chiselColors?: ChiselBannerColors;
        colorEffects?: BannerColorEffects;
        fontName?: string;
        subMessage?: string;
    }

    Hierarchy (View Summary)

    Index
    chiselColors?: ChiselBannerColors
    colorEffects?: BannerColorEffects
    fontName?: string
    subMessage?: string