Skip to content

Commit

Permalink
add import to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-bit committed Oct 15, 2024
1 parent 698d7fd commit 0cad2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ There are two ways you can use the visualizations:
```svelte
<script lang="ts">
import { AudioFilePlayer } from '$lib/visualizations/wavtools';
import CircleBarAudioVisualizer from '$lib/visualizations/audio/CircleBarAudioVisualizer.svelte';
let audio: AudioFilePlayer | null = null;
Expand Down

0 comments on commit 0cad2ff

Please sign in to comment.