UNPKG

mathoid

Version:

Render TeX to SVG and MathML using MathJax. Based on svgtex.

13 lines (9 loc) 430 B
#!/usr/bin/env node 'use strict'; // Service entry point. Try node server --help for commandline options. // Start the service by running service-runner, which in turn loads the config // (config.yaml by default, specify other path with -c). It requires the // module(s) specified in the config 'services' section (mathoid.js in this // example). const ServiceRunner = require( 'service-runner' ); new ServiceRunner().start();