Programmatic minimalistic audio visualizations.
This project is using the Remotion Template with some good defaults that I use for all of my videos. So, check it out and feel free to use it to craft your own videos with Remotion.
Install dependencies
nvm use
npm ci
Start video preview in development
npm run dev
Render video
# Available video ID's can be found in src/Root.tsx file
npm run render:mp4 --video=ID
npm run render:gif --video=ID
Test
npm run test:lint
npm run test:types
Upgrade dependencies
npm run upgrade