wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
15 lines • 689 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMOrientation;
(function (IMOrientation) {
IMOrientation["TopLeft"] = "TopLeft";
IMOrientation["TopRight"] = "TopRight";
IMOrientation["BottomRight"] = "BottomRight";
IMOrientation["BottomLeft"] = "BottomLeft";
IMOrientation["LeftTop"] = "LeftTop";
IMOrientation["RightTop"] = "RightTop";
IMOrientation["RightBottom"] = "RightBottom";
IMOrientation["LeftBottom"] = "LeftBottom";
})(IMOrientation = exports.IMOrientation || (exports.IMOrientation = {}));
//# sourceMappingURL=IMOrientation.js.map