From 5dc951550982b1941708a6400fe9821fe6357a1a Mon Sep 17 00:00:00 2001 From: Daniel Jettka Date: Thu, 25 Apr 2024 15:17:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1da3503..d057c83 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ For demonstration purposes the components are cloned into this repository as sub This web component implements an audio player based on the HTML5 audio facility. It can be tested here, external interaction with the component is demonstrated by HTML forms: [demo page](audio-player.html) Further conceptual and technical information can be found on the [submodule page of the component](edirom-audio-player/). + +## Edirom Verovio Renderer + +This web component implements an MEI renderer based on Verovio. It can be tested here, external interaction with the component is demonstrated by HTML forms: [demo page](verovio-renderer.html) + +Further conceptual and technical information can be found on the [submodule page of the component](edirom-verovio-render/).