@browserless/screenshot 10.12.7 → 10.12.8
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ overlay: { background: '#c1c1c1' }
|
|
|
104
104
|
overlay: { background: 'linear-gradient(45deg, #12c2e9, #c471ed, #f64f59)' }
|
|
105
105
|
|
|
106
106
|
// Image URL
|
|
107
|
-
overlay: { background: 'https://
|
|
107
|
+
overlay: { background: 'https://picsum.photos/1920/1080' }
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
### Element Screenshots
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@browserless/screenshot",
|
|
3
3
|
"description": "Capture high-quality screenshots of websites with overlay support, device emulation, and automated image optimization.",
|
|
4
4
|
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
|
|
5
|
-
"version": "10.12.
|
|
5
|
+
"version": "10.12.8",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "hello@microlink.io",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"web-capture"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@browserless/goto": "^10.12.
|
|
35
|
+
"@browserless/goto": "^10.12.8",
|
|
36
36
|
"@kikobeats/content-type": "~1.0.4",
|
|
37
37
|
"@kikobeats/time-span": "~1.0.12",
|
|
38
38
|
"automad-prism-themes": "~0.3.7",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"timeout": "2m",
|
|
72
72
|
"workerThreads": false
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "c23c1caeeb17bb29d522227ae5b4044adda99c93"
|
|
75
75
|
}
|