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) 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sansSerifBold = void 0; var FontData_js_1 = require("../../FontData.js"); var sans_serif_bold_js_1 = require("../../../common/fonts/tex/sans-serif-bold.js"); exports.sansSerifBold = FontData_js_1.AddCSS(sans_serif_bold_js_1.sansSerifBold, { 0x2015: { c: '\\2014' }, 0x2017: { c: '_' }, 0x2044: { c: '/' }, 0x2206: { c: '\\394' }, });