wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
20 lines • 842 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMValidate;
(function (IMValidate) {
IMValidate["All"] = "All";
IMValidate["Colorspace"] = "Colorspace";
IMValidate["Compare"] = "Compare";
IMValidate["Composite"] = "Composite";
IMValidate["Convert"] = "Convert";
IMValidate["FormatsDisk"] = "FormatsDisk";
IMValidate["FormatsMap"] = "FormatsMap";
IMValidate["FormatsMemory"] = "FormatsMemory";
IMValidate["Identify"] = "Identify";
IMValidate["ImportExport"] = "ImportExport";
IMValidate["Montage"] = "Montage";
IMValidate["Stream"] = "Stream";
IMValidate["None"] = "None";
})(IMValidate = exports.IMValidate || (exports.IMValidate = {}));
//# sourceMappingURL=IMValidate.js.map