UNPKG

342 BTypeScriptView Raw
1export declare const useAbsoluteCurrentFrame: () => number;
2/**
3 * Get the current frame of the video.
4 * Frames are 0-indexed, meaning the first frame is 0, the last frame is the duration of the composition in frames minus one.
5 * @link https://www.remotion.dev/docs/use-current-frame
6 */
7export declare const useCurrentFrame: () => number;