pianosnake / uke-chord

Web Component/HTML element for tab chord diagrams using SVG

Home Page:https://pianosnake.github.io/uke-chord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<uke-chord>

A Web Component element for a tab chord diagrams using SVG graphics with no framework dependencies. Can be used for guitar, ukulele, 7 string guitar, 5 string charango, 3 string mountain dulcimer, etc...

alt tag

Usage

Include the following script tag in the head section of your page:

<script src="//pianosnake.github.io/uke-chord/uke-chord.js"></script>

Then start using the custom element. See more examples and a live demo here.

  <uke-chord frets="2001"></uke-chord>

Develop

Download this repo and submit pull requests.

License

MIT License

About

Web Component/HTML element for tab chord diagrams using SVG

https://pianosnake.github.io/uke-chord/


Languages

Language:HTML 66.1%Language:JavaScript 33.9%