wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
17 lines • 747 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMStretch;
(function (IMStretch) {
IMStretch["Any"] = "Any";
IMStretch["Condensed"] = "Condensed";
IMStretch["Expanded"] = "Expanded";
IMStretch["ExtraCondensed"] = "ExtraCondensed";
IMStretch["ExtraExpanded"] = "ExtraExpanded";
IMStretch["Normal"] = "Normal";
IMStretch["SemiCondensed"] = "SemiCondensed";
IMStretch["SemiExpanded"] = "SemiExpanded";
IMStretch["UltraCondensed"] = "UltraCondensed";
IMStretch["UltraExpanded"] = "UltraExpanded";
})(IMStretch = exports.IMStretch || (exports.IMStretch = {}));
//# sourceMappingURL=IMStretch.js.map