Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface PreviewResult {
        format: "jpeg" | "png";
        height: number;
        image_data: Uint8Array;
        timestamp: number;
        width: number;
    }
    Index

    Properties

    format: "jpeg" | "png"
    height: number
    image_data: Uint8Array
    timestamp: number
    width: number