You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## [email protected]
### Patch Changes
- 1e8dfe3: Add `heroshot/virtual` TypeScript types for virtual module
imports
---------
Co-authored-by: Ondrej Machala <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+26-76Lines changed: 26 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,46 +18,32 @@ The manual fix is tedious: open browser, navigate, log in, screenshot, crop, sav
18
18
19
19
**Heroshot fixes this.** Define your screenshots once - point and click, no CSS selectors - and regenerate them with one command whenever you need.
20
20
21
+
```bash
22
+
npx heroshot
23
+
```
24
+
25
+
First run opens a browser with a visual picker. Click what you want, name it, done. Screenshots land in `heroshots/`, config saves to `.heroshot/config.json`. Next run regenerates everything headlessly.
<palign="center"><em>6 screenshots from one config entry - always in sync with the live site.</em></p>
45
43
46
-
## Get Started
47
-
48
-
```bash
49
-
npx heroshot
50
-
```
51
-
52
-
First run opens a browser with a visual picker. Click what you want, name it, done. Screenshots land in `heroshots/`, config saves to `.heroshot/config.json`. Next run regenerates everything headlessly.
This is a community project aiming to solve screenshot automation end-to-end and any feedback is valuable. Open an [issue](https://github.com/omachala/heroshot/issues) for bugs, questions, or feature requests. Pull requests are more than welcome.
152
102
153
-
**Status:** Early alpha. [See releases](https://github.com/omachala/heroshot/releases) for current version.
0 commit comments