UNPKG

@shopify/app-bridge

Version:

> **Maintenance Mode:** Although apps using this package will continue to function, it is no longer receiving updates. For new projects, please use the [CDN version of App Bridge](https://shopify.dev/docs/api/app-home?accordionItem=getting-started-build-y

16 lines (15 loc) 827 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.create = exports.capture = exports.openCamera = exports.Scanner = exports.Action = void 0; var Scanner_1 = require("@shopify/app-bridge-core/actions/Scanner"); Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return Scanner_1.Action; } }); Object.defineProperty(exports, "Scanner", { enumerable: true, get: function () { return Scanner_1.Scanner; } }); Object.defineProperty(exports, "openCamera", { enumerable: true, get: function () { return Scanner_1.openCamera; } }); Object.defineProperty(exports, "capture", { enumerable: true, get: function () { return Scanner_1.capture; } }); /** * @public */ function create(app, options) { return new Scanner_1.Scanner(app, options); } exports.create = create;