Mike Pearson
Mike Pearson
It's on my list of things to do, but basically... I'm using fs to write to reveal.html a string from str.replace (I find where reveal.initialize happens and insert my code...
And I updated the Svelte starter example to include a component with this experiment: https://stackblitz.com/edit/vitejs-vite-szsd3d?file=src%2Flib%2FRuneCounter.svelte No type-checking, and that's annoying. If anyone knows how to fix that, please comment.
Asking for feedback directly on X too https://x.com/mfpears/status/1936012137954213907 Option 1 seems more svelte  I think I'll do `store` in components, and `adapt` for stores you can import. It's similar...