Skip to content

kzkpro/raphael.chord.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord 0.1.0 - Raphael plugin

Copyright (c) 2011 Justin D'Arcangelo (https://twitter.com/justindarc)
Licensed under the MIT (https://www.opensource.org/licenses/mit-license.php) license.

Usage:
  var chord = Raphael.chord([data]);
  // [data] is an array with 6 fret values (-1 = Muted, 0 = Open, >=1 = Fret)

  chord.remove(); // Removes chord

About

A plugin for Raphael.js for rendering guitar chords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 4.0%