Capítulo 797 de 988
<Polygon />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: "white",
justifyContent: "center",
alignItems: "center",
}}
>
<Polygon points={5} radius={80} />
</AbsoluteFill>
);
};
<Polygon /> from the official docs.<Polygon />.<Polygon />.<Polygon />.<Polygon />.