Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tutorialedge/remotion-components
- Owner: TutorialEdge
- Created: 2022-03-08T18:26:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T19:57:49.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T03:13:57.740Z (9 days ago)
- Language: TypeScript
- Size: 9.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```