UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

8 lines (7 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Constants { } Constants.MAX_FILE_SIZE_BYTES = 15728640; // 15MB Constants.MAX_LOG_LENGTH = 1024; exports.default = Constants;