mediawiki-extensions-Math/modules/ve-math/tools/package.json
Thalia eac71ab60f Add tool to create SVG files of LaTeX symbols
Also produces a CSS file for the symbol buttons, using the
SVG filenames. Gets the list of symbols from symbols.json.

Bug: T118660
Change-Id: Iaa792418d870a7e266b6455ef037994e31278278
2015-11-19 04:11:59 +00:00

7 lines
83 B
JSON

{
"name": "math-icons-generator",
"dependencies": {
"svgo": "^0.6.0"
}
}