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