UNPKG

wasm-imagemagick

Version:
12 lines 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */ var IMMethod; (function (IMMethod) { IMMethod["FillToBorder"] = "FillToBorder"; IMMethod["Floodfill"] = "Floodfill"; IMMethod["Point"] = "Point"; IMMethod["Replace"] = "Replace"; IMMethod["Reset"] = "Reset"; })(IMMethod = exports.IMMethod || (exports.IMMethod = {})); //# sourceMappingURL=IMMethod.js.map