Follow-up on https://github.com/jmpunkt/ox-typst/issues/26#issuecomment-2757277797: For example, the width of a figure could be controlled via a line `#+ATTR_TYPST` as in ``` #+ATTR_TYPST: :width 600 [[./figure.svg]] ``` which would export to ```typ #figure([#image("figure.svg", width: 600)]) ``` in a similar way as is done for [LaTeX export](https://orgmode.org/org.html#Images-in-LaTeX-export-1).