init commit
This commit is contained in:
9
remotion/node_modules/@remotion/studio/dist/api/reevaluate-composition.js
generated
vendored
Normal file
9
remotion/node_modules/@remotion/studio/dist/api/reevaluate-composition.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.reevaluateComposition = void 0;
|
||||
const remotion_1 = require("remotion");
|
||||
const reevaluateComposition = () => {
|
||||
var _a;
|
||||
(_a = remotion_1.Internals.resolveCompositionsRef.current) === null || _a === void 0 ? void 0 : _a.reloadCurrentlySelectedComposition();
|
||||
};
|
||||
exports.reevaluateComposition = reevaluateComposition;
|
||||
Reference in New Issue
Block a user