wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
11 lines • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMIntent;
(function (IMIntent) {
IMIntent["Absolute"] = "Absolute";
IMIntent["Perceptual"] = "Perceptual";
IMIntent["Relative"] = "Relative";
IMIntent["Saturation"] = "Saturation";
})(IMIntent = exports.IMIntent || (exports.IMIntent = {}));
//# sourceMappingURL=IMIntent.js.map