I would like to be able to write formulas in latex in a fabric.js canvas, perhaps with MathJax.
http://fabricjs.com/fabric-intro-part-2#text
Is it possible to do that?
I would like to be able to write formulas in latex in a fabric.js canvas, perhaps with MathJax.
http://fabricjs.com/fabric-intro-part-2#text
Is it possible to do that?
I would use the SVG renderer of MathJax to create a SVG file and then load that SVG into fabric.js. Here's an example:
I've also put that into a JsFiddle: http://jsfiddle.net/3aHQc/39/