tinyglobby icon indicating copy to clipboard operation
tinyglobby copied to clipboard

feat: log supports multiple colors

Open btea opened this issue 8 months ago • 1 comments

Add colors to distinguish different types of logs to facilitate quick access to information.

before after
image image

btea avatar Apr 20 '25 02:04 btea

i think this pr is probably a bit overkill, it would need more handling for systems that don't support colors and it would increase bundle size for something that is just meant to be a tiny debug function to share the output of if stuff breaks. could use util.styleText but sadly that is only supported on node 20 and up

SuperchupuDev avatar Jun 14 '25 15:06 SuperchupuDev