mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
import Webamp from "webamp";
|
|
|
|
const webamp = new Webamp();
|
|
webamp.renderWhenReady(document.getElementById("app"));
|