UNPKG

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.

18 lines (13 loc) 243 B
'use strict'; var _ = require('lodash'); var API = {}; API.capture = require('./capture'); API.get = function (name) { var api = _.get(this, name); return api; }; /** * Exports the APIs * @type {Object} */ module.exports = API;