1
2
3
export let skypack = async name => {
return await import(`https://cdn.skypack.dev/${name}`);
};