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:

"An image of Peter Griffin running from an airplane with the caption \"Don't use Typst to make memes\""