wasm-imagemagick
Version:
Webassembly compilation of ImageMagick
14 lines • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */
var IMComplex;
(function (IMComplex) {
IMComplex["Add"] = "Add";
IMComplex["Conjugate"] = "Conjugate";
IMComplex["Divide"] = "Divide";
IMComplex["MagnitudePhase"] = "MagnitudePhase";
IMComplex["Multiply"] = "Multiply";
IMComplex["RealImaginary"] = "RealImaginary";
IMComplex["Subtract"] = "Subtract";
})(IMComplex = exports.IMComplex || (exports.IMComplex = {}));
//# sourceMappingURL=IMComplex.js.map