Capítulo 800 de 988
<Star />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: 'white',
justifyContent: 'center',
alignItems: 'center',
}}
>
<Star points={5} innerRadius={100} outerRadius={200} fill="red" />
</AbsoluteFill>
);
};
<Star /> from the official docs.<Star />.<Star />.<Star />.<Star />.