Donation Modal

A lightweight, customizable donation modal for cryptocurrency and Buy Me a Coffee integration

🎨

Clean Design

Modern, responsive design with automatic dark mode support

💰

Crypto Support

Ethereum, Bitcoin, and other cryptocurrency addresses

Buy Me a Coffee

Seamless integration with Buy Me a Coffee platform

📱

Mobile Ready

Fully responsive and touch-friendly interface

🔲

QR Codes

Automatic QR code generation for easy mobile payments

Zero Dependencies

Lightweight with on-demand loading of required libraries

Quick Start

# Install from GitHub Packages npm install @shayan/buymeacoffee-module # Or install directly from GitHub npm install shayanb/buymeacoffee-module
<!-- Include via CDN --> <script src="https://cdn.jsdelivr.net/gh/shayanb/buymeacoffee-module@main/donation-modal.min.js"></script> <script> const modal = new DonationModal({ ethAddress: 'your-eth-address', buyMeCoffeeUrl: 'https://buymeacoffee.com/yourname' }); modal.init(); </script>
# Clone the repository git clone https://github.com/shayanb/buymeacoffee-module.git # Or download the minified file directly wget https://raw.githubusercontent.com/shayanb/buymeacoffee-module/main/donation-modal.min.js