wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
9 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMDirection;
(function (IMDirection) {
IMDirection["right-to-left"] = "right-to-left";
IMDirection["left-to-right"] = "left-to-right";
})(IMDirection = exports.IMDirection || (exports.IMDirection = {}));
//# sourceMappingURL=IMDirection.js.map