rasterport 0.1.3 → 0.1.4

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 -0
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -6,6 +6,12 @@ Capture web screenshots + DOM in one command. Built for AI agents, CI, and autom
6
6
  npx rasterport https://example.com
7
7
  ```
8
8
 
9
+ ## Example capture
10
+
11
+ Landscape preview generated with `rasterport` from `https://vercel.com/home`:
12
+
13
+ ![Landscape screenshot example](./assets/vercel-home-landscape.jpg)
14
+
9
15
  ## Options
10
16
 
11
17
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rasterport",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Minimal CLI to capture webpage screenshots and DOM for LLM workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,11 +29,15 @@
29
29
  "prepublishOnly": "npm run check"
30
30
  },
31
31
  "keywords": [
32
- "playwright",
32
+ "ai agents",
33
+ "automation",
33
34
  "screenshot",
35
+ "dom extraction",
34
36
  "dom",
35
37
  "cli",
36
- "llm"
38
+ "web screenshot",
39
+ "llm",
40
+ "browser screenshot"
37
41
  ],
38
42
  "license": "MIT",
39
43
  "dependencies": {