1.1.6 • Published 7 years ago

chord.js v1.1.6

Weekly downloads
5
License
ISC
Repository
-
Last release
7 years ago

chord.js

Guitar chord in JavaScript

Render guitar chord

chordjs

Install

bower install chord.js

or download the latest release and include it in your <script> tag

<script src="dist/chord.min.js"></script>

Usage

<div id="chord"></div>
<script src="dist/chord.min.js"></script>
<!-- <script src="chord.lang.en.js"></script> -->
<script>
  ChordJS.render(document.getElementById('chord'), 'Am', 0);
</script>

Development

Dev:

npm run watch

Build:

npm run build
1.1.6

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago