The Playwright-based rendering engine for **OpenMotion**.
npm install @open-motion/rendererThe Playwright-based rendering engine for OpenMotion.
This package is responsible for:
- Launching headless browser instances (via Playwright).
- Synchronizing with the React lifecycle using delayRender/continueRender.
- Capturing frame-perfect screenshots of your video compositions.
- Managing parallel rendering workers.
``bash`
pnpm add @open-motion/renderer
This package is typically used internally by the @open-motion/cli`.
Learn more at the main OpenMotion repository.