Skip to content

Commit

Permalink
more moves
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisShank committed Dec 12, 2024
1 parent 4558990 commit 7b4a4a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/audio-beats-with-event-propagators.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<script type="module">
import '../src/standalone/folk-shape.ts';
import '../src/standalone/folk-llm.ts';
import '../src/standalone/folk-metronome.ts';
import './src/folk-metronome.ts';
import '../src/standalone/folk-event-propagator.ts';
</script>
</body>
Expand Down
4 changes: 3 additions & 1 deletion src/folk-metronome.ts → demo/src/folk-metronome.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FolkElement } from './common/folk-element';
import { FolkElement } from '../../src/common/folk-element';

declare global {
interface HTMLElementTagNameMap {
Expand Down Expand Up @@ -67,3 +67,5 @@ export class FolkMetronome extends FolkElement {
this.textContent = this.#beat.toString();
};
}

FolkMetronome.define();
5 changes: 0 additions & 5 deletions src/standalone/folk-metronome.ts

This file was deleted.

0 comments on commit 7b4a4a8

Please sign in to comment.