Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/?q=image&page=856&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=image

Returns an array of strings in format "username" or "username/projectName"

Found 9251 results for "image"(1160ms)

renderResumemain.tsx4 matches

@iamseeleyUpdated 9 months ago
7 savePDFIsVisible,
8 isOceanTheme,
9 ogImageUrl,
10 customTitle
11}) {
17 const name = resumeDetails?.basics?.name || 'Resume';
18 const title = customTitle || `${name}'s Resume`;
19 const ogImage = ogImageUrl ? `<meta property="og:image" content="${ogImageUrl}">` : '';
20
21 return `
28 <meta property="og:title" content="${title}">
29 <meta property="og:type" content="website">
30 ${ogImage}
31 <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><text y='50%' font-size='24' text-anchor='middle' x='50%' dy='.3em'>📄</text></svg>">
32 <style>
33 ${theme.styles}

savePDFmain.tsx1 match

@iamseeleyUpdated 9 months ago
90 margin: [8, 8, 8, 8], // top, right, bottom, left in mm
91 filename: 'resume.pdf',
92 image: { type: 'jpeg', quality: 0.98 },
93 html2canvas: {
94 scale: 3,
14Navigate to the **API Keys** -> **Generate a new API key**.
15
16![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/5b4a330e-48b9-4a36-64f6-453568322700/public)
17

sqliteExplorerAppREADME.md1 match

@axelknockUpdated 9 months ago
3View and interact with your Val Town SQLite data. It's based off Steve's excellent [SQLite Admin](https://www.val.town/v/stevekrouse/sqlite_admin?v=46) val, adding the ability to run SQLite queries directly in the interface. This new version has a revised UI and that's heavily inspired by [LibSQL Studio](https://github.com/invisal/libsql-studio) by [invisal](https://github.com/invisal). This is now more an SPA, with tables, queries and results showing up on the same page.
4
5![image.webp](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/c8e102fd-39ca-4bfb-372a-8d36daf43900/public)
6
7## Install

sqliteExplorerAppREADME.md1 match

@tempdevUpdated 9 months ago
3View and interact with your Val Town SQLite data. It's based off Steve's excellent [SQLite Admin](https://www.val.town/v/stevekrouse/sqlite_admin?v=46) val, adding the ability to run SQLite queries directly in the interface. This new version has a revised UI and that's heavily inspired by [LibSQL Studio](https://github.com/invisal/libsql-studio) by [invisal](https://github.com/invisal). This is now more an SPA, with tables, queries and results showing up on the same page.
4
5![image.webp](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/c8e102fd-39ca-4bfb-372a-8d36daf43900/public)
6
7## Install

blob_adminREADME.md1 match

@bpughUpdated 9 months ago
3This is a lightweight Blob Admin interface to view and debug your Blob data.
4
5![b7321ca2cd80899250589b9aa08bc3cae9c7cea276282561194e7fc537259b46.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/311a81bb-18d8-4583-b7e3-64bac326f700/public)
6
7Use this button to install the val:

blobmain.tsx1 match

@stdUpdated 9 months ago
5/**
6 * Provides functions for interacting with your account's blob storage.
7 * Blobs can store any data type (text, JSON, images, etc.) and allow
8 * retrieval across different vals using the same key.
9 * ([Docs ↗](https://docs.val.town/std/blob))

blob_adminREADME.md1 match

@sedsonUpdated 9 months ago
3This is a lightweight Blob Admin interface to view and debug your Blob data.
4
5![b7321ca2cd80899250589b9aa08bc3cae9c7cea276282561194e7fc537259b46.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/311a81bb-18d8-4583-b7e3-64bac326f700/public)
6
7Use this button to install the val:

ogImagemain.tsx2 matches

@moeUpdated 9 months ago
3import satori from "npm:satori"
4
5export async function ogImage(body) {
6 const svg = await satori(
7 body,
14 if (code === "emoji") {
15 const unicode = segment.codePointAt(0).toString(16).toUpperCase()
16 return `data:image/svg+xml;base64,` + btoa(await loadEmoji(unicode))
17 }
18 return ""

slogan_historymain.tsx8 matches

@timqianUpdated 9 months ago
10 href: "https://web.archive.org/web/20080514210148/http://github.com/",
11 date: "2008",
12 imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/8891cf87-f3aa-4251-4d2d-4861c6cadb00/public",
13 imageAlt: "GitHub Screenshot 2008",
14 datetime: "2020-09-20",
15 iconBackground: "bg-gray-400",
20 href: "https://web.archive.org/web/20091115131017/http://github.com/",
21 date: "2009",
22 imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/51cb8caf-4ce1-42fb-6ff2-b00490866800/public",
23 datetime: "2020-09-22",
24 iconBackground: "bg-blue-500",
31 date: "Sep 28",
32 datetime: "2020-09-28",
33 imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/406c6e61-88b0-4c2b-22a6-e12db477fa00/public",
34 iconBackground: "bg-green-500",
35 },
40 href: "#",
41 date: "Sep 30",
42 imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/406c6e61-88b0-4c2b-22a6-e12db477fa00/public",
43
44 datetime: "2020-09-30",
51 href: "#",
52 date: "Oct 4",
53 imgURL: "https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/406c6e61-88b0-4c2b-22a6-e12db477fa00/public",
54
55 datetime: "2020-10-04",
89 <div className="relative rounded-lg w-[32rem]">
90 <img
91 alt={event.imageAlt}
92 src={event.imgURL}
93 className="rounded-b-lg w-[32rem] h-[18rem]"
119 <svg
120 aria-hidden="true"
121 className="absolute inset-0 -z-10 h-full w-full stroke-gray-200 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)]"
122 >
123 <defs>

image_generator1 file match

@affulitoUpdated 1 day ago
placeholdji

placeholdji2 file matches

@jjgUpdated 5 days ago
Placeholder image service with emojis 🖼️
Chrimage
Atiq
"Focal Lens with Atig Wazir" "Welcome to my photography journey! I'm Atiq Wazir, a passionate photographer capturing life's beauty one frame at a time. Explore my gallery for stunning images, behind-the-scenes stories, and tips & tricks to enhance your own