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

Function Image

static/word2md/mammoth.browser.js:716–723  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

714}
715
716function Image(options) {
717 return {
718 type: types.image,
719 read: options.readImage,
720 altText: options.altText,
721 contentType: options.contentType
722 };
723}
724
725function Table(children, properties) {
726 properties = properties || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected