UNPKG

@cld-apis/utils

Version:
11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ROTATION_MODES = void 0; exports.ROTATION_MODES = { AUTO_RIGHT: 'auto_right', AUTO_LEFT: 'auto_left', VERTICAL_FLIP: 'vflip', HORIZONTAL_FLIP: 'hflip', IGNORE_EXIF_DATA: 'ignore' };