takumi 2.3.2

Render UI component trees to images.
Documentation
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>inline_empty_atomic_baseline</title>
    <link rel="stylesheet" href="../shared.css" />
  </head>
  <body style="width: 1200px; height: 630px">
    <div
      style="
        display: flex;
        width: 100%;
        height: 100%;
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
        background-color: rgb(255, 255, 255);
      "
    >
      <div style="display: block; font-size: 40px; line-height: 84px">
        <span>Ag </span>
        <div
          style="
            display: inline-block;
            width: 40px;
            height: 56px;
            background-color: rgb(252, 165, 165);
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: rgb(30, 41, 59);
            border-right-color: rgb(30, 41, 59);
            border-bottom-color: rgb(30, 41, 59);
            border-left-color: rgb(30, 41, 59);
          "
        ></div>
        <span> </span>
        <div
          style="
            display: inline-flex;
            width: 40px;
            height: 56px;
            background-color: rgb(134, 239, 172);
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: rgb(30, 41, 59);
            border-right-color: rgb(30, 41, 59);
            border-bottom-color: rgb(30, 41, 59);
            border-left-color: rgb(30, 41, 59);
          "
        ></div>
        <span> </span>
        <div
          style="
            display: inline-grid;
            width: 40px;
            height: 56px;
            background-color: rgb(147, 197, 253);
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: rgb(30, 41, 59);
            border-right-color: rgb(30, 41, 59);
            border-bottom-color: rgb(30, 41, 59);
            border-left-color: rgb(30, 41, 59);
          "
        ></div>
        <span> </span>
        <div
          style="
            display: inline-block;
            background-color: rgb(253, 224, 71);
            padding-top: 6px;
            padding-right: 14px;
            padding-bottom: 6px;
            padding-left: 14px;
            border-top-left-radius: 9999px 9999px;
            border-top-right-radius: 9999px 9999px;
            border-bottom-right-radius: 9999px 9999px;
            border-bottom-left-radius: 9999px 9999px;
          "
        >
          <span>Hi</span>
        </div>
        <span> Ag</span>
      </div>
    </div>
  </body>
</html>