UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 179 B
export declare const DEFAULT_WEBPACK_CACHE_ENABLED = true; export declare const setWebpackCaching: (flag: boolean) => void; export declare const getWebpackCaching: () => boolean;