Capítulo 782 de 988
<Circle />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: "white",
justifyContent: "center",
alignItems: "center",
}}
>
<Circle radius={100} fill="green" stroke="red" strokeWidth={1} />
</AbsoluteFill>
);
};
<Circle /> from the official docs.<Circle />.<Circle />.<Circle />.<Circle />.