Skip to content

Commit

Permalink
feat: support for MIDI
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed May 13, 2019
1 parent 45f46c7 commit c3e4ab5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0

* Support for MIDI Output

## v1.0.0

* Host on our CDN (`https://prod.flat-cdn.com/embed-js/${VERSION}/embed.min.js`)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn add flat-embed
Or use the latest version hosted on our CDN:

```html
<script src="https://prod.flat-cdn.com/embed-js/v1.0.0/embed.min.js"></script>
<script src="https://prod.flat-cdn.com/embed-js/v1.1.0/embed.min.js"></script>
```

## Getting Started
Expand All @@ -31,7 +31,7 @@ The simplest way to get started is to pass a DOM element to our embed that will

```html
<div id="embed-container"></div>
<script src="https://prod.flat-cdn.com/embed-js/v1.0.0/embed.min.js"></script>
<script src="https://prod.flat-cdn.com/embed-js/v1.1.0/embed.min.js"></script>
<script>
var container = document.getElementById('embed-container');
var embed = new Flat.Embed(container, {
Expand Down
3 changes: 2 additions & 1 deletion dist/embed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/embed.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/embed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3e4ab5

Please sign in to comment.