0a8afdf 406aea5 0a8afdf 406aea5
1
2
3
4
5
6
7
8
export function loadURL(url){ if(!url.startsWith("http")) url="https://"+url; document.getElementById("browser").src=url; } export function scrapeDOM(){ // future: DOM → world terrain }