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=47&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 7899 results for "image"(1128ms)

pokedexnew-file-4416.tsx2 matches

@tallesjp•Updated 4 days ago
62 margin: 0;
63 font-family: 'Poppins', sans-serif;
64 background-image: url('https://https://www.google.com/search?q=assets.pokemon.com/assets/cms2/img/misc/virtual-backgrounds/masters/forest.jpg');
65 background-size: cover;
66 background-position: center;
188 padding: 15px;
189 box-shadow: 0 4px 15px rgba(0,0,0,0.2);
190 image-rendering: pixelated; /* Mantém a pixel art nítida */
191 transition: transform 0.3s ease;
192 }

Oroindex.ts19 matches

@oronet11•Updated 4 days ago
35 symbol: "btc",
36 name: "Bitcoin",
37 image: "https://assets.coingecko.com/coins/images/1/large/bitcoin.png",
38 current_price: 65432.12,
39 market_cap: 1278654321098,
47 symbol: "eth",
48 name: "Ethereum",
49 image: "https://assets.coingecko.com/coins/images/279/large/ethereum.png",
50 current_price: 3456.78,
51 market_cap: 415698732145,
59 symbol: "usdt",
60 name: "Tether",
61 image: "https://assets.coingecko.com/coins/images/325/large/Tether.png",
62 current_price: 1.0,
63 market_cap: 98765432100,
71 symbol: "bnb",
72 name: "BNB",
73 image: "https://assets.coingecko.com/coins/images/825/large/bnb-icon2_2x.png",
74 current_price: 567.89,
75 market_cap: 87654321098,
83 symbol: "sol",
84 name: "Solana",
85 image: "https://assets.coingecko.com/coins/images/4128/large/solana.png",
86 current_price: 123.45,
87 market_cap: 54321098765,
95 symbol: "xrp",
96 name: "XRP",
97 image: "https://assets.coingecko.com/coins/images/44/large/xrp-symbol-white-128.png",
98 current_price: 0.56,
99 market_cap: 32109876543,
107 symbol: "ada",
108 name: "Cardano",
109 image: "https://assets.coingecko.com/coins/images/975/large/cardano.png",
110 current_price: 0.45,
111 market_cap: 21098765432,
119 symbol: "doge",
120 name: "Dogecoin",
121 image: "https://assets.coingecko.com/coins/images/5/large/dogecoin.png",
122 current_price: 0.12,
123 market_cap: 17654321098,
131 symbol: "dot",
132 name: "Polkadot",
133 image: "https://assets.coingecko.com/coins/images/12171/large/polkadot.png",
134 current_price: 6.78,
135 market_cap: 9876543210,
143 symbol: "matic",
144 name: "Polygon",
145 image: "https://assets.coingecko.com/coins/images/4713/large/matic-token-icon.png",
146 current_price: 0.78,
147 market_cap: 7654321098,
192 en: "Bitcoin is the first successful internet money based on peer-to-peer technology; whereby no central bank or authority is involved in the transaction and production of the Bitcoin currency. It was created by an anonymous individual/group under the name, Satoshi Nakamoto. The source code is available publicly as an open source project, anybody can look at it and be part of the developmental process.\r\n\r\nBitcoin is changing the way we see money as we speak. The idea was to produce a means of exchange, independent of any central authority, that could be transferred electronically in a secure, verifiable and immutable way. It is a decentralized peer-to-peer internet currency making mobile payment easy, very low transaction fees, protects your identity, and it works anywhere all the time with no central authority and banks.\r\n\r\nBitcoin is designed to have only 21 million BTC ever created, thus making it a deflationary currency. Bitcoin uses the <a href=\"https://www.coingecko.com/en?hashing_algorithm=SHA-256\">SHA-256</a> hashing algorithm with an average transaction confirmation time of 10 minutes. Miners today are mining Bitcoin using ASIC chip dedicated to only mining Bitcoin, and the hash rate has shot up to peta hashes.\r\n\r\nBeing the first successful online cryptography currency, Bitcoin has inspired other alternative currencies such as <a href=\"https://www.coingecko.com/en/coins/litecoin\">Litecoin</a>, <a href=\"https://www.coingecko.com/en/coins/peercoin\">Peercoin</a>, <a href=\"https://www.coingecko.com/en/coins/primecoin\">Primecoin</a>, and so on.\r\n\r\nThe cryptocurrency then took off with the innovation of the turing-complete smart contract by <a href=\"https://www.coingecko.com/en/coins/ethereum\">Ethereum</a> which led to the development of other amazing projects such as <a href=\"https://www.coingecko.com/en/coins/eos\">EOS</a>, <a href=\"https://www.coingecko.com/en/coins/tron\">Tron</a>, and even crypto-collectibles such as <a href=\"https://www.coingecko.com/buzz/ethereum-still-king-dapps-cryptokitties-need-1-billion-on-eos\">CryptoKitties</a>."
193 },
194 image: {
195 thumb: "https://assets.coingecko.com/coins/images/1/thumb/bitcoin.png",
196 small: "https://assets.coingecko.com/coins/images/1/small/bitcoin.png",
197 large: "https://assets.coingecko.com/coins/images/1/large/bitcoin.png"
198 },
199 market_data: {
226 en: "Ethereum is a smart contract platform that enables developers to build tokens and decentralized applications (dapps). ETH is the native currency for the Ethereum platform and also works as the transaction fees to miners on the Ethereum network.\r\n\r\nEthereum is the pioneer for blockchain based smart contracts. Smart contract is essentially a computer code that runs exactly as programmed without any possibility of downtime, censorship, fraud or third-party interference. It can facilitate the exchange of money, content, property, shares, or anything of value. When running on the blockchain a smart contract becomes like a self-operating computer program that automatically executes when specific conditions are met. Ethereum allows programmers to run complete-turing smart contracts that is capable of any customizations. Rather than giving a set of limited operations, Ethereum allows developers to have complete control over customization of their smart contract, giving developers the power to build unique and innovative applications.\r\n\r\nEthereum being the first blockchain based smart contract platform, they have gained much popularity, resulting in new competitors fighting for market share. The competitors includes: Ethereum Classic which is the oldchain of Ethereum, <a href=\"https://www.coingecko.com/en/coins/qtum\">Qtum</a>, <a href=\"https://www.coingecko.com/en/coins/eos\">EOS</a>, <a href=\"https://www.coingecko.com/en/coins/neo\">Neo</a>, <a href=\"https://www.coingecko.com/en/coins/icon\">Icon</a>, <a href=\"https://www.coingecko.com/en/coins/tron\">Tron</a>, <a href=\"https://www.coingecko.com/en/coins/lisk\">Lisk</a>, <a href=\"https://www.coingecko.com/en/coins/rchain\">RChain</a>."
227 },
228 image: {
229 thumb: "https://assets.coingecko.com/coins/images/279/thumb/ethereum.png",
230 small: "https://assets.coingecko.com/coins/images/279/small/ethereum.png",
231 large: "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
232 },
233 market_data: {
327 low_24h: data.market_data.low_24h.usd,
328 last_updated: data.market_data.last_updated,
329 image: data.image.large
330 };
331

