Updating lib docs (#1727)

This commit is contained in:
Ryan Randall
2018-09-28 01:57:56 -06:00
committed by ylemkimon
parent faa0c7e3fe
commit 9733040602

View File

@@ -34,3 +34,7 @@ If you want to render math written in [AsciiMath](http://asciimath.org/),
you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.
- [asciimath2tex](https://github.com/christianp/asciimath2tex): Converts AsciiMath to TeX, with KaTeX in mind
### Canvas LaTeX
- [canvas-latex](https://github.com/CurriculumAssociates/canvas-latex): Renders mathematical expressions on HTML5's canvas element. Supports popular libraries like: CreateJS, and PIXI.