From 3c003800160a3a251e0c9d7c8a8677c577b12447 Mon Sep 17 00:00:00 2001 From: xiaochouyi <1492519593@qq.com> Date: Wed, 31 Aug 2022 10:55:24 +0800 Subject: [PATCH] add base64-js Signed-off-by: xiaochouyi <1492519593@qq.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c3865c..827f57d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| | [cbor-js](https://github.com/paroga/cbor-js) | 以纯 JavaScript 实现的简明二进制对象表示 (CBOR) 数据格式 ( RFC 7049 )。| | [js-base64](https://github.com/dankogai/js-base64) | JavaScript 的 Base64 实现。 | +| [base64-js](https://github.com/beatgammit/base64-js) | 纯 JS 中的 Base64 编码/解码。 | [返回目录](#目录) -- Gitee