File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
- # @chordbook/charts - Javascript Guitar Chord Renderer
1
+ # @chordbook/charts
2
2
3
- Renders guitar chords in your browser.
3
+ Renders SVG chord diagrams for Guitar / Ukulele in your browser.
4
4
5
5
<p align =" center " >
6
6
<img src =' https://imgur.com/8Stl0gT.png ' width =500 >
@@ -159,13 +159,6 @@ $ npm start
159
159
$ npm publish
160
160
```
161
161
162
- ## Upload demo
163
-
164
- ``` bash
165
- $ gcloud config
set account
[email protected]
166
- $ ./upload.sh
167
- ```
168
-
169
162
## Acknowledgements
170
163
171
164
This library is a fork of the excellent [ vexchords] ( https://github.com/0xfe/vexchords ) by Mohit Muthanna Cheppudira.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chordbook/charts" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " SVG Chord Charts via JavaScript " ,
4
+ "description" : " SVG chord diagrams for Guitar / Ukulele " ,
5
5
"type" : " module" ,
6
6
"module" : " dist/index.js" ,
7
7
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments