Questions tagged [vexflow]

VexFlow is an open-source online music notation rendering API. It runs right in the browser and is written fully in JavaScript.

VexFlow supports HTML5 Canvas and SVG.

16 questions
0
votes
1 answer

How to destroy a VexFlow renderer from an Angular component?

In an Angular application, I'm creating a VexFlow renderer: ngAfterViewInit() { this.createSheet(); } private createSheet() { if (this.soundtrack != null) { if (this.soundtrack.hasNotes()) { …
Stephane
  • 11,836
  • 25
  • 112
  • 175
1
2