UNPKG

wasm-imagemagick

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