init commit
This commit is contained in:
12
remotion/node_modules/@remotion/cli/dist/config/browser-executable.js
generated
vendored
Normal file
12
remotion/node_modules/@remotion/cli/dist/config/browser-executable.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.getBrowserExecutable = exports.setBrowserExecutable = void 0;
|
||||
let currentBrowserExecutablePath = null;
|
||||
const setBrowserExecutable = (newBrowserExecutablePath) => {
|
||||
currentBrowserExecutablePath = newBrowserExecutablePath;
|
||||
};
|
||||
exports.setBrowserExecutable = setBrowserExecutable;
|
||||
const getBrowserExecutable = () => {
|
||||
return currentBrowserExecutablePath;
|
||||
};
|
||||
exports.getBrowserExecutable = getBrowserExecutable;
|
||||
Reference in New Issue
Block a user