UNPKG

react-native-mathjax-html-to-svg

Version:

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

11 lines (10 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SRE = require("speech-rule-engine"); global.SRE = SRE; global.sre = Object.create(SRE); global.sre.Engine = { isReady: function () { return SRE.engineReady(); } };