Add Katex Expression (#2049)

A web component, built with Stencil, to render KaTeX expressions. Stencil uses a dynamic loader to load the custom elements polyfill only on browsers that need it.
This commit is contained in:
navsgh
2019-07-18 23:55:45 +05:30
committed by Erik Demaine
parent 9c7f26b479
commit 223b9c3f24

View File

@@ -47,4 +47,6 @@ you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.
- [canvas-latex](https://github.com/CurriculumAssociates/canvas-latex): Renders mathematical expressions on HTML5's canvas element. Supports popular libraries like: CreateJS, and PIXI.
### Web-Components
- [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.