UNPKG

wasm-imagemagick

Version:
9 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */ var IMGradient; (function (IMGradient) { IMGradient["Linear"] = "Linear"; IMGradient["Radial"] = "Radial"; })(IMGradient = exports.IMGradient || (exports.IMGradient = {})); //# sourceMappingURL=IMGradient.js.map