-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# VexFlow 4 (beta) | ||
|
||
A JavaScript / TypeScript library for rendering music notation. | ||
|
||
Copyright (c) 2010 Mohit Muthanna Cheppudira | ||
|
||
## Sponsor this Project | ||
|
@@ -36,10 +37,17 @@ $ npm install vexflow | |
|
||
### Using the HTML `script` Tag | ||
|
||
The releases are served via [unpkg.com](https://unpkg.com). | ||
Releases are served via CDN: | ||
|
||
**unpkg** | ||
|
||
- Minified: https://unpkg.com/[email protected]/build/vexflow.js | ||
- Debug: https://unpkg.com/[email protected]/build/vexflow-debug.js | ||
|
||
**jsdelivr** | ||
|
||
- Debug version: https://unpkg.com/vexflow/releases/vexflow-debug.js | ||
- Minified version: https://unpkg.com/vexflow/releases/vexflow-min.js | ||
- Minified: https://cdn.jsdelivr.net/npm/vexflow@4.0.0/build/vexflow.js | ||
- Debug: https://cdn.jsdelivr.net/npm/vexflow@4.0.0/build/vexflow-debug.js | ||
|
||
### Using EasyScore | ||
|
||
|