Skip to main content

Built and signed on GitHub Actions

This package allows you to throw confetti on a page, within the browser.

This package works with Browsers
This package works with Browsers
JSR Score
100%
Published
6 months ago (2.0.0)
Package root>index.html
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vite + TS</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> </html>