Say I have the following LaTeX code
\frac{5+5}{\left (3+2 \right )*1}
is there a JS module that allows me to convert this code into a plain text string like
( 5+5 ) / ( (3+2) * 1 )
(this string can be evaluated by MathJS - which the LaTeX code can't)