An open API service indexing awesome lists of open source software.

https://github.com/tutorialedge/remotion-components


https://github.com/tutorialedge/remotion-components

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Remotion Components
====================

### Components

```ts
import {Logo} from '@tutorialedge/remotion-components';

```

### Publishing New Versions

* Update `package.json` to the new version number
* Run the publish task:

```bash
$ task publish
```