Capítulo 799 de 988
<Spark />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: "white",
justifyContent: "center",
alignItems: "center",
}}
>
<Spark
width={240}
height={336}
edgeRoundness={1}
cornerRadius={0}
fill="#1f2a44"
/>
</AbsoluteFill>
);
};
<Spark /> from the official docs.<Spark />.<Spark />.<Spark />.<Spark />.