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

https://github.com/jannchie/anichart-remotion-template


https://github.com/jannchie/anichart-remotion-template

Last synced: about 1 year ago
JSON representation

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
```