UNPKG

shotsnap

Version:

Node.js web screenshot library without any webdriver dependency

9 lines (8 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var errorCodes; (function (errorCodes) { errorCodes["INVALID_SCREEN_SIZE"] = "Invalid screen size"; errorCodes["FUNCTION_CRASH"] = "Serverless function has been crashed"; })(errorCodes || (errorCodes = {})); exports.default = errorCodes;