OpenSheetMusicDisplay
    Preparing search index...

    Class BrailleDOMRenderer

    Creates DOM elements to display braille music output. Renders the braille text into a container element, optionally with a debug/translation view showing what each braille character means.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Create a DOM element containing the braille output.

      Parameters

      • output: BrailleOutput

        The BrailleOutput from BrailleConverter.convert()

      • debugMode: boolean = false

        Whether to show debug/translation annotations

      Returns HTMLElement

      An HTMLElement ready to be appended to the page