UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

9 lines (8 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBrowser = void 0; const currentBrowser = null; const getBrowser = () => { return currentBrowser; }; exports.getBrowser = getBrowser;