@wepublish/api
Version:
API core for we.publish.
18 lines • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImageOutput = exports.ImageRotation = void 0;
var ImageRotation;
(function (ImageRotation) {
ImageRotation["Auto"] = "auto";
ImageRotation["Rotate0"] = "0";
ImageRotation["Rotate90"] = "90";
ImageRotation["Rotate180"] = "180";
ImageRotation["Rotate270"] = "270";
})(ImageRotation || (exports.ImageRotation = ImageRotation = {}));
var ImageOutput;
(function (ImageOutput) {
ImageOutput["PNG"] = "png";
ImageOutput["JPEG"] = "jpeg";
ImageOutput["WEBP"] = "webp";
})(ImageOutput || (exports.ImageOutput = ImageOutput = {}));
//# sourceMappingURL=image-upload.js.map