Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

92 Commits

Folders and files

NameName
Last commit message
Last commit date

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /