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

Function parseToImageBitmap

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

Source from the content-addressed store, hash-verified

57672var EMPTY_OBJECT = {};
57673var imagebitmapOptionsSupported = true;
57674function parseToImageBitmap(_x, _x2, _x3) {
57675 return _parseToImageBitmap.apply(this, arguments);
57676}
57677exports.default = parseToImageBitmap;
57678function _parseToImageBitmap() {
57679 _parseToImageBitmap = (0, _asyncToGeneratorDefault.default)((0, _regeneratorDefault.default).mark(function _callee(arrayBuffer, options, url) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected