Installation

Installation

How to install

Musique.js is available on npm. To install it, run the following command:

terminal
npm install musiquejs

How to import

Musique.js classes can be imported with the following code:

index.js
import { Partition, Note, CustomChord } from 'musiquejs';