mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
Cleanup
This commit is contained in:
parent
169cb65c85
commit
cc91126f2e
@ -8,9 +8,9 @@
|
||||
<div id="app" style="height: 100vh">
|
||||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<!--<script src="../../packages/webamp/built/webamp.bundle.min.js"></script>-->
|
||||
<script type="module">
|
||||
import Webamp from "../../packages/webamp/built/webamp.bundle.mjs";
|
||||
<script src="https://unpkg.com/webamp@1.4.2/built/webamp.bundle.min.js"></script>
|
||||
<script>
|
||||
const Webamp = window.Webamp;
|
||||
const webamp = new Webamp({
|
||||
initialTracks: [
|
||||
{
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div id="app" style="height: 100vh">
|
||||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script src="../../packages/webamp/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/webamp@1.5.0/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/butterchurn@2.6.7/lib/butterchurn.min.js"></script>
|
||||
<script src="https://unpkg.com/butterchurn-presets@2.4.7/lib/butterchurnPresets.min.js"></script>
|
||||
<script>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user