Capítulo 170 de 988

Chapter 170: renderStillOnVercel()

Core Idea

:::warning Experimental package: We reserve the right to make breaking changes in order to correct bad design decisions until this notice is gone.

Key Concepts

  • Example
  • Arguments
  • sandbox
  • compositionId
  • inputProps
  • imageFormat?
  • outputFile?
  • frame?

Code Examples

// @module: es2022
// @target: es2022
const sandbox = await createSandbox();
const {sandboxFilePath} = await renderStillOnVercel({
  sandbox,
  compositionId: 'MyComp',
  inputProps: {title: 'Hello World'},
  imageFormat: 'png',
});
  • What it demonstrates: Usage pattern for renderStillOnVercel() from the official docs.

Key Takeaways

  1. Understand example when working with renderStillOnVercel().
  2. Understand arguments when working with renderStillOnVercel().
  3. Understand sandbox when working with renderStillOnVercel().
  4. Understand compositionid when working with renderStillOnVercel().
  5. Understand inputprops when working with renderStillOnVercel().

Connects To

  • Azure Container Apps: related page in the Deployment & Runtimes section.
  • bun: related page in the Deployment & Runtimes section.
  • Cloudflare Containers: related page in the Deployment & Runtimes section.