Public
Script
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
import { fetch } from "https://esm.town/v/std/fetch";
export const kbrImage = async () => {
const url =
"https://viewerd.kbr.be/display/B/9/9/1/2/4/2/1/0000-00-00_00/zoomtiles/BE-KBR00_B-19912421_0000-00-00_00_0001/5-43-7.jpg";
return await fetch(url);
// .then((response) => )
};
October 23, 2023