wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
14 lines • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMInterlace;
(function (IMInterlace) {
IMInterlace["Line"] = "Line";
IMInterlace["None"] = "None";
IMInterlace["Plane"] = "Plane";
IMInterlace["Partition"] = "Partition";
IMInterlace["GIF"] = "GIF";
IMInterlace["JPEG"] = "JPEG";
IMInterlace["PNG"] = "PNG";
})(IMInterlace = exports.IMInterlace || (exports.IMInterlace = {}));
//# sourceMappingURL=IMInterlace.js.map