From 1ee27506cfbb6574f9841bca066eea012b214e90 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 9 Aug 2024 13:40:55 +0200 Subject: [PATCH] More readme updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 209ace0..ac40269 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # trmclr -Easy terminal colors, ported from the Deno standard library. +Easy terminal colors. -- Supports Node.js, browsers, Deno, and probably some other environments. +- Supports browsers, [Node.js](https://nodejs.org), [Deno](https://deno.com), [Bun](https://bun.sh), and probably some other environments. - Comes with 45 colors and helpers. - Respects [`NO_COLOR`](http://no-color.org/). - No dependencies. @@ -30,4 +30,6 @@ By using `setColorEnabled(true)` or `setColorEnabled(false)` you can respectivel For the full copyright and license information, please see the [`LICENSE.md`](./LICENSE.md) file that was distributed with this source code. +Original implementation: (c) 2018-2022 [the Deno authors](https://github.com/denoland/std/blob/0.159.0/fmt/colors.ts). + [![Smart Yellow](https://code.smartyellow.net/smartyellow/meta/raw/branch/main/logo.png)](https://www.smartyellow.nl)