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=608&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 6327 results for "image"(2424ms)

ImgGenmain.tsx1 match

@rayman•Updated 1 year ago
4 const img = await text2png("Just give me the PNG", "magenta", 30); // returns a `Blob`
5 return new Response(img, {
6 headers: { "Content-type": "image/png" },
7 });
8}

favmain.tsx1 match

@yieldray•Updated 1 year ago
88 {
89 headers: {
90 "content-type": "image/svg+xml",
91 },
92 },

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>`);

untitled_tanHareREADME.md1 match

@vez•Updated 1 year ago
3This is a lightweight Blob Admin interface to view and debug your Blob data.
4
5![Screenshot 2023-12-13 at 12.51.53.png](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/1fea7162-8c9d-4e93-b153-9bcf971ef800/public)
6
7To use it on your own Val Town Blob Storage, [fork it](https://www.val.town/v/stevekrouse/blob_admin/fork) to your account.

aoc_2023_13main.tsx1 match

@robsimmons•Updated 1 year ago
84
85# The way we reflect is that we actually assert that the reflected
86# image to the left/top of the mirror exists on top of the
87# right/bottom part. In any case where the mirror is incorrectly
88# placed, this will result in a contradiction and invalidate the

htmlBuildermain.tsx1 match

@xkonti•Updated 1 year ago
57
58 addFavicon(href: string): Page {
59 this.links.push(`<link rel="icon" href="${href}" type="image/x-icon">`);
60 return this;
61 }

htmlTagsmain.tsx1 match

@xkonti•Updated 1 year ago
244}
245
246// IMAGE AND MULTIMEDIA
247
248export function areaTag(content: HtmlContents | undefined = undefined): Tag {

moviesmain.tsx9 matches

@ion•Updated 1 year ago
8 "Andy Dufresne, a banker convicted of murdering his wife and sentenced to life imprisonment at Shawshank State Penitentiary, maintains his innocence and begins a journey of hope and redemption.",
9 "rating": 8.9,
10 "image": "https://m.media-amazon.com/images/M/MV5BMTU4NzAyNTQ1OV5BMl5BanBnXkFtZTcwNTI1OTYzNzM@.jpg",
11 },
12 {
16 "The story of the Corleone family under patriarch Vito Corleone, focusing on the transformation of his youngest son, Michael, from reluctant family outsider to ruthless mafia boss.",
17 "rating": 9.2,
18 "image": "https://m.media-amazon.com/images/M/MV5BMTUyNjQwNzEtZDIzMC00ODc3LWI4MTgtNjQwOTQ5Mjc1M2E@.jpg",
19 },
20 {
24 "Batman raises his stakes in his war on crime when he targets the enigmatic criminal mastermind known as the Joker, a terrorist causing chaos in Gotham City.",
25 "rating": 9.0,
26 "image": "https://m.media-amazon.com/images/M/MV5BNDYxMzUxMTctNmRjOC00ZjFhLWFmNTEtNDJkNzZlMGM5MzQ@.jpg",
27 },
28 {
31 "description": "A jury in New York City deliberates the fate of a young man accused of murdering his father.",
32 "rating": 8.9,
33 "image": "https://m.media-amazon.com/images/M/MV5BMTQ0ODc4MDU4NF5BMl5BanBnXkFtZTgwNTY2NDEyNDE@.jpg",
34 },
35 {
39 "Gandalf and Aragorn lead the Fellowship of the Ring to the slopes of Mount Doom to destroy the One Ring and defeat the Dark Lord Sauron.",
40 "rating": 8.9,
41 "image": "https://m.media-amazon.com/images/M/MV5BMjEyOTU3NzgxOTBeQTJeQWpwZ15BbWUuOTk5OTk3ODg2OTk@.jpg",
42 },
43 {
47 "Batman, Bane, and Catwoman form an alliance to save Gotham City from the clutches of the villainous Lex Luthor and his army of mutated creatures.",
48 "rating": 8.4,
49 "image": "https://m.media-amazon.com/images/M/MV5BMTQ2NTQ5ODUwNTNeQTJeQWpwZ15BbWUuNTU5OTk2NzQ3OTg@.jpg",
50 },
51 {
55 "The true story of Oskar Schindler, a German businessman who saved the lives of over 1,000 Jews during the Holocaust.",
56 "rating": 8.9,
57 "image": "https://m.media-amazon.com/images/M/MV5BMDU0OTg2NDcxNTVeQTJeQWpwZ15BbWUuMjM4MDUwNTQ0OTg@.jpg",
58 },
59 {
63 "A series of interconnected and often violent stories in Los Angeles, told in a non-linear fashion.",
64 "rating": 8.9,
65 "image":
66 "https://m.media-amazon.com/images/M/MV5BMTYwNjAxOTQtNDQ4Mi00NDg3LWE1OWUtODMyYjU4NDZlNzQyXkEyXkFqcGdeQXVyMjMwOTEyMzE0@.jpg",
67 },
68 ],

untitled_oliveLoonREADME.md1 match

@serna•Updated 1 year ago
3This is a lightweight SQLite Admin interface to view and debug your SQLite data.
4
5![Screenshot 2023-12-08 at 13.35.04.gif](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/ee9a9237-96a0-4276-60b5-aa8c56e49800/public)
6
7It's currently super limited (no pagination, editing data, data-type specific viewers), and is just a couple dozens lines of code over a couple different vals. Forks encouraged! Just comment on the val if you add any features that you want to share.

untitled_lavenderMiteREADME.md1 match

@hlobil•Updated 1 year ago
3This is a lightweight SQLite Admin interface to view and debug your SQLite data.
4
5![Screenshot 2023-12-08 at 13.35.04.gif](https://imagedelivery.net/iHX6Ovru0O7AjmyT5yZRoA/ee9a9237-96a0-4276-60b5-aa8c56e49800/public)
6
7It's currently super limited (no pagination, editing data, data-type specific viewers), and is just a couple dozens lines of code over a couple different vals. Forks encouraged! Just comment on the val if you add any features that you want to share.

image-inpainting1 file match

@themichaellai•Updated 3 hours ago

brainrot_image_gen1 file match

@dcm31•Updated 1 week ago
Generate images for Italian Brainrot characters using FAL AI
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