better-react-mathjax

v0.0.14-beta
React MathJax component supporting both MathJax version 2 and 3 as well as othr configuration options to make MathJax an enjoable experience in a dynamic React world.
MathJax MathML Latex React AsciiMath

build

tsc

test

jest --config jestconfig.json

format

prettier --write "src/**/*.ts" "src/**/*.tsx"

lint

tslint -p tsconfig.json

prebuild

rm -rf ./build

postbuild

cp package.json README.md ./build

preupload

npm run build

upload

npm publish ./build --access public

preversion

npm run lint && npm run format && npm test

release

git add -A && npm version -f

postversion

git push && git push --tags

Metadata

  • MIT
  • Whatever
  • Elias Lousseief
  • released 2/17/2021

Downloads

Maintainers