A simple express web server that render mathjax as svg image
git clone https://github.com/hkbu-kennycheng/mathjax2svg-express.git
cd mathjax2svg-express
npm install
npm startThen you could use it in your html file like this:
<img src="http://localhost:3000/\int_{-\infty}^\infty g(x) dx" />Or you could use our web service directly like this:
<img src="https://mathjax2svg.hkbu.app/%5Cfrac{x}{x^2}" />