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/$%7Bart_info.art.src%7D?q=image&page=495&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 6726 results for "image"(1675ms)

sensitiveCoralGorillamain.tsx2 matches

@vesty91•Updated 3 months ago
152 </Col>
153 <Col md={6}>
154 <img src="https://maxm-imggenurl.web.val.run/futuristic-gaming-setup-with-rgb-lights" alt="Setup Gaming" className="img-fluid rounded shadow gaming-image" loading="lazy" />
155 </Col>
156 </Row>
515}
516
517.gaming-image {
518 border: 2px solid #00ffff;
519 box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

accomplishedPeachWildebeestmain.tsx2 matches

@vesty91•Updated 3 months ago
152 </Col>
153 <Col md={6}>
154 <img src="https://maxm-imggenurl.web.val.run/futuristic-gaming-setup-with-rgb-lights" alt="Setup Gaming" className="img-fluid rounded shadow gaming-image" loading="lazy" />
155 </Col>
156 </Row>
515}
516
517.gaming-image {
518 border: 2px solid #00ffff;
519 box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

studiousChocolateCanidaemain.tsx2 matches

@vesty91•Updated 3 months ago
152 </Col>
153 <Col md={6}>
154 <img src="https://maxm-imggenurl.web.val.run/futuristic-gaming-setup-with-rgb-lights" alt="Setup Gaming" className="img-fluid rounded shadow gaming-image" loading="lazy" />
155 </Col>
156 </Row>
515}
516
517.gaming-image {
518 border: 2px solid #00ffff;
519 box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

cerebras_codermain.tsx1 match

@ninadxc•Updated 3 months ago
1111 <meta property="og:description" content="Turn your ideas into fully functional apps in less than a second – powered by Llama3.3-70b on Cerebras's super-fast wafer chips. Code is 100% open-source, hosted on Val Town."">
1112 <meta property="og:type" content="website">
1113 <meta property="og:image" content="https://stevekrouse-blob_admin.web.val.run/api/public/CerebrasCoderOG.jpg">
1114
1115

pioneeringAzureChickadeemain.tsx2 matches

@vesty91•Updated 3 months ago
152 </Col>
153 <Col md={6}>
154 <img src="https://maxm-imggenurl.web.val.run/futuristic-gaming-setup-with-rgb-lights" alt="Setup Gaming" className="img-fluid rounded shadow gaming-image" loading="lazy" />
155 </Col>
156 </Row>
515}
516
517.gaming-image {
518 border: 2px solid #00ffff;
519 box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

neatChocolateLynxmain.tsx2 matches

@vesty91•Updated 3 months ago
43 </Col>
44 <Col md={6}>
45 <img src="https://maxm-imggenurl.web.val.run/futuristic-gaming-setup-with-rgb-lights" alt="Setup Gaming" className="img-fluid rounded shadow gaming-image" loading="lazy" />
46 </Col>
47 </Row>
397}
398
399.gaming-image {
400 border: 2px solid #00ffff;
401 box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

scholarlyRedWhalemain.tsx2 matches

@vesty91•Updated 3 months ago
43 </Col>
44 <Col md={6}>
45 <img src="https://maxm-imggenurl.web.val.run/futuristic-gaming-setup-with-rgb-lights" alt="Setup Gaming" className="img-fluid rounded shadow gaming-image" loading="lazy" />
46 </Col>
47 </Row>
397}
398
399.gaming-image {
400 border: 2px solid #00ffff;
401 box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);

p5main.tsx13 matches

@moe•Updated 3 months ago
6 const url = new URL(req.url);
7 // console.log("url:", url)
8 const isImage = url.pathname.endsWith("/image");
9
10 if (isImage) {
11 const imageUrl = `https://api.apiflash.com/v1/urltoimage?access_key=${
12 Deno.env.get("APIFLASH_API_KEY")
13 }&url=${url.origin}&format=png&width=1200&height=800&scale_factor=2`;
14 // const imageUrl = "https://charlypoly-httpapiscreenshotpageexample.web.val.run/?url=" + url.origin;
15 // return Response.redirect(imageUrl, 302)
16 const res = await fetch(imageUrl);
17 const blob = await res.blob();
18 return new Response(blob, { headers: { "Content-Type": "image/png" } });
19 }
20
23 const v2fcframe = {
24 version: "next",
25 imageUrl: baseUrl + "/image",
26 button: {
27 title: title,
30 name: title,
31 url: baseUrl,
32 // splashImageUrl: baseUrl + "/image",
33 splashBackgroundColor: "#111111",
34 },
40 <head>
41 <title>${title}</title>
42 <meta property="og:image" content="${url.origin}/image" />
43 <meta property="og:image:width" content="800" />
44 <meta property="og:image:height" content="800" />
45 <meta name="twitter:card" content="summary_large_image" />
46 <meta name="fc:frame" content="${JSON.stringify(v2fcframe).replace(/"/g, "&quot;")}" />
47 <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.10.0/p5.min.js" integrity="sha512-lvddmeF7aHRJwdbJeYThWd5kWSjTrXBzCRF/jYROiHzmhMJ1dEXfGH5Q7ft0yhizXTopAETG03s5ajTflauijA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

countryOutlineSVGmain.tsx1 match

@andybak•Updated 3 months ago
82 return new Response(svg, {
83 headers: {
84 "Content-Type": "image/svg+xml",
85 "Access-Control-Allow-Origin": "*",
86 },

unicodeToSVGmain.tsx1 match

@andybak•Updated 3 months ago
50 return new Response(svgResponse, {
51 headers: {
52 'Content-Type': 'image/svg+xml',
53 'Access-Control-Allow-Origin': '*'
54 }

thilenius-webcam1 file match

@stabbylambda•Updated 1 day ago
Image proxy for the latest from https://gliderport.thilenius.com

image-gen

@armadillomike•Updated 5 days ago
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