Oroindex.html3 matches

@oronet11•Updated 4 days ago
78 <div class="flex justify-between items-center mb-4">
79 <div class="flex items-center">
80 <img id="modalCoinImage" src="" alt="" class="w-10 h-10 mr-3">
81 <h2 id="modalCoinName" class="text-2xl font-bold"></h2>
82 <span id="modalCoinSymbol" class="ml-2 text-gray-500 uppercase"></span>
239 <td class="py-3 px-4 text-left">
240 <div class="flex items-center">
241 <img src="${coin.image}" alt="${coin.name}" class="w-6 h-6 mr-2">
242 <div>
243 <div class="font-medium">${coin.name}</div>
302
303 // Update modal content
304 document.getElementById('modalCoinImage').src = data.image.large;
305 document.getElementById('modalCoinName').textContent = data.name;
306 document.getElementById('modalCoinSymbol').textContent = data.symbol.toUpperCase();

Orocrypto-tracker.tsx1 match

@oronet11•Updated 4 days ago
59 <td class="px-4 py-3">
60 <div class="flex items-center">
61 <img src="${coin.image}" alt="${coin.name}" class="w-6 h-6 mr-2">
62 <div>
63 <div class="font-medium">${coin.name}</div>

a_new_websiteindex.html1 match

@wolf•Updated 4 days ago
6 <title>React Hono Val Town Starter</title>
7 <link rel="stylesheet" href="/frontend/style.css">
8 <link rel="icon" href="/frontend/favicon.svg" type="image/svg+xml">
9 </head>
10 <body>

weddingintrosindex.ts6 matches

@FusionI•Updated 4 days ago
35 'Up to 10 photos'
36 ],
37 previewImage: 'https://maxm-imggenurl.web.val.run/elegant wedding invitation video with soft colors and romantic typography',
38 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
39 color: 'bg-pink-100'
51 'Up to 8 photos'
52 ],
53 previewImage: 'https://maxm-imggenurl.web.val.run/rustic wedding invitation video with wooden elements and earthy tones',
54 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
55 color: 'bg-amber-100'
67 'Up to 6 photos'
68 ],
69 previewImage: 'https://maxm-imggenurl.web.val.run/modern minimalist wedding invitation video with clean typography',
70 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
71 color: 'bg-gray-100'
83 'Up to 12 photos'
84 ],
85 previewImage: 'https://maxm-imggenurl.web.val.run/tropical paradise wedding invitation video with beach elements',
86 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
87 color: 'bg-teal-100'
99 'Up to 8 photos'
100 ],
101 previewImage: 'https://maxm-imggenurl.web.val.run/vintage style wedding invitation video with retro elements',
102 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
103 color: 'bg-yellow-100'
115 'Up to 15 photos'
116 ],
117 previewImage: 'https://maxm-imggenurl.web.val.run/royal elegant wedding invitation video with gold accents',
118 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
119 color: 'bg-purple-100'

