Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Stacks Invoice Generator


**Stacks Invoice Generator** is a lightweight and user-friendly tool designed for freelancers, creators, and businesses to generate invoices in $STX or sBTC effortlessly. With a simple interface, users can input payment details, generate an invoice with a QR code, and share it instantly.

### Key Features:
- Generate invoices in **$STX, sBTC, NOT, Welsh, LEO or Alex**
- Automatic **QR code generation** for easy payments
- Simple and **professional invoice design**
- Easy **sharing and download** options
- Easy **sharing and download** options


Each invoice includes a QR code that can be scanned with any Stacks-compatible wallet.

Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ <h1>Stacks Invoice Generator</h1>
<script src="script.js"></script>
</body>
</html>



1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ function breakText(ctx, text, maxWidth) {
lines.push(line);
return lines;
}

2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ footer {
border-radius: 5px;
width: 150px; /* Ancho fijo */
}