Remotion: Make a video of the original Kanto pokemon *from code* Part 2
So now, let's hop into Composition.tsx.
Composition.tsx
First, let's make a div and display hello in it to test if it is working!
export const MyComposition = () => {
return <div>hello</div>;
};
Now, let's make the background black and make the...
raghavsinghgulia.hashnode.dev4 min read
Mohit Yadav
I Live to create better apps everyday
Repetitive tasks are so easy with Remotion! Awesome explanation, totally hooked π