Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 216 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 216 Bytes

node-screenshot

A screenshot library for node.js

Installation

npm install node-screenshot --save

Usage

var screenshot = require('node-screenshot');
screenshot('outfile.png').desktop();