Louis

Results 3 comments of Louis

Fixed with #118

Here's how I've got Vime working with SvelteKit using `@vime/core` ```svelte import { onMount } from 'svelte'; export let src; let showPlayer = false; let player; onMount(async () => {...

> > ```svelte > > > > import { onMount } from 'svelte'; > > > > export let src; > > let showPlayer = false; > > let player;...