1# ☔️ Umbrella reminder if there's rain today
2
3
4
5## Setup
1
2
3# Homeless Services by OurTechnology
89 {
90 headers: {
91 "Content-Type": "image/svg+xml",
92 },
93 },
1Fancy animated SVGs in readmes, along with centering and image sizing.
2```
3<div align="center"><img width=200 src="https://gpanders.com/img/DEC_VT100_terminal.jpg"></div>
119 "User-Agent":
120 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
121 "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8",
122 "Accept-Language": "en-US,en;q=0.5",
123 "Sec-Fetch-Site": "cross-site",
16 <Url type="text/html" method="get" template="https://val-town-search.pomdtr.me/search?q={searchTerms}"/>
17 <Url type="application/opensearchdescription+xml" template="https://val-town-search.pomdtr.me/opensearch.xml"/>
18 <Image height="16" width="16" type="image/png">https://pomdtr-favicons.web.val.run/val-town</Image>
19 <moz:SearchForm>https://val-town-search.pomdtr.me/search</moz:SearchForm>
20</OpenSearchDescription>`,
1/** @jsxImportSource npm:hono@3/jsx */
2import { fileToDataURL } from "https://esm.town/v/stevekrouse/fileToDataURL";
3import { modifyImage } from "https://esm.town/v/stevekrouse/modifyImage";
4import { chat } from "https://esm.town/v/stevekrouse/openai";
5import { Hono } from "npm:hono@3";
50 type="file"
51 id="file"
52 accept="image/*"
53 name="file"
54 />
115 {
116 role: "user",
117 content: `What is the calorie count in this image?`,
118 },
119 {
120 role: "user",
121 content: [{
122 type: "image_url",
123 image_url: {
124 url: dataURL,
125 },
63 title
64 url
65 images {
66 url
67 altText
100 visualTheme {
101 id
102 logoImage {
103 url
104 altText
130 __typename
131 text
132 image {
133 width
134 height
698 bio: string | null;
699 /** @description The url for the user's profile picture */
700 profileImageUrl: string | null;
701 }) & components["schemas"]["Author"], "bio" | "profileImageUrl">;
702 BaseVal: {
703 /** Format: uuid */
1# ☔️ Umbrella reminder if there's rain today
2
3
4
5## Setup