UNPKG

wasm-imagemagick

Version:
14 lines 543 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* auto-generated file using command `npx ts-node scripts/generateImEnums.ts` */ var IMStorage; (function (IMStorage) { IMStorage["Char"] = "Char"; IMStorage["Double"] = "Double"; IMStorage["Float"] = "Float"; IMStorage["Long"] = "Long"; IMStorage["LongLong"] = "LongLong"; IMStorage["Quantum"] = "Quantum"; IMStorage["Short"] = "Short"; })(IMStorage = exports.IMStorage || (exports.IMStorage = {})); //# sourceMappingURL=IMStorage.js.map