-
Notifications
You must be signed in to change notification settings - Fork 2
fixed cli mascots and horizontal formatting #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8efa21a
updating the landing page
AbdulAaqib f24d078
landing page cursor and text updates
AbdulAaqib 514947e
chore: merge upstream/main — provenance publish, license, socket badg…
AbdulAaqib c38b118
feat(cli): render mascot image in character reveal via chafa
AbdulAaqib 5480c6e
feat(cli): embed pre-rendered ANSI mascot art — no chafa dependency
AbdulAaqib 3b80190
feat(cli): higher-res mascot art (70×35) with transparent background
AbdulAaqib 5cedf76
feat(cli): true-color 24-bit ANSI mascots at 90×45 resolution
AbdulAaqib ed88573
fix(cli): use flood-fill bg detection to eliminate gaps in mascot art
AbdulAaqib 4ddd38d
feat(cli): reduce mascot art to 56×28 — same quality, half the space
AbdulAaqib 8d41791
feat(cli): shrink mascot art to 40×20
AbdulAaqib aa70005
feat(cli): mascot below name/one-liner, shrunk to 30×15
AbdulAaqib d2a5c4e
feat(cli): responsive layout with stacked rows, dynamic bar widths, c…
AbdulAaqib 1ff091f
added claude image to the readme
AbdulAaqib f91e236
removed, cloudflare tunnel temp links
AbdulAaqib b8f5bce
refactor(scripts): rewrite generate scripts in TypeScript, fix upload…
AbdulAaqib f6c15e5
fix(build): exclude scripts/ from Next.js TS compilation, fix Jimp ty…
AbdulAaqib File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| import type { NextConfig } from "next"; | ||
|
|
||
| const nextConfig: NextConfig = {}; | ||
| const nextConfig: NextConfig = { | ||
| turbopack: { | ||
| root: __dirname, | ||
| }, | ||
| allowedDevOrigins: [ | ||
| "microwave-lawrence-stuart-result.trycloudflare.com", | ||
| "files-airplane-prayers-burst.trycloudflare.com", | ||
| "modifications-lanka-span-cinema.trycloudflare.com", | ||
| ], | ||
| }; | ||
|
|
||
| export default nextConfig; | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.