UNPKG

react-native-mathjax-html-to-svg

Version:

React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)

13 lines (12 loc) 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var NewcommandMethods_js_1 = require("./NewcommandMethods.js"); var SymbolMap_js_1 = require("../SymbolMap.js"); new SymbolMap_js_1.CommandMap('Newcommand-macros', { newcommand: 'NewCommand', renewcommand: 'NewCommand', newenvironment: 'NewEnvironment', renewenvironment: 'NewEnvironment', def: 'MacroDef', 'let': 'Let' }, NewcommandMethods_js_1.default);