takumi 2.3.2

Render UI component trees to images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>text_basic</title>
    <link rel="stylesheet" href="../shared.css" />
  </head>
  <body style="width: 1200px; height: 630px">
    <span style="display: flex; background-color: rgb(240, 240, 240)"
      >The quick brown fox jumps over the lazy dog 12345</span
    >
  </body>
</html>