UNPKG

react-native-scanbot-barcode-scanner-sdk

Version:

Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS

20 lines (19 loc) 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScanbotImageProcessorImpl = void 0; var _types = require("../types"); var _scanbotBarcodeSDKModule = require("./scanbotBarcodeSDKModule"); /** * @internal * @hidden */ const ScanbotImageProcessorImpl = exports.ScanbotImageProcessorImpl = { readImageData(imageFileUri) { return (0, _types.withSBErrorHandling)(async () => await _scanbotBarcodeSDKModule.ScanbotBarcodeSDKModule.readImageData({ imageFileUri })); } }; //# sourceMappingURL=ImageProcessorImpl.js.map