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

    Interface KeywordStyle

    Style overrides for keyword overlays.

    interface KeywordStyle {
        color?: string;
        fontFamily?: string;
        fontSize?: number;
        fontWeight?: number;
        outline?: string[];
        topOffset?: number;
    }
    Index

    Properties

    color?: string
    fontFamily?: string
    fontSize?: number
    fontWeight?: number
    outline?: string[]
    topOffset?: number