@browserless/screenshot 9.3.15 → 9.3.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,11 +1,10 @@
1
- # @browserless/screenshot
2
-
3
- <h1 align="center">
1
+ <div align="center">
4
2
  <img style="width: 500px; margin:3rem 0 1.5rem;" src="https://browserless.js.org/static/logo-banner.png" alt="browserless">
5
3
  <br>
6
- </h1>
7
-
8
- > Take a clean screenshot of any website.
4
+ <br>
5
+ <p align="center"><strong>@browserless/screenshot</strong>: Take a clean screenshot of any website</p>
6
+ <br>
7
+ </div>
9
8
 
10
9
  See our [website](https://browserless.js.org) for more information.
11
10
 
@@ -19,7 +18,7 @@ npm install @browserless/screenshot --save
19
18
 
20
19
  ## License
21
20
 
22
- **browserless** © [Microlink](https://microlink.io), Released under the [MIT](https://github.com/microlinkhq/browserless/blob/master/LICENSE.md) License.<br>
21
+ **@browserless/screenshot** © [Microlink](https://microlink.io), Released under the [MIT](https://github.com/microlinkhq/browserless/blob/master/LICENSE.md) License.<br>
23
22
  Authored and maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/browserless/contributors).
24
23
 
25
24
  The [logo](https://thenounproject.com/term/browser/288309/) has been designed by [xinh studio](https://xinh.studio).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/screenshot",
3
3
  "description": "Take a clean screenshot of any website",
4
4
  "homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
5
- "version": "9.3.15",
5
+ "version": "9.3.16",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "hello@microlink.io",
@@ -28,7 +28,7 @@
28
28
  "screenshot"
29
29
  ],
30
30
  "dependencies": {
31
- "@browserless/goto": "^9.3.15",
31
+ "@browserless/goto": "^9.3.16",
32
32
  "debug-logfmt": "~1.0.4",
33
33
  "got": "~11.8.3",
34
34
  "is-html-content": "~1.0.0",
@@ -59,5 +59,5 @@
59
59
  "test": "ava"
60
60
  },
61
61
  "license": "MIT",
62
- "gitHead": "b901fa38dd8d4f501b0b9fed5579fe0c29f5b097"
62
+ "gitHead": "68a40c98e8e93f2cb3f3115b75a7b9bec9fbe433"
63
63
  }