UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

12 lines (11 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Coda = void 0; /** The `<coda>` element is the visual indicator of a coda sign. */ class Coda { element; constructor(element) { this.element = element; } } exports.Coda = Coda;