mathml2omml
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "mathml2omml", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "a MathML to OMML converter ", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -27,3 +27,3 @@ import * as htmlparser2 from 'htmlparser2' | ||
export const mml2ooml = function (mmlString) { | ||
export const mml2omml = function (mmlString) { | ||
const converter = new MML2OMML(mmlString) | ||
@@ -30,0 +30,0 @@ converter.run() |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0