screenshotmachine
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -13,3 +13,4 @@ var screenshotmachine = require('screenshotmachine'); | ||
cacheLimit: '0', | ||
delay: '200' | ||
delay: '200', | ||
zoom: '100' | ||
} | ||
@@ -16,0 +17,0 @@ |
{ | ||
"name": "screenshotmachine", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "node.js API library for the ScreenshotMachine - online website capturing service", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,6 +33,7 @@ # screenshotmachine-nodejs | ||
cacheLimit: '0', | ||
delay: '200' | ||
delay: '200', | ||
zoom: '100' | ||
} | ||
``` | ||
More info about options can be found in our [API guide](https://www.screenshotmachine.com/apiguide.php). | ||
More info about options can be found in our [API doc](https://www.screenshotmachine.com/api.php). | ||
@@ -55,3 +56,4 @@ Sample code | ||
cacheLimit: '0', | ||
delay: '200' | ||
delay: '200', | ||
zoom: '100' | ||
} | ||
@@ -81,3 +83,4 @@ | ||
cacheLimit: '0', | ||
delay: '200' | ||
delay: '200', | ||
zoom: '100' | ||
} | ||
@@ -84,0 +87,0 @@ |
6156
38
99