From 803e79a012cead1a0ea4a45c034cfc053dd23cf3 Mon Sep 17 00:00:00 2001 From: Dru Nelson Date: Mon, 14 Aug 2023 17:21:03 -0700 Subject: [PATCH] Update Readme for v6.0.0 --- Readme.md | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/Readme.md b/Readme.md index e739b67..21918ca 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ __ansi_up__ is an easy to use library that transforms text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into HTML. -This module is a single Javascript file with no dependencies. +This module is a single ES6 Javascript file with no dependencies. It is "isomorphic" javascript. This is just another way of saying that the ansi_up.js file will work in both the browser or node.js. The js library is compiled from TypeScript and its type description ships with the NPM. @@ -25,12 +25,13 @@ For example, turn this terminal output: ## Browser Example ```HTML - -