UNPKG

scandit-sdk

Version:

Scandit Barcode Scanner SDK for the Web

20 lines 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Camera; (function (Camera) { /** * Camera type (not guaranteed to be correct, depending on the device). */ var Type; (function (Type) { /** * Front facing camera. */ Type["FRONT"] = "front"; /** * Back facing camera. */ Type["BACK"] = "back"; })(Type = Camera.Type || (Camera.Type = {})); })(Camera = exports.Camera || (exports.Camera = {})); //# sourceMappingURL=camera.js.map