Skip to content

Commit

Permalink
docs(readme): add example chord chart images to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibrain committed Sep 26, 2019
1 parent 8764864 commit 8402c22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ JavaScript (TypeScript) library to create beautiful SVG guitar chord charts dire

Demo: https://omnibrain.github.io/svguitar/ [ [source](https://github.com/omnibrain/svguitar/blob/master/demo/index.html) ]

Example chord charts:

![Example Chord Chart 1](https://raw.githubusercontent.com/omnibrain/svguitar/master/examples/example1.png)
![Example Chord Chart 2](https://raw.githubusercontent.com/omnibrain/svguitar/master/examples/example2.png)

### Getting Started

```html
Expand Down Expand Up @@ -79,7 +84,9 @@ new SVGuitarChord('#some-selector')
],
})
.configure({
/**
// Customizations (all optional, defaults shown)

/**
* The number of strings
*/
strings: 6,
Expand Down
Binary file added examples/example1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/example2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8402c22

Please sign in to comment.