LastFMSvelteComponent/README.md

16 lines
221 B
Markdown
Raw Normal View History

2025-08-17 00:37:37 +02:00
### File Locations
trackStore.js
src/stores/trackStore.js
LastFM.svelte
doesnt matter as long as it can be imported
example
```
<script>
import LastFM from '$lib/LastFM.svelte'
</script>
</LastFM>
```
more or less :p