0.1.3 • Published 4 years ago

react-abcjs v0.1.3

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

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 }}
/>