Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(floating-big-letter): calculate max width (#74)
Instead of calculating width based on 2nd index of a line, we calculate it based on the longest length instead. Without it, we have rendering issues on "wide" characters being forcibly wrapped. This enables future support of custom fonts via `figlet` or `toilet`. Fixes: #69
- Loading branch information