DisBot
    Preparing search index...

    Interface DrawCardOptions

    interface DrawCardOptions {
        avatar: { image: string; outlineColor: string; outlineWidth: number };
        card: {
            background: string;
            blur: number;
            border: boolean;
            rounded: boolean;
        };
        text: { color: string; subtitle: string; text: string; title: string };
        theme: "code" | "dark" | "circuit";
    }
    Index

    Properties

    Properties

    avatar: { image: string; outlineColor: string; outlineWidth: number }
    card: { background: string; blur: number; border: boolean; rounded: boolean }
    text: { color: string; subtitle: string; text: string; title: string }
    theme: "code" | "dark" | "circuit"