aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98e3057..be51d48 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,8 @@ Live [here](https://guyonvarch.me).
cd public
python -m http.server
```
+
+## Captures
+
+- Take screenshots with Chrome developer tool for web views, with 1280×800 resolution.
+- Convert screenchots to WEBP with imagemagick: `magick input.png output.webp`.