vexchords icon indicating copy to clipboard operation
vexchords copied to clipboard

JavaScript Chord Charts

Results 34 vexchords issues
Sort by recently updated
recently updated
newest added

> [!NOTE] > These changes depend on my previously opened PRs (#49, #50, #51, #52). Since it looks like this library is no longer maintained, I'll be maintaining a fork...

I couldn't get the outdated version of webpack-dev-server running locally. This replaces it with [vite](https://vite.dev), which is a much more modern tool built on top of esbuild. I also couldn't...

This improves the layout of text labels, specifically to fix a bug with rendering the position label at small sizes with custom font size. Given: ``` draw( sel, { chord:...

Manually drawing the "x" for muted strings (instead of using text rendering) results in better size and style matching with "o" for open strings. Notice the differece in line height...