wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
10 lines • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMPixelTrait;
(function (IMPixelTrait) {
IMPixelTrait["Blend"] = "Blend";
IMPixelTrait["Copy"] = "Copy";
IMPixelTrait["Update"] = "Update";
})(IMPixelTrait = exports.IMPixelTrait || (exports.IMPixelTrait = {}));
//# sourceMappingURL=IMPixelTrait.js.map