UNPKG

wasm-imagemagick

Version:
15 lines 689 B
"use strict"; 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