react-fretboard icon indicating copy to clipboard operation
react-fretboard copied to clipboard

A reusable React fretboard component

Results 5 react-fretboard issues
Sort by recently updated
recently updated
newest added

The site located at [here](https://react-fretboard-demo.herokuapp.com/) is broken with an "Application Error"

Running `npm run start` or `yarn start` fails with the following error: ``` [...]/node_modules/webpack-cli/bin/config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, ^ TypeError: Cannot read properties of undefined (reading 'properties') ``` OS: macOS Monterey 12.5.1...

There's an issue with having two instances of styled-components running at the same time. For now I put it in webpack externals, but I'd rather not force a user to...

I'm a left handed guitarist and I find fretboards easier to "read" if I can view them left-handed. Basically just the whole thing inverted right to left. I don't see...

Hi, really cool project, thank you for sharing! I realized that setting the zoom level in the browser to anything other than 100% influences the fretboard visualization in a bad...

bug