takumi 2.2.2

Render UI component trees to images.
Documentation
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>text_align_right</title>
    <link rel="stylesheet" href="../shared.css" />
  </head>
  <body style="width: 1200px; height: 630px">
    <span
      style="
        display: block;
        background-color: rgb(240, 240, 240);
        width: 100%;
        font-size: 24px;
        text-align: right;
      "
      >Right aligned</span
    >
  </body>
</html>