Skip to content

Commit

Permalink
docs: use a column layout for the preview
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnsn committed Oct 13, 2024
1 parent 4f03b4e commit 97092a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/generate_preview.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
set -l flavors latte frappe macchiato mocha

for flavor in $flavors
magick $flavor.webp -crop '1320x50+0+464' +repage $flavor-crop.webp
end

catwalk {latte,frappe,macchiato,mocha}-crop.webp --output preview.webp --layout column

for flavor in $flavors
rm $flavor-crop.webp
end
Binary file modified assets/preview.webp
Binary file not shown.

0 comments on commit 97092a2

Please sign in to comment.