export async function getLevel(name) { const level = await fetch("/resources/" + name + ".json"); return await level.json(); }