Making Memes with Typst#
I’ve been having fun using Typst to make various documents, and the thought struck me that I should try making a meme with it.
Code:
#set text(48pt, font: "Impact", fill: white, stroke: (paint: black, thickness: 2pt))
#image("griffin.jpg", width: 800pt)
#place(
center + bottom,
dy: -10pt,
[Don't use Typst to make memes],
)
Command:
typst compile meme.typ --format png
Output:

Making a NeoVim Clone with Ruby
Putting Agency Back in My Design Process