weddingintrosapp.js1 match

@FusionI•Updated 4 days ago
21 themeCard.innerHTML = `
22 <div class="video-preview bg-gray-200 relative">
23 <img src="${theme.previewImage}" alt="${theme.name}" class="w-full h-full object-cover">
24 <div class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 opacity-0 hover:opacity-100 transition-opacity">
25 <button class="preview-btn bg-white text-purple-700 font-semibold py-2 px-4 rounded-full shadow-md hover:bg-purple-100 transition" data-id="${theme.id}">

weddingintrosthemes.js6 matches

@FusionI•Updated 4 days ago
13 'Up to 10 photos'
14 ],
15 previewImage: 'https://maxm-imggenurl.web.val.run/elegant wedding invitation video with soft colors and romantic typography',
16 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ', // Placeholder - would be replaced with actual preview
17 color: 'bg-pink-100'
29 'Up to 8 photos'
30 ],
31 previewImage: 'https://maxm-imggenurl.web.val.run/rustic wedding invitation video with wooden elements and earthy tones',
32 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ', // Placeholder
33 color: 'bg-amber-100'
45 'Up to 6 photos'
46 ],
47 previewImage: 'https://maxm-imggenurl.web.val.run/modern minimalist wedding invitation video with clean typography',
48 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ', // Placeholder
49 color: 'bg-gray-100'
61 'Up to 12 photos'
62 ],
63 previewImage: 'https://maxm-imggenurl.web.val.run/tropical paradise wedding invitation video with beach elements',
64 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ', // Placeholder
65 color: 'bg-teal-100'
77 'Up to 8 photos'
78 ],
79 previewImage: 'https://maxm-imggenurl.web.val.run/vintage style wedding invitation video with retro elements',
80 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ', // Placeholder
81 color: 'bg-yellow-100'
93 'Up to 15 photos'
94 ],
95 previewImage: 'https://maxm-imggenurl.web.val.run/royal elegant wedding invitation video with gold accents',
96 previewVideo: 'https://www.youtube.com/embed/dQw4w9WgXcQ', // Placeholder
97 color: 'bg-purple-100'

weddingintrosindex.html1 match

@FusionI•Updated 4 days ago
225 </button>
226 <div class="mt-2 text-gray-600">
227 <p>Yes, most of our themes support adding your personal photos. You can send up to 5 high-quality images via WhatsApp after placing your order.</p>
228 </div>
229 </div>
Oronet11

Oronet11index.ts19 matches

@oronet11•Updated 4 days ago
35 symbol: "btc",
36 name: "Bitcoin",
37 image: "https://assets.coingecko.com/coins/images/1/large/bitcoin.png",
38 current_price: 65432.12,
39 market_cap: 1278654321098,
47 symbol: "eth",
48 name: "Ethereum",
49 image: "https://assets.coingecko.com/coins/images/279/large/ethereum.png",
50 current_price: 3456.78,
51 market_cap: 415698732145,
59 symbol: "usdt",
60 name: "Tether",
61 image: "https://assets.coingecko.com/coins/images/325/large/Tether.png",
62 current_price: 1.0,
63 market_cap: 98765432100,
71 symbol: "bnb",
72 name: "BNB",
73 image: "https://assets.coingecko.com/coins/images/825/large/bnb-icon2_2x.png",
74 current_price: 567.89,
75 market_cap: 87654321098,
83 symbol: "sol",
84 name: "Solana",
85 image: "https://assets.coingecko.com/coins/images/4128/large/solana.png",
86 current_price: 123.45,
87 market_cap: 54321098765,
95 symbol: "xrp",
96 name: "XRP",
97 image: "https://assets.coingecko.com/coins/images/44/large/xrp-symbol-white-128.png",
98 current_price: 0.56,
99 market_cap: 32109876543,
107 symbol: "ada",
108 name: "Cardano",
109 image: "https://assets.coingecko.com/coins/images/975/large/cardano.png",
110 current_price: 0.45,
111 market_cap: 21098765432,
119 symbol: "doge",
120 name: "Dogecoin",
121 image: "https://assets.coingecko.com/coins/images/5/large/dogecoin.png",
122 current_price: 0.12,
123 market_cap: 17654321098,
131 symbol: "dot",
132 name: "Polkadot",
133 image: "https://assets.coingecko.com/coins/images/12171/large/polkadot.png",
134 current_price: 6.78,
135 market_cap: 9876543210,
143 symbol: "matic",
144 name: "Polygon",
145 image: "https://assets.coingecko.com/coins/images/4713/large/matic-token-icon.png",
146 current_price: 0.78,
147 market_cap: 7654321098,
192 en: "Bitcoin is the first successful internet money based on peer-to-peer technology; whereby no central bank or authority is involved in the transaction and production of the Bitcoin currency. It was created by an anonymous individual/group under the name, Satoshi Nakamoto. The source code is available publicly as an open source project, anybody can look at it and be part of the developmental process.\r\n\r\nBitcoin is changing the way we see money as we speak. The idea was to produce a means of exchange, independent of any central authority, that could be transferred electronically in a secure, verifiable and immutable way. It is a decentralized peer-to-peer internet currency making mobile payment easy, very low transaction fees, protects your identity, and it works anywhere all the time with no central authority and banks.\r\n\r\nBitcoin is designed to have only 21 million BTC ever created, thus making it a deflationary currency. Bitcoin uses the <a href=\"https://www.coingecko.com/en?hashing_algorithm=SHA-256\">SHA-256</a> hashing algorithm with an average transaction confirmation time of 10 minutes. Miners today are mining Bitcoin using ASIC chip dedicated to only mining Bitcoin, and the hash rate has shot up to peta hashes.\r\n\r\nBeing the first successful online cryptography currency, Bitcoin has inspired other alternative currencies such as <a href=\"https://www.coingecko.com/en/coins/litecoin\">Litecoin</a>, <a href=\"https://www.coingecko.com/en/coins/peercoin\">Peercoin</a>, <a href=\"https://www.coingecko.com/en/coins/primecoin\">Primecoin</a>, and so on.\r\n\r\nThe cryptocurrency then took off with the innovation of the turing-complete smart contract by <a href=\"https://www.coingecko.com/en/coins/ethereum\">Ethereum</a> which led to the development of other amazing projects such as <a href=\"https://www.coingecko.com/en/coins/eos\">EOS</a>, <a href=\"https://www.coingecko.com/en/coins/tron\">Tron</a>, and even crypto-collectibles such as <a href=\"https://www.coingecko.com/buzz/ethereum-still-king-dapps-cryptokitties-need-1-billion-on-eos\">CryptoKitties</a>."
193 },
194 image: {
195 thumb: "https://assets.coingecko.com/coins/images/1/thumb/bitcoin.png",
196 small: "https://assets.coingecko.com/coins/images/1/small/bitcoin.png",
197 large: "https://assets.coingecko.com/coins/images/1/large/bitcoin.png"
198 },
199 market_data: {
226 en: "Ethereum is a smart contract platform that enables developers to build tokens and decentralized applications (dapps). ETH is the native currency for the Ethereum platform and also works as the transaction fees to miners on the Ethereum network.\r\n\r\nEthereum is the pioneer for blockchain based smart contracts. Smart contract is essentially a computer code that runs exactly as programmed without any possibility of downtime, censorship, fraud or third-party interference. It can facilitate the exchange of money, content, property, shares, or anything of value. When running on the blockchain a smart contract becomes like a self-operating computer program that automatically executes when specific conditions are met. Ethereum allows programmers to run complete-turing smart contracts that is capable of any customizations. Rather than giving a set of limited operations, Ethereum allows developers to have complete control over customization of their smart contract, giving developers the power to build unique and innovative applications.\r\n\r\nEthereum being the first blockchain based smart contract platform, they have gained much popularity, resulting in new competitors fighting for market share. The competitors includes: Ethereum Classic which is the oldchain of Ethereum, <a href=\"https://www.coingecko.com/en/coins/qtum\">Qtum</a>, <a href=\"https://www.coingecko.com/en/coins/eos\">EOS</a>, <a href=\"https://www.coingecko.com/en/coins/neo\">Neo</a>, <a href=\"https://www.coingecko.com/en/coins/icon\">Icon</a>, <a href=\"https://www.coingecko.com/en/coins/tron\">Tron</a>, <a href=\"https://www.coingecko.com/en/coins/lisk\">Lisk</a>, <a href=\"https://www.coingecko.com/en/coins/rchain\">RChain</a>."
227 },
228 image: {
229 thumb: "https://assets.coingecko.com/coins/images/279/thumb/ethereum.png",
230 small: "https://assets.coingecko.com/coins/images/279/small/ethereum.png",
231 large: "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
232 },
233 market_data: {
327 low_24h: data.market_data.low_24h.usd,
328 last_updated: data.market_data.last_updated,
329 image: data.image.large
330 };
331

image_proxy

@oops•Updated 23 hours ago

ImageExplorer10 file matches

@carmi•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