UNPKG

wasm-imagemagick

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