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=275&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 2775 results for "image"(303ms)

vscodeREADME.md1 match

@pomdtr•Updated 1 year ago
3Just fork this val to install it, and authenticate with your account email.
4
5![image.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/9a0375dd-5461-4ac2-e7b3-b023e6590900/public)
6
7

valTownInspirationEmailmain.tsx1 match

@stevekrouse•Updated 1 year ago
11 let html = `<h1>${valTownInspo.title}</h1>
12 <p>${valTownInspo.description}</p>
13 <a href="https://val.town/${valTownInspo.val}"><img src="${valTownInspo.image}" style="max-width:576px"/></a>
14 <p><a href="https://www.val.town/settings/intervals">Unsubscribe here</a></p>`;
15

imagescriptExamplexmain.tsx4 matches

@tmcw•Updated 1 year ago
1export let imagescriptExamplex = (async () => {
2 const { Image } = await import(
3 "https://deno.land/x/imagescript@1.2.15/mod.ts"
4 );
5 const circle = await Image.renderSVG(`<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
6 <circle x="5" y="5" r="3" />
7 </svg>`);

oldfashionedmain.tsx1 match

@tmcw•Updated 1 year ago
373
374 if (icon) {
375 c.header("Content-Type", "image/svg+xml");
376 return c.body(
377 <svg

TodoAppREADME.md1 match

@stevekrouse•Updated 1 year ago
3This Todo App is server rendered *and* client-hydrated React. This architecture is a lightweight alternative to NextJS, RemixJS, or other React metaframeworks with no compile or build step. The data is saved server-side in [Val Town SQLite](https://docs.val.town/std/sqlite/).
4
5![demo](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/3bbc3a39-9017-4a95-797b-2f205aa57f00/public)
6
7## SSR React Mini Framework

gifEndpointmain.tsx1 match

@tmcw•Updated 1 year ago
2
3export let gifEndpoint = (req, res) => {
4 res.set("Content-Type", "image/gif");
5 res.send(
6 Buffer.from("R0lGODdhAQABAPAAAP8AAAAAACwAAAAAAQABAAACAkQBADs=", "base64"),

canvasTextmain.tsx1 match

@tmcw•Updated 1 year ago
13 return new Response(canvas.toBuffer(), {
14 headers: {
15 "Content-Type": "image/png",
16 },
17 });

activitypubmain.tsx2 matches

@tmcw•Updated 1 year ago
51 followers: `https://${DOMAIN}/u/bot/followers`,
52 icon: {
53 type: "Image",
54 mediaType: "image/jpeg",
55 url: "https://macwright.com/graphics/about.jpg",
56 },

retroVisitCounterREADME.md1 match

@maxm•Updated 1 year ago
5How special!
6
7Want a retro visitor counter for your myspace page or geocities website? Fork this val and add the image link to your website:
8
9```

nyChargingStationsREADME.md1 match

@tmcw•Updated 1 year ago
1# NYC Charging Stations Data Analysis
2
3![CleanShot 2023-09-21 at 12.07.43@2x.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/646cccab-ca23-486d-d084-8a805e73ac00/public)
4
5https://tmcw-nychargingstations.web.val.run/

brainrot_image_gen1 file match

@dcm31•Updated 2 days ago
Generate images for Italian Brainrot characters using FAL AI

modifyImage2 file matches

@stevekrouse•Updated 2 days ago