Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.01 KB

MELD Clients Core

A React.js library providing common MELD web page elements, graph traversal actions, rendering and interaction handlers, and state reducers.

For an overview of the MELD (Music Encoding and Linked Data) Framework, please see: oerc-music/meld.

To include the MELD Clients Core in your MELD app, add the following entry to the dependencies in your application's package.json file:

"meld-clients-core": "oerc-music/meld-clients-core"

MELD Clients Core depends on a number of npm modules, including React, Redux, and Redux-Thunk (web application framework), Axios (HTTP communication), and "jsonld" and "n3" (Linked Data functionalities around RDF graph handling and JSON-LD conversion). A full list of dependencies is available in the package.json file.

MELD Clients Core also includes JavaScript components of Verovio, a music engraving library developed by the Swiss RISM office (see rism-ch/verovio repository).