mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
The same test cases we use for our screenshots from Firefox are now also being rendered by pdflatex, so the resulting images can be used as reference for how things are supposed to look (if we concentrate on compatibility with LaTeX). To make comparisons even easier, the differences between LaTeX and Firefox snapshots are rendered in a visual way, using different colors. Discussed in pull request #268.
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"name": "texcmp",
|
|
"description": "KaTeX helper to compare LaTeX output against screenshots",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ndarray-fft": "1.0.0",
|
|
"pngparse": "2.0.1",
|
|
"q": "1.4.1"
|
|
}
|
|
}
|