mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Fixing CJS modules and Globals (#920)
* Working CJS modules. * Changing cjs imports to es6.
This commit is contained in:
committed by
Kevin Barabash
parent
c4fed02329
commit
141afa091a
@@ -99,5 +99,4 @@ const renderMathInElement = function(elem, options) {
|
||||
renderElem(elem, optionsCopy);
|
||||
};
|
||||
|
||||
|
||||
export default renderMathInElement;
|
||||
module.exports = renderMathInElement;
|
||||
|
Reference in New Issue
Block a user