rasterport 0.1.4 → 0.1.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ npx rasterport https://example.com
10
10
 
11
11
  Landscape preview generated with `rasterport` from `https://vercel.com/home`:
12
12
 
13
- ![Landscape screenshot example](./assets/vercel-home-landscape.jpg)
13
+ ![Landscape screenshot example](https://en3r1eqyd9.ufs.sh/f/2LgYpGpgMsliG2eLKyMTl9HkFm5Op0JnjMrAWvKRyux1bNgC)
14
14
 
15
15
  ## Options
16
16
 
@@ -87,4 +87,4 @@ await capture({
87
87
  screenshotOnly: true,
88
88
  domOnly: false,
89
89
  });
90
- ```
90
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rasterport",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Minimal CLI to capture webpage screenshots and DOM for LLM workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",