react-guitar-theme-coco
v1.1.3
Published
A [react-guitar](https://github.com/4lejandrito/react-guitar) theme from the film [Coco](<https://en.wikipedia.org/wiki/Coco_(2017_film)>).
Readme
React-Guitar Theme Coco · 
A react-guitar theme from the film Coco.
See https://react-guitar.com?theme=coco for a live demo.

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