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