Skip to content

Commit

Permalink
notice: Public downloads (cents x 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Dec 12, 2023
1 parent 09279c5 commit fa46977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ Upon achieving my monthly sponsorship goal, the public download limit is lifted.

- **Pro:** Unlimited Downloads
- **Fresh SignIn:** 20 Free Downloads
- **Public Downloads:** Determined by (monthly sponsorship in cents x 10)
- **Public Downloads:** Determined by (monthly sponsorship in cents x 3)

## How to Upgrade to a "Pro" Account?

To access the benefits of a "Pro" account, initiate sponsorship for [ful1e5](https://github.com/sponsors/ful1e5) with a **monthly tier**. Connect this sponsored account with the Bibata app to unlock unlimited downloads.

## TODO:

- [ ] Landing page
- [ ] Custom size component
- [ ] Report issues with error stack when errors are generated while crafting cursor images
- [ ] Download as PNGs.
- [ ] Define Tailwind rules.
- [ ] Landing page
- [ ] Admin Page
- [ ] Docs
- [ ] Write tests
Expand Down
4 changes: 2 additions & 2 deletions src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export const DELAYS: Delays = {

export const DB_SEEDS = {
FRESH_SIGNUP_DOWNLOADS: 20,
DOWNLOAD_MULTIPLIER: 10,
DOWNLOADS_PER_CENTS: (cents: number) => cents * DB_SEEDS.DOWNLOAD_MULTIPLIER // 1000 public Downloads per dollar
DOWNLOAD_MULTIPLIER: 3,
DOWNLOADS_PER_CENTS: (cents: number) => cents * DB_SEEDS.DOWNLOAD_MULTIPLIER // 300 public Downloads per dollar
};

0 comments on commit fa46977

Please sign in to comment.