takumi 2.2.2

Render UI component trees to images.
Documentation
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>inline_image</title>
    <link rel="stylesheet" href="../shared.css" />
  </head>
  <body style="width: 1200px; height: 630px">
    <div
      style="
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: rgb(255, 255, 255);
        text-wrap-mode: nowrap;
        white-space-collapse: preserve;
      "
    >
      <div
        style="
          display: block;
          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;
          font-size: 48px;
        "
      >
        <span style="display: inline">Before </span
        ><img
          src="assets/images/yeecord.png"
          style="
            display: inline;
            border-top-width: 12px;
            border-right-width: 12px;
            border-bottom-width: 12px;
            border-left-width: 12px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: rgba(0, 0, 0, 0);
            border-right-color: rgba(0, 0, 0, 0);
            border-bottom-color: rgba(0, 0, 0, 0);
            border-left-color: rgba(0, 0, 0, 0);
            background-image: linear-gradient(to right, rgb(255, 0, 0), rgb(0, 0, 255));
            background-clip: border-area;
          "
        /><span style="display: inline"> After</span>
      </div>
    </div>
  </body>
</html>