From 9d447febb54b1f5e1d81bc03e6843458bbfe35a4 Mon Sep 17 00:00:00 2001 From: zhangpeng90116 Date: Thu, 7 Jul 2022 09:48:53 +0800 Subject: [PATCH] change readme file, add cbor-js Signed-off-by: zhangpeng90116 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4505cb..366fa56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

OpenHarmony下可以直接使用的三方组件汇总

+

OpenHarmony下可以直接使用的三方组件汇总

### 本库收集了在OpenHarmony中可以直接依赖使用的原JavaScript、TypeScript三方组件,也欢迎开发者增加三方组件提PR到列表中。 #### 1、三方组件名称:三方组件的名称 @@ -40,6 +40,7 @@ |:---:|:---:|:---:| | [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://github.com/protobufjs/protobuf.js)| | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://github.com/apache/commons-codec)| +| [cbor-js](https://github.com/paroga/cbor-js) | 以纯 JavaScript 实现的简明二进制对象表示 (CBOR) 数据格式 (RFC7049),实现了CBOR数据的编码和解码。 | [sample地址](https://github.com/paroga/cbor-js)| [返回目录](#目录) -- Gitee