You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run//%22Wolf?q=image&page=6&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 12706 results for "image"(1842ms)
1console.log(" ✅ Val town is live now on your Webflow project");
23// ✅ Images Inside Text Spans
4$("[data='spanWrapper']").each(function (index) {
5let relatedEl = $("[data='spanElement']").eq(index);
294gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, gl.CLAMP_TO_EDGE);
295gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE);
296gl.texImage2D(
297gl.TEXTURE_2D, 0, gl.R8,
298numBars, 1, 0,
332gl.activeTexture(gl.TEXTURE0);
333gl.bindTexture(gl.TEXTURE_2D, audioTex);
334gl.texSubImage2D(
335gl.TEXTURE_2D, 0, 0, 0, numBars, 1,
336gl.RED, gl.UNSIGNED_BYTE, fftBuffer