UNPKG

scandit-sdk

Version:

Scandit Barcode Scanner SDK for the Web

21 lines 588 B
export var Camera; (function (Camera) { /** * Camera type (facing mode/direction). * * Not guaranteed to be correct: depending on device, browser and camera it could not correspond to the camera's real * type. */ let Type; (function (Type) { /** * Front (user) facing camera. */ Type["FRONT"] = "front"; /** * Back (environment) facing camera. */ Type["BACK"] = "back"; })(Type = Camera.Type || (Camera.Type = {})); })(Camera || (Camera = {})); //# sourceMappingURL=camera.js.map