OpenCut Engine API - v0.1.0
    Preparing search index...

    Interface CardStyle

    Style overrides for title and end cards.

    interface CardStyle {
        backdropBlur?: string;
        backgroundColor?: string;
        fontFamily?: string;
        subtitleColor?: string;
        subtitleFontSize?: number;
        titleColor?: string;
        titleFontSize?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backdropBlur?: string
    backgroundColor?: string
    fontFamily?: string
    subtitleColor?: string
    subtitleFontSize?: number
    titleColor?: string
    titleFontSize?: number