Skip to content

Commit

Permalink
Add live demo for webcomponents.org
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao authored Aug 26, 2020
1 parent 7624fff commit ed5c242
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ See a demo [here](https://codepen.io/cifkao/pen/WNwpLzL).

2. Add a player and a visualizer:

<!---
```
<custom-element-demo>
<template>
<script src="https://cdn.jsdelivr.net/combine/npm/tone@13,npm/@magenta/music@1/es6/core.js,npm/focus-visible@5,npm/html-midi-player@1"></script>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<midi-player
src="https://magenta.github.io/magenta-js/music/demos/melody.mid"
Expand Down

0 comments on commit ed5c242

Please sign in to comment.