Skip to content

ResolvedRenderOptions

ResolvedRenderOptions = object

Defined in: types.ts:174

RenderOptions after all defaults have been resolved. Every field that has a default in RENDER_OPTIONS_DEFAULTS is guaranteed to be present. This is the shape written to data.json.

cursor: object

Defined in: types.ts:189

size: number


output: object

Defined in: types.ts:192

aspectRatio: AspectRatio

background: { assetPath: string; } | { backgroundCss: string; }

quality: Quality


recording: object

Defined in: types.ts:175

dropShadow: string

roundness: number

shape: "rounded" | "squircle"

size: number


voiceOvers: object

Defined in: types.ts:181

corner: "top-left" | "top-right" | "bottom-left" | "bottom-right"

dropShadow: string

padding: number

roundness: number

shape: "rounded" | "squircle"

size: number