UNPKG

better-react-mathjax

Version:

Up-to-date component for using MathJax in latest React (using functional components and hooks API). Focuses on being versatile and making the use of MathJax in React a pleasant experience without flashes of non-typeset content, both with respect to initia

34 lines (33 loc) 1.09 kB
{ "name": "better-react-mathjax", "version": "2.4.0-beta-1", "description": "Up-to-date component for using MathJax in latest React (using functional components and hooks API). Focuses on being versatile and making the use of MathJax in React a pleasant experience without flashes of non-typeset content, both with respect to initial rendering as well as dynamic updates. Simple to use but with many configuration options.", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/fast-reflexes/better-react-mathjax.git" }, "keywords": [ "MathJax", "MathML", "Latex", "React", "AsciiMath" ], "author": "Elias Lousseief", "license": "MIT", "bugs": { "url": "https://github.com/fast-reflexes/better-react-mathjax/issues" }, "homepage": "https://github.com/fast-reflexes/better-react-mathjax#readme", "peerDependencies": { "react": ">=16.8" }, "dependencies": { "mathjax-full": "^3.2.2", "@mathjax/src": "^4.0.0" } }