Skip to content

Popaulol/katex.wasm

 
 

Repository files navigation

KaTeX for Rust

Render math with KaTeX in Web!

How to use

  1. When auto-cdn feature is enable, CDN will be inserted to head when the first component of this type is loaded.

If you want to manage CDN by yourself, you can disable this feature and manually import it

<link rel="stylesheet" href="https://unpkg.com/katex@0.15.2/dist/katex.min.css">

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.3%
  • HTML 4.9%
  • SCSS 1.8%
  • TypeScript 1.0%