UNPKG

remotion

Version:

Make videos programmatically

5 lines (4 loc) 185 B
import type { EffectChainState } from './run-effect-chain.js'; export declare const useEffectChainState: () => { get: (width: number, height: number) => EffectChainState | null; };