Skip to content

Commit

Permalink
docs(libs.md): add a Wechat Mini Program library (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer95 committed May 24, 2023
1 parent 2bb338d commit c3fb74f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.

- [katex-element](https://github.com/georges-gomes/katex-element): KaTeX wrapped in a custom element. Simply use `<katex-element>` in HTML - framework independent.
- [katex-expression](https://github.com/navsgh/katex-expression): A web component/custom element (built with Stencil) to render KaTeX expressions. Stencil builds web components that run natively or near-natively in all widely used desktop and mobile browsers. Stencil uses a dynamic loader to load the custom elements polyfill only on browsers that need it.

### Wechat Mini Program

- [@rojer/katex-mini](https://github.com/rojer95/katex-mini): A Wechat Mini Program library that uses KaTeX for TeX math rendering.

0 comments on commit c3fb74f

Please sign in to comment.