Typst template for emulating terminal screenshots
#import "term.typ": term
#term(
content: [`$ ls
term.typ`],
)
- no need to take screenshots
- no need to store screenshots
- vector graphics instead of raster
curl https://raw.githubusercontent.com/qo/term/main/term.typ --output term.typ
#import "term.typ": term
examples can be found in examples
directory