**Is your feature request related to a problem? Please describe.** https://github.com/bombshell-dev/clack/blob/4d50be6d6b58676befb013a82c1ed7d0ee78a354/packages/prompts/package.json#L57 Why do you use this library ? it's old and not maintained... **Describe the solution you'd like** I recommend this bookstore instead: - https://nodejs.org/api/util.html#utilstyletextformat-text-options - it's even supported with Bun : https://bun.com/reference/node/util/styleText or even `Bun.color`
Is your feature request related to a problem? Please describe.
clack/packages/prompts/package.json
Line 57 in 4d50be6
Why do you use this library ? it's old and not maintained...
Describe the solution you'd like
I recommend this bookstore instead:
Bun.color