MCPcopy Create free account
hub / github.com/TruthHun/BookStack / readEmbeddedStyleMap

Function readEmbeddedStyleMap

static/word2md/mammoth.browser.js:2395–2398  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

2393}
2394
2395function readEmbeddedStyleMap(input) {
2396 return unzip.openZip(input)
2397 .then(docxStyleMap.readStyleMap);
2398}
2399
2400function convertDocumentToHtml(documentResult, options) {
2401 var styleMapResult = parseStyleMap(options.readStyleMap());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected