Add image support

Works around Vite imports
vite-imagetools is borked for this
This commit is contained in:
Jade Ellis
2024-07-16 20:24:04 +01:00
parent 3b3cabb1b6
commit 4dcdcf8ae8
6 changed files with 149 additions and 3 deletions
@@ -0,0 +1,6 @@
<script context="module">
import img from "$lib/htmlComponents/img.svelte";
export { img };
</script>
<slot />