chordsheetjs 11.1.0 → 11.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/bundle.js +279 -10224
- package/lib/bundle.min.js +123 -123
- package/lib/index.js +279 -10224
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +11 -2
- package/lib/main.d.ts.map +1 -1
- package/lib/module.js +279 -10224
- package/lib/module.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ A JavaScript library for parsing and formatting chord sheets
|
|
|
6
6
|
|
|
7
7
|
- [Installation](#installation)
|
|
8
8
|
- [How to ...?](#how-to-)
|
|
9
|
+
- [Try it online](https://martijnversluis.github.io/ChordFiddle/)
|
|
9
10
|
- [Supported ChordPro directives](#supported-chordpro-directives)
|
|
10
11
|
- [Project board](https://github.com/users/martijnversluis/projects/4/views/1)
|
|
11
12
|
- [API docs](https://martijnversluis.github.io/ChordSheetJS/)
|