packages/docs/elements-template/index.mdx
import {ElementPage} from '@site/src/components/Elements/ElementPage'; import {ElementComponent} from './element';
export const elementDefinition = { category: 'category', component: ElementComponent, contributors: [], description: 'One short sentence explaining what this Element demonstrates and when to use it.', displayName: 'Element title', durationInFrames: 120, elementHeight: null, elementWidth: null, fps: 30, height: 1080, posterFrame: 60, preview: { posterUrl: 'https://remotion.media/elements/category-element-title-preview.png', videoUrl: 'https://remotion.media/elements/category-element-title-preview.mp4', }, previewPadding: 0, slug: 'category/element-title', width: 1920, };