From bec518d42bcf68fb3ee002f76418eff5749f57e3 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Mon, 13 May 2024 03:01:18 -0700 Subject: [PATCH] Add note that minimized file is 2.1 kb --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 158eb0f..38a0a07 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # pretty-print-json logo -_Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)_ +_Pretty-print JSON data into HTML to indent and colorize_ [![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/pretty-print-json/blob/main/LICENSE.txt) [![npm](https://img.shields.io/npm/v/pretty-print-json.svg)](https://www.npmjs.com/package/pretty-print-json) -[![Size](https://badgen.net/bundlephobia/minzip/pretty-print-json)](https://bundlephobia.com/package/pretty-print-json) [![Hits](https://data.jsdelivr.com/v1/package/npm/pretty-print-json/badge?style=rounded)](https://www.jsdelivr.com/package/npm/pretty-print-json) [![Build](https://github.com/center-key/pretty-print-json/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/pretty-print-json/actions/workflows/run-spec-on-push.yaml) +Source is written in functional TypeScript, and **pretty-print-json.min.js** (minified) is 2.1 KB. + ![Screenshot](docs/screenshot.png) ## A) Try It Out