Create webamp
This commit is contained in:
parent
b6ac83dc6a
commit
4c95eb05d9
9
content/webamp
Normal file
9
content/webamp
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Webamp
|
||||
|
||||
<div id="app"></div>
|
||||
<script src="https://unpkg.com/webamp"></script>
|
||||
<script>
|
||||
const app = document.getElementById("app")
|
||||
const webamp = new Webamp();
|
||||
webamp.renderWhenReady(app);
|
||||
</script>
|
Loading…
Reference in a new issue