takumi 2.3.2

Render UI component trees to images.
Documentation
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>text_typography_variable_width</title>
    <link rel="stylesheet" href="../shared.css" />
  </head>
  <body style="width: 1200px; height: 630px">
    <div
      style="
        display: flex;
        background-color: rgb(240, 240, 240);
        font-family: Archivo;
        font-size: 48px;
        flex-wrap: wrap;
        row-gap: 48px;
        width: 100%;
      "
    >
      <span style="display: flex; font-variation-settings: &quot;wdth&quot; 60"
        >Hello world, this is a test of the variable width font: 60%</span
      ><span style="display: flex; font-variation-settings: &quot;wdth&quot; 100"
        >Hello world, this is a test of the variable width font: 100%</span
      ><span style="display: flex; font-variation-settings: &quot;wdth&quot; 130"
        >Hello world, this is a test of the variable width font: 130%</span
      >
    </div>
  </body>
</html>