File size: 189 Bytes
d2aab3f
 
ae7f0f5
d2aab3f
 
 
 
 
1
2
3
4
5
6
7
8
9
// @ts-ignore
export async function load({ fetch }) {
	const res = await fetch('https://pngwn-node-py-test.hf.space/config');
	const data = await res.json();
	return {
		config: data
	};
}