UNPKG

katex

Version:

Fast math typesetting for the web.

7 lines (6 loc) 190 B
/** * This is the webpack entry point for KaTeX. As ECMAScript doesn't support * CSS modules natively, a separate entry point is used. */ import './copy-tex.css'; import './copy-tex.js';