File size: 3,493 Bytes
bfd3cff
 
ccba41e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c2d9168
ccba41e
 
 
 
 
 
 
5ca9a68
ac9b0df
ccba41e
 
 
 
 
 
 
c2d9168
 
 
 
ccba41e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5ca9a68
 
 
 
 
 
ccba41e
 
 
 
bfd3cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Drawing to Human</title>
    <link rel="stylesheet" href="style.css" />
	<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/@observablehq/inspector@3/dist/inspector.css"
    />
    <style>
      @import url("https://fonts.googleapis.com/css2?family=Roboto&family=Source+Serif+4:wght@700&display=swap");
    </style>
    <style>
      .mw8 {
        max-width: 64rem;
      }
      .mx-auto {
        margin-left: auto;
        margin-right: auto;
      }
	  .pv2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      .ph3 {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .measure-wide {
        max-width: 34em;
      }
      * {
        font-family: "Roboto", sans-serif;
      }
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-family: "Source Serif 4", serif;
      }
    </style>
  </head>
  </head>
  <body>
	<article class="mw8 mx-auto ph3 sans-serif">
		<div class="measure-wide" id="observablehq-intro-8141fc94"></div>
		<div class="pv2" id="observablehq-viewof-bushSelector-8141fc94"></div>
		<div class="pv2" id="observablehq-viewof-sampleImage-8141fc94"></div>
		<div class="pv2" id="observablehq-viewof-textureSelection-8141fc94"></div>
		<div class="pv2" id="observablehq-viewof-generateButton-8141fc94"></div>
		<div class="pv2" id="observablehq-layout-8141fc94"></div>
		<div class="pv2" id="observablehq-status-464cda71"></div>
		<div class="pv2" id="observablehq-savaImage-8141fc94"></div>
		<div class="pv2" id="observablehq-viewof-newSeed-8141fc94"></div>
		<div class="pv2" id="observablehq-seed-ad907e36"></div>
		<script type="module">
		import {
			Runtime,
			Inspector,
		} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
		import define from "https://api.observablehq.com/d/e1b697bfe5c5d136.js?v=3";
		new Runtime().module(define, (name) => {
			if (name === "intro")
			return new Inspector(
				document.querySelector("#observablehq-intro-8141fc94")
			);
			if (name === "viewof bushSelector")
			return new Inspector(
				document.querySelector("#observablehq-viewof-bushSelector-8141fc94")
			);
			if (name === "viewof sampleImage")
			return new Inspector(
				document.querySelector("#observablehq-viewof-sampleImage-8141fc94")
			);
			if (name === "viewof textureSelection")
			return new Inspector(
				document.querySelector(
				"#observablehq-viewof-textureSelection-8141fc94"
				)
			);
			if (name === "layout")
			return new Inspector(
				document.querySelector("#observablehq-layout-8141fc94")
			);
			if (name === "viewof generateButton")
			return new Inspector(
				document.querySelector(
				"#observablehq-viewof-generateButton-8141fc94"
				)
			);
			if (name === "status") return new Inspector(document.querySelector("#observablehq-status-464cda71"));
			if (name === "savaImage")
			return new Inspector(
				document.querySelector("#observablehq-savaImage-8141fc94")
			);
			if (name === "viewof newSeed")
			return new Inspector(
				document.querySelector("#observablehq-viewof-newSeed-8141fc94")
			);
			if (name === "viewof seed") return new Inspector(document.querySelector("#observablehq-seed-ad907e36"));
			
		});
		</script>
	</article>
  </body>
</html>