Add README.md

This commit is contained in:
WhatDidYouExpect 2025-08-17 00:37:37 +02:00
parent 9ce49bcf1c
commit 3a7c238325

16
README.md Normal file
View file

@ -0,0 +1,16 @@
### 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