matnml2svg
Version:
The MathJax wrapper to convert MML to SVG
29 lines (28 loc) • 652 B
JSON
{
"name": "matnml2svg",
"version": "0.1.0",
"description": "The MathJax wrapper to convert MML to SVG",
"main": "MMLToSVG.js",
"keywords": [
"SVG",
"MML",
"MathJax"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Hwl98/MML-to-SVG.git"
},
"author": "@Hwl98",
"license": "MIT",
"dependencies": {
"mathjax-full": "^3.1.0"
},
"bugs": {
"url": "https://github.com/Hwl98/MML-to-SVG/issues"
},
"homepage": "https://github.com/Hwl98/MML-to-SVG#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}