10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
# 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>
|