8 lines
185 B
Plaintext
Raw Normal View History

2024-03-23 05:46:12 +01:00
# -*- mode: snippet -*-
#name : org-ai-image
#key : aii
#contributor : Robert Krahn
# --
#+begin_ai :image :size ${1:$$(yas/choose-value '("256x256" "512x512" "1024x1024"))}
$0
#+end_ai