aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2024-06-15 09:31:10 +0200
committerJoris2024-06-15 09:31:10 +0200
commit1c4b5a7713dfcd028cb74f40e469da369be41a58 (patch)
treea9fb3dd666aa56bacf01bf94dd1d57f45aed6711 /README.md
parent9c8e4693f2655f3b5c151eae5f0cdbbdcac9899e (diff)
Update projectsmain
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`.