remotion
Version:
Render videos in React
8 lines (7 loc) • 342 B
TypeScript
export declare const useAbsoluteCurrentFrame: () => number;
/**
* Get the current frame of the video.
* Frames are 0-indexed, meaning the first frame is 0, the last frame is the duration of the composition in frames minus one.
* @link https://www.remotion.dev/docs/use-current-frame
*/
export declare const useCurrentFrame: () => number;