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