UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

28 lines (26 loc) 398 B
import {buildPackage} from '../.monorepo/builder'; await buildPackage({ formats: { cjs: 'use-tsc', esm: 'build', }, external: 'dependencies', entrypoints: [ { path: 'src/index.ts', target: 'node', }, { path: 'src/client.ts', target: 'node', }, { path: 'src/pure.ts', target: 'browser', }, { path: 'src/error-handling.ts', target: 'node', }, ], });