Update SKILL.md

This commit is contained in:
Tommy D. Rossi
2026-01-24 18:18:30 +01:00
parent 7c23766311
commit a5ca23f063
+1 -1
View File
@@ -418,7 +418,7 @@ Always use `scale: 'css'` to avoid 2-4x larger images on high-DPI displays:
await page.screenshot({ path: 'shot.png', scale: 'css' });
```
If you want to read back the image file into context make sure to resize it first, scaling down the image to make sure max size is 1500px. for example with `sips --resampleHeightWidthMax 1500 input.png --out output.png` on macOS
If you want to read back the image file into context make sure to resize it first, scaling down the image to make sure max size is 1500px. for example with `sips --resampleHeightWidthMax 1500 input.png --out output.png` on macOS.
## page.evaluate