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