React components for VexFlow
npm install --save react-vexflow
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]],
]}
/>
)
}
MIT © markacola