UNPKG

wasm-imagemagick

Version:
10 lines 457 B
"use strict"; 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