https://github.com/jannchie/anichart-remotion-template
https://github.com/jannchie/anichart-remotion-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jannchie/anichart-remotion-template
- Owner: Jannchie
- Created: 2022-05-14T14:50:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T06:58:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T10:55:00.959Z (about 1 year ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anichart Video Renderer
Use [Remotion](https://www.remotion.dev/docs/the-fundamentals) to render the [anichart](https://github.com/Jannchie/anichart.js).
## Commands
**Install Dependencies**
```console
pnpm i
```
**Start Preview**
```console
pnpm start
```
**Render video**
```console
pnpm build
```
**Upgrade Remotion**
```console
pnpm run upgrade
```