This commit is contained in:
Jordan Eldredge 2024-08-25 18:45:03 -07:00
parent 169cb65c85
commit cc91126f2e
3 changed files with 4 additions and 4846 deletions

View File

@ -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: [
{

View File

@ -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