npm i mathview-svelte
it needs tailwindCSS/SvelteKit to work.
- to download tailwind use this docs https://tailwindcss.com/docs/guides/sveltekit
- remember to change the
.content
in yourtailwind.config.cjs
file, by adding this"./node_modules/**/*.svelte"
,
<MathView value="(1+1/(1/2+1/(3+1/(1/4+1/5))))" />