Closed fvsch closed 2 months ago
I don't want to introduce a dependency like chalk, but there are a few lightweight options:
chalk
kleur/colors
styleText
node:util
Implemented in https://github.com/fvsch/servitsy/commit/e778a4b8aeb030357be82b08a06e09a056b258a3
I don't want to introduce a dependency like
chalk
, but there are a few lightweight options:kleur/colors
(https://github.com/lukeed/kleur/blob/master/colors.mjs).styleText
API fromnode:util
.