react-guitar-theme-dark
v1.1.3
Published
A [react-guitar](https://github.com/4lejandrito/react-guitar) dark theme.
Readme
React-Guitar Theme Dark · 
A react-guitar dark theme.
See https://react-guitar.com?theme=dark for a live demo.

Usage
npm i react-guitar react-guitar-theme-darkimport React from 'react'
import { render } from 'react-dom'
import Guitar from 'react-guitar'
import dark from 'react-guitar-theme-dark'
render(
<Guitar strings={[0, 1, 2, 2, 0, -1]} theme={dark} />,
document.getElementById('root')
)Developing
yarn startwill watch.yarn buildwill generate the production scripts under thedistfolder.
