UNPKG

react-native-mathjax-html-to-svg

Version:

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

12 lines (11 loc) 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var sm = require("../SymbolMap.js"); var ParseMethods_js_1 = require("../ParseMethods.js"); var AmsCdMethods_js_1 = require("./AmsCdMethods.js"); new sm.EnvironmentMap('amscd_environment', ParseMethods_js_1.default.environment, { CD: 'CD' }, AmsCdMethods_js_1.default); new sm.CommandMap('amscd_macros', { minCDarrowwidth: 'minCDarrowwidth', minCDarrowheight: 'minCDarrowheight', }, AmsCdMethods_js_1.default); new sm.MacroMap('amscd_special', { '@': 'arrow' }, AmsCdMethods_js_1.default);