Skip to content
A plugin for Raphael.js for rendering guitar chords (this fork makes it a bower package)
JavaScript
Find file
Pull request Compare This branch is 1 commit ahead of justindarc:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
LICENSE
README.md
bower.json
raphael.chord.js

README.md

This fork makes raphael.chord.js a bower module.

Original README below

Chord 0.1.0 - Raphael plugin

Copyright (c) 2011 Justin D'Arcangelo (http://twitter.com/justindarc) Licensed under the MIT (http://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
Something went wrong with that request. Please try again.