From 8b32d9caeafbc11c581e7907050d65d6e695481d Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Thu, 18 Apr 2024 14:59:49 +0100 Subject: [PATCH] Adds an extra feature bullet point to README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bab141..41c46cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a build of [MuPDF](https://mupdf.com) for **JavaScript** and **TypeScript**, using the speed and performance of **WebAssembly**. -The MuPDF.js library can be used both in browsers and in Node.js. +The **MuPDF.js** library can be used both in browsers and in Node.js. ## Features @@ -12,6 +12,7 @@ The MuPDF.js library can be used both in browsers and in Node.js. - Create and edit PDF annotations - Access and fill out PDF forms - Edit PDF documents +- Supports basic CJK (Chinese, Japanese, Korean) fonts ## Installing