1
2
3
4
5
6
import { skypack } from "https://esm.town/v/dvdsgl/skypack";
export let confetti = async () => {
const { default: confetti } = await skypack("canvas-confetti");
confetti();
};