UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

10 lines (7 loc) 266 B
This is an extended version of npm package "[word]('https://www.npmjs.com/package/word')" to convert OMML to MathML in docx files. ## Usage ``` const word = require("word-math") const data = word.readFile("file/path/here.docx") console.log(data.html) ```