Installation
Install @remocn/render-sdk and the optional peer dependencies for each adapter.
Install the core package:
npm install @remocn/render-sdkOptional peer dependencies
Each adapter requires its own peer dependency. The peers are optional at install time but required at runtime for the matching adapter.
Server adapter
npm install @remotion/rendererLambda adapter
npm install @remotion/lambdaImporting a subpath (@remocn/render-sdk/server or @remocn/render-sdk/lambda) without the corresponding peer installed will throw at runtime.