screenshot-capture
Version:
Free URL to Screenshot API - capture crisp and clean snapshots of any website, with any device, any setting and lightning fast. Free for personal use.
17 lines (13 loc) • 354 B
JavaScript
var ResultStatus = {};
ResultStatus.OK = 200;
ResultStatus.NOT_CHANGED = 304;
ResultStatus.BODY_EXPR = 'body';
ResultStatus.BODY_RESULTS_EXPR = 'body.results';
ResultStatus.BODY_SUCCESS_EXPR = 'body.success';
ResultStatus.BODY_ERROR_EXPR = 'body.error';
/**
* Exports ResultStatus
* @type {Function}
*/
module.exports = ResultStatus;
;