react-native-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS
24 lines (20 loc) • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ImageRotationValues = void 0;
/// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten.
/// Generated from core/schemas/ImageTypes.yaml
/**
Image rotation.
- `NONE`:
No rotation.
- `CLOCKWISE_90`:
90 degrees clockwise rotation.
- `CLOCKWISE_180`:
180 degrees rotation.
- `COUNTERCLOCKWISE_90`:
90 degrees counterclockwise rotation.
*/
const ImageRotationValues = exports.ImageRotationValues = ['NONE', 'CLOCKWISE_90', 'CLOCKWISE_180', 'COUNTERCLOCKWISE_90'];
//# sourceMappingURL=ImageTypes.js.map