UNPKG

express-sharp

Version:

Real-time image processing for your express application

14 lines 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueryParams = void 0; var QueryParams; (function (QueryParams) { QueryParams["quality"] = "q"; QueryParams["width"] = "w"; QueryParams["height"] = "h"; QueryParams["format"] = "f"; QueryParams["progressive"] = "p"; QueryParams["crop"] = "c"; QueryParams["gravity"] = "g"; })(QueryParams = exports.QueryParams || (exports.QueryParams = {})); //# sourceMappingURL=interfaces.js.map