UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

13 lines (12 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getEntryPoint = exports.setEntryPoint = void 0; let entryPoint = null; const setEntryPoint = (ep) => { entryPoint = ep; }; exports.setEntryPoint = setEntryPoint; const getEntryPoint = () => { return entryPoint; }; exports.getEntryPoint = getEntryPoint;