Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 509 Bytes

MathViewSvelte

how to download:

npm i mathview-svelte

Attention:

it needs tailwindCSS/SvelteKit to work.

  1. to download tailwind use this docs https://tailwindcss.com/docs/guides/sveltekit
  2. remember to change the .content in your tailwind.config.cjs file, by adding this "./node_modules/**/*.svelte",

example:

<MathView value="(1+1/(1/2+1/(3+1/(1/4+1/5))))" />

image