react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
28 lines (27 loc) • 826 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.monospace = void 0;
var FontData_js_1 = require("../../FontData.js");
var monospace_js_1 = require("../../../common/fonts/tex/monospace.js");
exports.monospace = FontData_js_1.AddCSS(monospace_js_1.monospace, {
0x2B9: { c: '\\2032' },
0x391: { c: 'A' },
0x392: { c: 'B' },
0x395: { c: 'E' },
0x396: { c: 'Z' },
0x397: { c: 'H' },
0x399: { c: 'I' },
0x39A: { c: 'K' },
0x39C: { c: 'M' },
0x39D: { c: 'N' },
0x39F: { c: 'O' },
0x3A1: { c: 'P' },
0x3A4: { c: 'T' },
0x3A7: { c: 'X' },
0x2017: { c: '_' },
0x2033: { c: '\\2032\\2032' },
0x2034: { c: '\\2032\\2032\\2032' },
0x2044: { c: '/' },
0x2057: { c: '\\2032\\2032\\2032\\2032' },
0x2206: { c: '\\394' },
});