Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Aug 26, 2024
1 parent 169cb65 commit cc91126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4,846 deletions.
6 changes: 3 additions & 3 deletions examples/minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/built/webamp.bundle.min.js"></script>
<script>
const Webamp = window.Webamp;
const webamp = new Webamp({
initialTracks: [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/minimalMilkdrop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/lib/butterchurn.min.js"></script>
<script src="https://unpkg.com/[email protected]/lib/butterchurnPresets.min.js"></script>
<script>
Expand Down
Loading

0 comments on commit cc91126

Please sign in to comment.