---
/**
* The signature wordmark, optionally writing itself on load.
*
* A signature is a brush stroke and a personal seal at once, which is why
* it carries the sumi-e direction better than any lettering could. The
* write-on is a left-to-right reveal — the direction of writing — and it
* says "autonomous" by drawing itself without a hand on it.
*
* The SVG is a single-colour black wordmark, so it inverts for dark
* grounds rather than shipping a second file.
*/
const {
width = "148px",
animate = false,
invert = false,
seal = true,
class: className = "",
} = Astro.props;
---
{seal && 印}