Skip to content

RENDER_OPTIONS_DEFAULTS

const RENDER_OPTIONS_DEFAULTS: object

Defined in: types.ts:141

Default values applied to every field of RenderOptions that has a default. Used by EventRecorder when writing data.json so that the file always contains a fully-resolved set of render options.

cursor: object

size: number = 0.05

output: object

aspectRatio: AspectRatio

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

quality: Quality

recording: object

dropShadow: string = 'drop-shadow(0 8px 24px rgba(0,0,0,0.5))'

roundness: number = 0

shape: "rounded"

size: number = 1.0

voiceOvers: object

corner: "bottom-right"

dropShadow: string = 'drop-shadow(0 8px 24px rgba(0,0,0,0.5))'

padding: number = 0.04

roundness: number = 0

shape: "squircle"

size: number = 0.3