3 lines
79 B
Typst
3 lines
79 B
Typst
#let signature(path) = {
|
|
image("../" + path, alt: "signature", width: 25%)
|
|
}
|