UNPKG

wasm-imagemagick

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