wilhelm-murdoch / tipplers.gallery

A compendium of the finest cocktail recipes.

Home Page:https://tipplers.gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tippler's Gallery

A compendium of the finest cocktail recipes.

mage images:download static/cocktails.json static/images
for image in ./**/original.jpg; do convert "$image" -resize 50% "$(dirname $image)/large.jpg"; done
for image in ./**/original.jpg; do convert "$image" -resize 35% "$(dirname $image)/medium.jpg"; done
for image in ./**/original.jpg; do convert "$image" -resize 250 "$(dirname $image)/thumbnail.jpg"; done

About

A compendium of the finest cocktail recipes.

https://tipplers.gallery


Languages

Language:Svelte 46.0%Language:Go 40.9%Language:TypeScript 8.3%Language:JavaScript 2.3%Language:CSS 2.0%Language:HTML 0.5%