From 65762e5083a828fa3dbe895a2877f9a6d9c375a5 Mon Sep 17 00:00:00 2001 From: streamich Date: Tue, 9 Apr 2024 15:58:39 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20release=20v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f861673..f18a5d8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Fast Base64 encoder and decoder for browser and Node.js. - Faster than the Node's implementation for short blobs, smaller than 40 bytes. - Uses Node's implementation for long blobs, if available. Hence, it also works in browser, but in Node environment will perform faster for short strings. +- Can encode into Base64 text or Base64 `Uint8Array`. ### Usage