Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Nov 14, 2021
1 parent d0a0d27 commit 007c8ce
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
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
Expand Down Expand Up @@ -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/vexflow@4.0.0/build/vexflow.js
- Debug: https://unpkg.com/vexflow@4.0.0/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

Expand Down

0 comments on commit 007c8ce

Please sign in to comment.