mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
fix: resolve build and typecheck failures across packages
This commit is contained in:
@@ -103,13 +103,12 @@ export default defineCommand({
|
||||
|
||||
try {
|
||||
const startTime = Date.now();
|
||||
await producer.renderComposition(project.dir, {
|
||||
output: outputPath,
|
||||
const job = producer.createRenderJob({
|
||||
fps: config.fps,
|
||||
quality: config.quality,
|
||||
workers: config.workers,
|
||||
quiet: true,
|
||||
});
|
||||
await producer.executeRenderJob(job, project.dir, outputPath);
|
||||
const elapsedMs = Date.now() - startTime;
|
||||
|
||||
let fileSize: number | null = null;
|
||||
|
||||
Reference in New Issue
Block a user