0.0.4 • Published 5 years ago

react-vexflow v0.0.4

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

react-vexflow

React components for VexFlow

NPM JavaScript Style Guide

Install

npm install --save react-vexflow

Usage

import React from 'react'

import { Score } from 'react-vexflow'

function Example() {
  return (
    <Score
      staves={[
        ['g3', 'd4', 'e4', 'd4'],
        ['a4', 'd4', 'e4', 'd4'],
        ['a4', 'a4', 'b4', 'a4'],
        ['d4', 'e4', ['g3', 2]],
      ]}
    />
  )
}

License

MIT © markacola

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago