MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseImage

Function parseImage

docs/app/js/sanddance-app.js:57424–57426  ·  view source on GitHub ↗
(_x, _x2, _x3)

Source from the content-addressed store, hash-verified

57422var _parseToNodeImage = require("./parse-to-node-image");
57423var _parseToNodeImageDefault = parcelHelpers.interopDefault(_parseToNodeImage);
57424function parseImage(_x, _x2, _x3) {
57425 return _parseImage.apply(this, arguments);
57426}
57427exports.default = parseImage;
57428function _parseImage() {
57429 _parseImage = (0, _asyncToGeneratorDefault.default)((0, _regeneratorDefault.default).mark(function _callee(arrayBuffer, options, context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected