File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# printscreen.js
2
2
3
- Generate a printscreen / screenshot of any website directly from your node app.
3
+ Easier website screenshots in Node.js
4
4
5
5
## Features
6
6
@@ -42,7 +42,7 @@ printscreen('http://google.com', {
42
42
quality: 75,
43
43
44
44
/*
45
- * Optional: Defina a capture function which is injected into the webview before the printscreen is made
45
+ * Optional: Define a capture function which is injected into the webview before the printscreen is made
46
46
* The returned output is available in the callback (see below)
47
47
*/
48
48
capture: function () {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " printscreen" ,
3
- "version" : " 1.1.0 " ,
4
- "description" : " Generate a printscreen / screenshot of any website directly from your node app " ,
3
+ "version" : " 1.1.1 " ,
4
+ "description" : " Easier website screenshots in Node.js " ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
7
7
"lint" : " eslint lib/" ,
You can’t perform that action at this time.
0 commit comments