pngwn
asd
ae7f0f5
raw
history blame contribute delete
189 Bytes
// @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
};
}