Miscellaneous

Here are just some miscellaneous experiments.

Confetti

import confetti from "npm:canvas-confetti"

If we import canvas-confetti from npm we can use it to create confetti!


Web components

Let’s import and define globally a few custom elements we made in Svelte and exported as Web Components so we can use them here.

import "./sample-web-components.js"
<my-element name="whoever you are"></my-element>
<my-counter></my-counter>