| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Replace chalk (136KB + deps) with picocolors (3.8KB, zero deps) for terminal color output. picocolors provides the same core API with significantly smaller footprint. All chained style calls (e.g. chalk.red.bold) are converted to function composition (e.g. pc.red(pc.bold(...))). Addresses ds300#499 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Summary
Changes
Testing
Addresses #499