wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
29 lines • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMLogEvent;
(function (IMLogEvent) {
IMLogEvent["All"] = "All";
IMLogEvent["Accelerate"] = "Accelerate";
IMLogEvent["Annotate"] = "Annotate";
IMLogEvent["Blob"] = "Blob";
IMLogEvent["Cache"] = "Cache";
IMLogEvent["Coder"] = "Coder";
IMLogEvent["Command"] = "Command";
IMLogEvent["Configure"] = "Configure";
IMLogEvent["Deprecate"] = "Deprecate";
IMLogEvent["Draw"] = "Draw";
IMLogEvent["Exception"] = "Exception";
IMLogEvent["Locale"] = "Locale";
IMLogEvent["Module"] = "Module";
IMLogEvent["None"] = "None";
IMLogEvent["Pixel"] = "Pixel";
IMLogEvent["Policy"] = "Policy";
IMLogEvent["Resource"] = "Resource";
IMLogEvent["Trace"] = "Trace";
IMLogEvent["Transform"] = "Transform";
IMLogEvent["User"] = "User";
IMLogEvent["Wand"] = "Wand";
IMLogEvent["X11"] = "X11";
})(IMLogEvent = exports.IMLogEvent || (exports.IMLogEvent = {}));
//# sourceMappingURL=IMLogEvent.js.map