RENDER_OPTIONS_DEFAULTS
constRENDER_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.
Type Declaration
Section titled “Type Declaration”cursor
Section titled “cursor”cursor:
object
cursor.size
Section titled “cursor.size”size:
number=0.05
output
Section titled “output”output:
object
output.aspectRatio
Section titled “output.aspectRatio”aspectRatio:
AspectRatio
output.background
Section titled “output.background”background: {
assetPath:string; } | {backgroundCss:string; }
output.quality
Section titled “output.quality”quality:
Quality
recording
Section titled “recording”recording:
object
recording.dropShadow
Section titled “recording.dropShadow”dropShadow:
string='drop-shadow(0 8px 24px rgba(0,0,0,0.5))'
recording.roundness
Section titled “recording.roundness”roundness:
number=0
recording.shape
Section titled “recording.shape”shape:
"rounded"
recording.size
Section titled “recording.size”size:
number=1.0
voiceOvers
Section titled “voiceOvers”voiceOvers:
object
voiceOvers.corner
Section titled “voiceOvers.corner”corner:
"bottom-right"
voiceOvers.dropShadow
Section titled “voiceOvers.dropShadow”dropShadow:
string='drop-shadow(0 8px 24px rgba(0,0,0,0.5))'
voiceOvers.padding
Section titled “voiceOvers.padding”padding:
number=0.04
voiceOvers.roundness
Section titled “voiceOvers.roundness”roundness:
number=0
voiceOvers.shape
Section titled “voiceOvers.shape”shape:
"squircle"
voiceOvers.size
Section titled “voiceOvers.size”size:
number=0.3