Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 3 days 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
```