Skip to content

A React component that uses the awesome abc2js library to display music notation written using the ABC notation

License

Notifications You must be signed in to change notification settings

rigobauer/react-abcjs

Repository files navigation

react-abcjs

Travis Coveralls Commitizen friendly npm package npm downloads Prettier License

A React component that uses the awesome abc2js to render music notation written using the ABC notation.

Usage

<Abcjs
  abcNotation={
    'X:1\nT:Example\nM:4/4\nC:Trad.\nK:G\n|:Gccc dedB|dedB dedB|c2ec B2dB|c2A2 A2BA|'
  }
  parserParams={{}}
  engraverParams={{ responsive: 'resize' }}
  renderParams={{ viewportHorizontal: true }}
/>

About

A React component that uses the awesome abc2js library to display music notation written using the ABC notation

Resources

License

Stars

Watchers

Forks

Packages

No packages published