UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

7 lines 449 B
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; export default codegenNativeComponent('ScanbotCroppingView'); export const Commands = codegenNativeCommands({ supportedCommands: ['resetPolygon', 'detectPolygon', 'rotate', 'extractCroppedArea'] }); //# sourceMappingURL=ScanbotCroppingViewNativeComponent.js.map