UNPKG

mathjax

Version:

Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the packaged components (install mathjax-full to get the source

11 lines 297 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(); } }; //# sourceMappingURL=sre-node.js.map