remotion
Version:
Render videos in React
8 lines (7 loc) • 338 B
TypeScript
import { VideoConfig } from './video-config';
/**
* Get some info about the context of the video that you are making.
* Returns an object containing `fps`, `width`, `height` and `durationInFrames`, all of type `number`.
* @link https://www.remotion.dev/docs/use-video-config
*/
export declare const useVideoConfig: () => VideoConfig;