From 97330406023fcb5bc09f868db9cff4411d8c205a Mon Sep 17 00:00:00 2001 From: Ryan Randall Date: Fri, 28 Sep 2018 01:57:56 -0600 Subject: [PATCH] Updating lib docs (#1727) --- docs/libs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/libs.md b/docs/libs.md index dfd3d111..706c4787 100644 --- a/docs/libs.md +++ b/docs/libs.md @@ -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.