Remotion
remotion
Make videos programmatically
Rich Text
video
creation
editor
react
player
remotion
Rich Text
javascript
npm
frontend
Stars
59k
Weekly
0
Open issues
181
Bundle
~60 kB
Installation
npm install remotionCode example
import { Remotion } from "remotion";
export function Example() {
return (
<div>
<h2>Remotion</h2>
<Remotion />
</div>
);
}Pros & cons
Pros
- Actively maintained by Jonny Burger <jonny@remotion.dev>
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- SEE LICENSE IN LICENSE.md licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 181 open issues on GitHub