The main Viewer class responsible for managing VIM files, handling connections, and coordinating various components like the camera, decoder, and inputs.

Constructors

Properties

colors: ColorManager

API to create, manage, and destroy colors.

rpc: RpcSafeClient

The RPC client for making remote procedure calls.

sectionBox: SectionBox

The section box API for controlling the section box.

Accessors

Methods

  • Creates a Viewer instance with a new canvas element appended to the given parent element.

    Parameters

    • parent: HTMLElement

      The parent HTML element to which the canvas will be appended.

    • Optionallogger: ILogger

      Optional logger for logging messages.

    Returns UltraViewer.Viewer

    A new instance of the Viewer class.