desktop-screenshot
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "desktop-screenshot", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Cross-platform screenshot module, using external tools", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# node-screenshot # | ||
# node-desktop-screenshot # | ||
Take a screenshot of the computer on which Node is running, using platform-specific external tools included with the package | ||
@@ -11,3 +11,3 @@ | ||
### Full resolution ### | ||
var screenshot = require('screenshot'); | ||
var screenshot = require('desktop-screenshot'); | ||
@@ -23,3 +23,3 @@ screenshot("screenshot.png", function(error, complete) { | ||
var screenshot = require('screenshot'); | ||
var screenshot = require('desktop-screenshot'); | ||
@@ -35,3 +35,3 @@ screenshot("screenshot.png", {width: 400}, function(error, complete) { | ||
var screenshot = require('screenshot'); | ||
var screenshot = require('desktop-screenshot'); | ||
@@ -38,0 +38,0 @@ screenshot("screenshot.png", {width: 400, height: 300}, function(error, complete) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72274
16