项目作者: greird

项目描述 :
:guitar: A Javascript library for dynamic chord recognition, generation and graphic representation for any fretted instrument.
高级语言: JavaScript
项目地址: git://github.com/greird/chordictionaryjs.git
创建时间: 2016-02-04T19:37:41Z
项目社区:https://github.com/greird/chordictionaryjs

开源协议:MIT License

下载


ChordictionaryJS

status
David
David
GitHub issues
Build Status

A dependency-free javascript library for dynamic chord recognition/generation for any fretted instrument.
It converts common chord tab notation, such as x32010, into its graphical representation, recognizes the chord and returns its real name and composition.

For a demonstration of what can be done with this library, check out chordictionary.com.


Setup

npm install chordictionary

  1. const chordictionary = require('chordictionary');

For proper styling of the chords layout, you can use the css from the package and copy it to your project.

  1. cp node_modules/chordictionary/build/chordictionary.min.css ./css/

For more installation options check out the documentation.

Documentation

Read the documentation to know how to install and use Chordictionary in your own project.

Contributing

Want to help me build this project ? Feel free to report any issue you may have or check out the contributing guidelines to give me a hand.