A browser extension to render Remotion Projects locally
without using a Server or the CLI.
trykimu.com »
git clone https://github.com/trykimu/renderext.git
cd renderext
pnpm install
Run the extension in development mode.
pnpm dev
Build the extension for production.
pnpm build
Preview the extension in the browser.
pnpm preview