takumi 2.2.2

Render UI component trees to images.
Documentation
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>text_typography_variable_weight</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-size: 24px;
        row-gap: 0px;
        column-gap: 24px;
        flex-wrap: wrap;
      "
    >
      <span style="display: flex; font-size: 48px; font-weight: 400">400</span
      ><span style="display: flex; font-size: 48px; font-weight: 450">450</span
      ><span style="display: flex; font-size: 48px; font-weight: 500">500</span
      ><span style="display: flex; font-size: 48px; font-weight: 550">550</span
      ><span style="display: flex; font-size: 48px; font-weight: 600">600</span
      ><span style="display: flex; font-size: 48px; font-weight: 650">650</span
      ><span style="display: flex; font-size: 48px; font-weight: 700">700</span
      ><span style="display: flex; font-size: 48px; font-weight: 750">750</span
      ><span style="display: flex; font-size: 48px; font-weight: 800">800</span
      ><span style="display: flex; font-size: 48px; font-weight: 850">850</span
      ><span style="display: flex; font-size: 48px; font-weight: 900">900</span>
    </div>
  </body>
</html>