UNPKG

wasm-imagemagick

Version:
12 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */ var IMStyle; (function (IMStyle) { IMStyle["Any"] = "Any"; IMStyle["Bold"] = "Bold"; IMStyle["Italic"] = "Italic"; IMStyle["Normal"] = "Normal"; IMStyle["Oblique"] = "Oblique"; })(IMStyle = exports.IMStyle || (exports.IMStyle = {})); //# sourceMappingURL=IMStyle.js.map