Capítulo 6 de 988
<Composition>This is the component to use to register a video to make it renderable and make it show up in the sidebar of the Remotion development interface.
const Component: React.FC = () => null;
export const RemotionRoot: React.FC = () => {
return (
<>
<Composition component={Component} durationInFrames={300} width={1080} height={1080} fps={30} id="test-render" defaultProps={{}} />
{/* Additional compositions can be rendered */}
</>
);
};
<Composition> from the official docs.<Composition>.<Composition>.<Composition>.<Composition>.<Composition>.