LandingPagemain.tsx9 matches
18title: "Clean Code",
19author: "Robert C. Martin",
20coverImage: "https://m.media-amazon.com/images/I/51E2055ZGUL._AC_UF1000,1000_QL80_.jpg",
21},
22currentlyWatching: {
23title: "Stranger Things",
24platform: "Netflix",
25posterImage: "https://example.com/stranger-things-poster.jpg",
26},
27avatar: "https://i.redd.it/ajsifk35nr2b1.jpg",
39title: "Don't Make Me Think",
40author: "Steve Krug",
41coverImage: "https://m.media-amazon.com/images/I/617rPny7-LL._AC_UF1000,1000_QL80_.jpg",
42},
43currentlyWatching: {
44title: "The Queen's Gambit",
45platform: "Netflix",
46posterImage: "https://example.com/queens-gambit-poster.jpg",
47},
48avatar: "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/9939a343-952b-4cbf-af92-5254aa19b0d4/deinlz7-d80109f6-ee70-47ff-84ae-a33ef4371ae5.png/v1/fill/w_1280,h_900,q_80,strp/edward_from_cowboy_bebop_by_adequality_deinlz7-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9OTAwIiwicGF0aCI6IlwvZlwvOTkzOWEzNDMtOTUyYi00Y2JmLWFmOTItNTI1NGFhMTliMGQ0XC9kZWlubHo3LWQ4MDEwOWY2LWVlNzAtNDdmZi04NGFlLWEzM2VmNDM3MWFlNS5wbmciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.bkJcdRGjBlCQ4FjiBFGNFo2vpu62Q-EOPkayq0DDJoI",
49style: "bg-green-100 text-green-800",
50profession: "graphic-designer",
60title: "The Lean Startup",
61author: "Eric Ries",
62coverImage: "https://m.media-amazon.com/images/I/61BFOf9Ap-L._AC_UF1000,1000_QL80_.jpg",
63},
64currentlyWatching: {
65title: "The Mandalorian",
66platform: "Disney+",
67posterImage: "https://example.com/mandalorian-poster.jpg",
68},
69avatar: "https://i.pinimg.com/originals/8d/21/4a/8d214a719c9610afbc7843e10609d0e4.jpg",
152<div className="flex items-center">
153<img
154src={page.currentlyReading.coverImage}
155alt={page.currentlyReading.title}
156className="w-20 h-28 mr-4"
165<div className="flex items-center">
166<img
167src={page.currentlyWatching.posterImage}
168alt={page.currentlyWatching.title}
169className="w-20 h-28 mr-4"
umbrellaReminderREADME.md1 match
1# ☔️ Umbrella reminder if there's rain today
23
45## Setup
1
23# Homeless Services by OurTechnology
animatedReadmeSVGmain.tsx1 match
89{
90headers: {
91"Content-Type": "image/svg+xml",
92},
93},
animatedReadmeSVGREADME.md1 match
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>
markdown_downloadmain.tsx1 match
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",
valTownSearchmain.tsx1 match
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";
50type="file"
51id="file"
52accept="image/*"
53name="file"
54/>
115{
116role: "user",
117content: `What is the calorie count in this image?`,
118},
119{
120role: "user",
121content: [{
122type: "image_url",
123image_url: {
124url: dataURL,
125},
ShopifyProductSearchmain.tsx3 matches
63title
64url
65images {
66url
67altText
100visualTheme {
101id
102logoImage {
103url
104altText
130__typename
131text
132image {
133width
134height
openapi_schemamain.tsx2 matches
698bio: string | null;
699/** @description The url for the user's profile picture */
700profileImageUrl: string | null;
701}) & components["schemas"]["Author"], "bio" | "profileImageUrl">;
702BaseVal: {
703/** Format: uuid */