Capítulo 798 de 988
<Rect />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: "white",
justifyContent: "center",
alignItems: "center",
}}
>
<Rect width={200} height={200} fill="red" />
</AbsoluteFill>
);
};
<Rect /> from the official docs.<Rect />.<Rect />.<Rect />.<Rect />.