Skip to content

Commit

Permalink
Merge pull request #1375 from remotion-dev/export-render-still-options
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Oct 6, 2022
2 parents 6345626 + 6fa30eb commit cb8f4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/renderer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export {
RenderMediaOptions,
StitchingState,
} from './render-media';
export {renderStill} from './render-still';
export {renderStill, RenderStillOptions} from './render-still';
export {StitcherOptions, stitchFramesToVideo} from './stitch-frames-to-video';
export {SymbolicatedStackFrame} from './symbolicate-stacktrace';
export {OnStartData, RenderFramesOutput} from './types';
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/render-still.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type InnerStillOptions = {
downloadMap?: DownloadMap;
};

type RenderStillOptions = InnerStillOptions &
export type RenderStillOptions = InnerStillOptions &
ServeUrlOrWebpackBundle & {
port?: number | null;
};
Expand Down

1 comment on commit cb8f4fb

@vercel
Copy link

@vercel vercel bot commented on cb8f4fb Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.