Skip to content

eo-typewriterjs


eo-typewriterjs / TTypewriterOptions

Type Alias: TTypewriterOptions

ts
type TTypewriterOptions = object;

Defined in: index.ts:61

Description

Options for creating a typewriter instance

Properties

PropertyModifierTypeDescriptionDefined in
rendererreadonlyIRenderer-index.ts:62
cursor?readonlyTCursorRenderOptionsDescription Default render options applied to all cursors. Individual cursors inherit these at creation time.index.ts:69
audio?readonlyTAudioOptionsDescription Audio configuration for typing and delete sounds. Audio is disabled by default when this field is omitted. Pass { enabled: true } (or any options object) to turn on typing sounds.index.ts:77

Released under the MIT License.