UNPKG

@diffusionstudio/core-v4

Version:

A fast, browser based video compositing engine powered by WebCodecs

9 lines (8 loc) 323 B
import { KeyframeOptions } from '../types'; /** * Interpolates a text between two keyframes * @param options - The keyframe options * @param timestamp - The current timestamp * @returns The interpolated text */ export declare function interpolateText(options: KeyframeOptions<any, string>, timestamp: number): string;