https://github.com/tutorialedge/remotion-components
https://github.com/tutorialedge/remotion-components
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tutorialedge/remotion-components
- Owner: TutorialEdge
- Created: 2022-03-08T18:26:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T19:57:49.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T14:51:26.749Z (9 months ago)
- Language: TypeScript
- Size: 9.45 MB
- Stars: 0
- Watchers: 1
- 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
```