Back to Remotion

A new documentation page

packages/docs/new-docs/new-doc.mdx

4.0.457701 B
Original Source

Write your article here and send it as a pull request!
The Remotion team will categorize it for you.

To write a typechecked code snippet, start a code block using <code>```tsx twoslash</code>:

tsx
import {useCurrentFrame} from 'remotion';

const frame = useCurrentFrame();

You can create numbered lists and sections using <Step>

<Step>1</Step> One

<Step>2</Step> Two

For numbered items in a paragraph, use <InlineStep>: <InlineStep>1</InlineStep> One, <InlineStep>2</InlineStep> Two.

See the Language guidelines so your article fits well into the other ones available on the website.