@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
24 lines (23 loc) • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initialAggregateRenderProgress = void 0;
const initialAggregateRenderProgress = () => ({
rendering: null,
browser: {
progress: 0,
alreadyAvailable: true,
doneIn: null,
},
downloads: [],
stitching: null,
bundling: null,
copyingState: {
bytes: 0,
doneIn: null,
},
artifactState: {
received: [],
},
logs: [],
});
exports.initialAggregateRenderProgress = initialAggregateRenderProgress;