Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturbien/balloons-js
🎈 Animated balloons effect for your website
https://github.com/arturbien/balloons-js
Last synced: 4 days ago
JSON representation
🎈 Animated balloons effect for your website
- Host: GitHub
- URL: https://github.com/arturbien/balloons-js
- Owner: arturbien
- License: mit
- Created: 2024-08-24T15:14:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:08:44.000Z (5 months ago)
- Last Synced: 2025-01-01T02:14:33.912Z (7 days ago)
- Language: TypeScript
- Homepage: https://arturbien.github.io/balloons-js/
- Size: 229 KB
- Stars: 353
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Balloons-js
Demo -
PayPal donation 💰
Animated balloons effect for your website. 🎈![og-image](https://github.com/user-attachments/assets/cc104de0-117b-4a27-bf1b-76a7280bf944)
### Usage
```sh
npm install balloons-js
``````js
import { balloons } from "balloons-js";balloons();
```