UNPKG

express-image-validator

Version:

Validator of various image parameters in Express.js applications

8 lines (7 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ASPECT_TOLERANCE = void 0; /** * Allowed deviation when checking image aspect ratios. */ exports.ASPECT_TOLERANCE = 0.05;