Skip to content

hkbu-kennycheng/mathjax2svg-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathjax2svg-express

A simple express web server that render mathjax as svg image

Usage

git clone https://github.com/hkbu-kennycheng/mathjax2svg-express.git
cd mathjax2svg-express
npm install
npm start

Then 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}" />

About

A simple express web app to render MathJax as SVG image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published