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