Skip to content

A front-end JavaScript library for displaying and modifying musical staves.

Notifications You must be signed in to change notification settings

NimG98/MuseStaffJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuseStaffJS

Overview

MuseStaffJS is a front-end JavaScript library for displaying and modifying musical staves.

Documentation and Examples

Landing Page: https://mighty-hollows-85822.herokuapp.com
Documentation: https://mighty-hollows-85822.herokuapp.com/docs/museStaffDoc1
Example Usage: https://mighty-hollows-85822.herokuapp.com/docs/examples.html

Site was created using Docusaurus.

Getting Started

Loading the modules

Load MuseStaff.js into your HTML with a <script> tag:

<script type="text/javascript" src='MuseStaff.js'></script>

Make sure to include the css stylesheet as well:

<link rel="stylesheet" type="text/css" href="MuseStaff.css">

Done

Now you can call the API methods on the MuseStaff object!

const museStaff = new MuseStaff();
museStaff.addMeasure();
document.querySelector("body").appendChild(museStaff.staff)

About

A front-end JavaScript library for displaying and modifying musical staves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published