packages/docs/docs/creating-a-library.mdx
Authoring a Remotion library works the same as authoring a normal React library. Usually, it is being published to GitHub and NPM.
Remotion's library starter template is the recommended way to create a library or a component to be used with Remotion. It:
You have three options to publish your library:
<Credits contributors={[ { username: "Just-Moh-it", contribution: "Template and docs" }, ]} />