wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
12 lines • 482 B
JavaScript
;
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