Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 776 Bytes

File metadata and controls

50 lines (34 loc) · 776 Bytes

image

renderext

A browser extension to render Remotion Projects locally
without using a Server or the CLI.

trykimu.com »

Installation

git clone https://github.com/trykimu/renderext.git
cd renderext
pnpm install

Commands

dev

Run the extension in development mode.

pnpm dev

build

Build the extension for production.

pnpm build

Preview

Preview the extension in the browser.

pnpm preview

Built for Kimu with Extension.js