UNPKG

wasm-imagemagick

Version:
20 lines 772 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */ var IMWeight; (function (IMWeight) { IMWeight["Thin"] = "Thin"; IMWeight["ExtraLight"] = "ExtraLight"; IMWeight["UltraLight"] = "UltraLight"; IMWeight["Normal"] = "Normal"; IMWeight["Regular"] = "Regular"; IMWeight["Medium"] = "Medium"; IMWeight["DemiBold"] = "DemiBold"; IMWeight["SemiBold"] = "SemiBold"; IMWeight["Bold"] = "Bold"; IMWeight["ExtraBold"] = "ExtraBold"; IMWeight["UltraBold"] = "UltraBold"; IMWeight["Heavy"] = "Heavy"; IMWeight["Black"] = "Black"; })(IMWeight = exports.IMWeight || (exports.IMWeight = {})); //# sourceMappingURL=IMWeight.js.map