Skip to main content
Glama
Root.tsx502 B
import React from 'react'; import { Composition } from 'remotion'; import { VideoComposition } from './VideoComposition'; export const RemotionRoot: React.FC = () => { return ( <> <Composition id="[[ composition_id ]]" component={VideoComposition} durationInFrames={[[ duration_in_frames ]]} fps={[[ fps ]]} width={[[ width ]]} height={[[ height ]]} defaultProps={{ theme: '[[ theme ]]' }} /> </> ); };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrishayuk/chuk-mcp-remotion'

If you have feedback or need assistance with the MCP directory API, please join our Discord server