Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface UseFramePreviewOptions {
        onError?: (error: string) => void;
        onFramesExtracted?: (frames: TimelineFrame[]) => void;
    }
    Index

    Properties

    onError?: (error: string) => void
    onFramesExtracted?: (frames: TimelineFrame[]) => void