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>style_width</title>
    <link rel="stylesheet" href="../shared.css" />
  </head>
  <body style="width: 1200px; height: 630px">
    <div
      style="display: flex; width: 100%; height: 100%; background-color: rgb(255, 255, 255)"
    ></div>
  </body>
</html>